From 6f3dbd7594c60b86e530cef783f9371b5201d394 Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Tue, 21 Jun 2022 09:36:14 +0000 Subject: [PATCH] Integrate gitlab-ci/fix-build-merge-request-job and 1 more -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/7f68f3070c9732bd3df575f88e0e66971e068b09 Yocto manifest build: re-enable build:merge_request job This job was accidentally disabled in 2e6c1b4, because it was included in the generated child pipeline. This pipeline is not created on the master, though, so the condition for the job was never met. Move the job to the parent pipeline again, so that it gets executed on the master like before. -- Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/970c7fd79873ce1e0a37db369b5f99c793239878 Re-add yamllint stage to ci test manifest pipeline Was accidentally removed in previous commit. --- .gitlab-ci | 2 +- .gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci b/.gitlab-ci index 2b2bc22..7f68f30 160000 --- a/.gitlab-ci +++ b/.gitlab-ci @@ -1 +1 @@ -Subproject commit 2b2bc22010347ad46361e2d781a3d8ff745a1710 +Subproject commit 7f68f3070c9732bd3df575f88e0e66971e068b09 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 184de12..9440586 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,5 +4,5 @@ # --------------------------------------------------------------------------------------- include: - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci' - ref: 2b2bc22010347ad46361e2d781a3d8ff745a1710 + ref: 7f68f3070c9732bd3df575f88e0e66971e068b09 file: 'manifest-integration-yocto.yml' -- GitLab