diff --git a/.gitlab-ci b/.gitlab-ci index 5e3dfaeaf89701092780031ba72266ee27938996..c831d1da915a4ac386554ff5ba2f73a8ff0d3da3 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 5e3dfaeaf89701092780031ba72266ee27938996 +Subproject commit c831d1da915a4ac386554ff5ba2f73a8ff0d3da3 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 83a628e5bd5ec7890b278cf2a30c6182de291f8f..f3c4a4af93e339de0ccd4b9049e3300919c57866 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,11 +4,11 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: 5e3dfaeaf89701092780031ba72266ee27938996 + ref: c831d1da915a4ac386554ff5ba2f73a8ff0d3da3 file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: 5e3dfaeaf89701092780031ba72266ee27938996 + GITLAB_CI_REVISION: c831d1da915a4ac386554ff5ba2f73a8ff0d3da3 BB_RECIPE_NAME: linux-guf # FIXME: This is only necessary due to the following GitLab limitation: # https://gitlab.com/gitlab-org/gitlab/-/issues/209904