[ci] fix implementer guide job (#6357)

* [DNM] debug implementer guide job

* remove git depth

* change git strategy

* add git depth

* try k8s runner

* fix k8s template

* test job

* fix test

* fix

* return pipeline back

* enable disabled deploy-parity-testnet
This commit is contained in:
Alexander Samusev
2022-11-28 16:31:49 +01:00
committed by GitHub
parent 186a572907
commit b108fd854b
3 changed files with 22 additions and 25 deletions
+9 -19
View File
@@ -33,6 +33,7 @@ variables:
GIT_DEPTH: 100
CI_SERVER_NAME: "GitLab CI"
CI_IMAGE: "paritytech/ci-linux:production"
BUILDAH_IMAGE: "quay.io/buildah/stable:v1.27"
DOCKER_OS: "debian:stretch"
ARCH: "x86_64"
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.2.78"
@@ -40,6 +41,13 @@ variables:
default:
cache: {}
retry:
max: 2
when:
- runner_system_failure
- unknown_failure
- api_failure
interruptible: true
.collect-artifacts:
artifacts:
@@ -72,25 +80,12 @@ default:
dotenv: pipeline-stopper.env
.kubernetes-env:
retry:
max: 2
when:
- runner_system_failure
- unknown_failure
- api_failure
interruptible: true
image: "${CI_IMAGE}"
tags:
- kubernetes-parity-build
.docker-env:
image: "${CI_IMAGE}"
retry:
max: 2
when:
- runner_system_failure
- unknown_failure
- api_failure
interruptible: true
tags:
- linux-docker
@@ -150,9 +145,6 @@ default:
- if: $CI_COMMIT_REF_NAME =~ /^v[0-9]+\.[0-9]+.*$/ # i.e. v1.0, v2.1rc1
.build-push-image:
extends:
- .kubernetes-env
image: quay.io/buildah/stable:v1.27
before_script:
- test -s ./artifacts/VERSION || exit 1
- test -s ./artifacts/EXTRATAG || exit 1
@@ -196,8 +188,6 @@ include:
# zombienet jobs
- scripts/ci/gitlab/pipeline/zombienet.yml
#### stage: .post
deploy-parity-testnet: