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