From 68ea60525b60b6e0b8b4d38ecbe32aad0a751a89 Mon Sep 17 00:00:00 2001 From: Evgeny Snitko Date: Tue, 18 Jul 2023 17:25:01 +0300 Subject: [PATCH] Move CI_IMAGE to external snippet via !reference #2890 --- cumulus/.gitlab-ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/cumulus/.gitlab-ci.yml b/cumulus/.gitlab-ci.yml index b286dadacc..96d977ac51 100644 --- a/cumulus/.gitlab-ci.yml +++ b/cumulus/.gitlab-ci.yml @@ -26,7 +26,7 @@ variables: GIT_STRATEGY: fetch GIT_DEPTH: 100 CARGO_INCREMENTAL: 0 - CI_IMAGE: "paritytech/ci-unified:bullseye-1.70.0-2023-05-23" + CI_IMAGE: !reference [.ci-unified, variables, CI_IMAGE] DOCKER_OS: "debian:stretch" ARCH: "x86_64" ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.3.55" @@ -150,8 +150,12 @@ include: - scripts/ci/gitlab/pipeline/zombienet.yml # timestamp handler - project: parity/infrastructure/ci_cd/shared - ref: v0.2 + ref: main file: /common/timestamp.yml + - project: parity/infrastructure/ci_cd/shared + ref: main + file: /common/ci-unified.yml + #### stage: .post