Skip to content
Snippets Groups Projects
.gitlab-ci.yml 767 B
Newer Older
---
# ---------------------------------------------------------------------------------------
# Include the default CI steps from the gitlab-ci repo
# ---------------------------------------------------------------------------------------
include:
  - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
    ref: 45c79259d8f0d919700ea4d5311a3f8497b11fae
    file: 'manifest-integration.yml'

variables:
  GITLAB_CI_REVISION: 45c79259d8f0d919700ea4d5311a3f8497b11fae
  BB_RECIPE_NAME: linux-imx
  # FIXME: This is only necessary due to the following GitLab limitation:
  # https://gitlab.com/gitlab-org/gitlab/-/issues/209904
  # As soon as this gets fixed upstream, the hard-coded branch name should be removed.
  MASTER_BRANCH: linux-5.15.32-seco