From 315ac9410717b8a25ff501a724370272c6d54d90 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Wed, 8 Jul 2020 09:57:44 +0200 Subject: [PATCH] gitlab-ci: Remove left-behind rules: MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It's something that was added to ease development, but that was supposed to be removed before merging. It also causes problems when arm-related jobs aren't enabled, as arm_build is needed by these jobs but in that case isn't there. Also extend from .ci-run-policy. Signed-off-by: Tomeu Vizoso Reviewed-by: Michel Dänzer Part-of: --- .gitlab-ci/lava-gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml index 77ec9b89728..5f7a919ab20 100644 --- a/.gitlab-ci/lava-gitlab-ci.yml +++ b/.gitlab-ci/lava-gitlab-ci.yml @@ -3,12 +3,12 @@ variables: .kernel+rootfs: stage: container-2 + extends: + - .ci-run-policy variables: GIT_STRATEGY: fetch script: - DEBIAN_ARCH=${DEBIAN_ARCH} .gitlab-ci/container/lava_arm.sh - rules: - - when: always kernel+rootfs_arm64: extends: -- 2.30.2