From c10cb38a5c996bc8730af4f0678aaef29531afd7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michel=20D=C3=A4nzer?= Date: Thu, 9 Sep 2021 12:26:39 +0200 Subject: [PATCH] ci: Put all container related jobs in a single stage GitLab 14.2 supports dependencies between jobs in the same stage. Acked-by: Daniel Stone Reviewed-by: Eric Engestrom Part-of: --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c9aae2..1a28a11 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,7 +45,6 @@ include: stages: - sanity - container - - container-2 - git-archive - build-x86_64 - build-misc @@ -282,7 +281,6 @@ test-docs-mr: - .incorporate-base-tag+templates-commit # Don't want the .container rules - .ci-run-policy - stage: container-2 # Debian 11 based x86 build image base debian/x86_build-base: @@ -461,7 +459,7 @@ fedora/x86_build: .kernel+rootfs: extends: - .ci-run-policy - stage: container-2 + stage: container variables: GIT_STRATEGY: fetch KERNEL_URL: *kernel-rootfs-url @@ -512,7 +510,6 @@ debian/arm_test: - .container # Don't want the .container rules - .ci-run-policy - stage: build-misc needs: - kernel+rootfs_arm64 - kernel+rootfs_armhf -- 2.7.4