From 6a1a2cfbd09901dcbcbf6453cc6acb4fd4a62694 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@seco.com> Date: Fri, 15 Sep 2023 09:32:51 +0000 Subject: [PATCH] Integrate gitlab-ci/remove-distro-images -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/a731b1569292fc3742fa16fc2328524ea2a93f9f Remove DISTRO_IMAGES This variable has been removed in Yocto. Its contents have been merged into DISTRO_RELEASE_ARTEFACTS. See for reference: https://git.seco.com/seco-ne/yocto/layers/meta-seconorth-distro/-/commit/a316e95e07325a22d3ee77111161ff5a42711b76 --- .gitlab-ci | 2 +- .gitlab-ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index 45f2aca..a731b15 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 45f2aca73b8c48f0c456030d884c7d4c0c4deda0 +Subproject commit a731b1569292fc3742fa16fc2328524ea2a93f9f diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 22ff8c0..a1dd90c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,9 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: 45f2aca73b8c48f0c456030d884c7d4c0c4deda0 + ref: a731b1569292fc3742fa16fc2328524ea2a93f9f file: 'manifest-integration.yml' variables: - GITLAB_CI_REVISION: 45f2aca73b8c48f0c456030d884c7d4c0c4deda0 + GITLAB_CI_REVISION: a731b1569292fc3742fa16fc2328524ea2a93f9f BB_RECIPE_NAME: seco-yocto-testsuite -- GitLab