mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 04:51:01 +00:00
Move CI_IMAGE to external snippet via !reference #7511
This commit is contained in:
@@ -33,7 +33,7 @@ variables:
|
|||||||
GIT_STRATEGY: fetch
|
GIT_STRATEGY: fetch
|
||||||
GIT_DEPTH: 100
|
GIT_DEPTH: 100
|
||||||
CI_SERVER_NAME: "GitLab CI"
|
CI_SERVER_NAME: "GitLab CI"
|
||||||
CI_IMAGE: "paritytech/ci-unified:bullseye-1.70.0-2023-05-23"
|
CI_IMAGE: !reference [.ci-unified, variables, CI_IMAGE]
|
||||||
BUILDAH_IMAGE: "quay.io/buildah/stable:v1.29"
|
BUILDAH_IMAGE: "quay.io/buildah/stable:v1.29"
|
||||||
BUILDAH_COMMAND: "buildah --storage-driver overlay2"
|
BUILDAH_COMMAND: "buildah --storage-driver overlay2"
|
||||||
DOCKER_OS: "debian:stretch"
|
DOCKER_OS: "debian:stretch"
|
||||||
@@ -221,8 +221,12 @@ include:
|
|||||||
- scripts/ci/gitlab/pipeline/zombienet.yml
|
- scripts/ci/gitlab/pipeline/zombienet.yml
|
||||||
# timestamp handler
|
# timestamp handler
|
||||||
- project: parity/infrastructure/ci_cd/shared
|
- project: parity/infrastructure/ci_cd/shared
|
||||||
ref: v0.2
|
ref: main
|
||||||
file: /common/timestamp.yml
|
file: /common/timestamp.yml
|
||||||
|
- project: parity/infrastructure/ci_cd/shared
|
||||||
|
ref: main
|
||||||
|
file: /common/ci-unified.yml
|
||||||
|
|
||||||
|
|
||||||
#### stage: .post
|
#### stage: .post
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user