Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 4cd8565

Browse files
committed
Revert "Lexnv/kiz revamp try runtime stuff (#12932)"
This reverts commit 378cfb2.
1 parent 378cfb2 commit 4cd8565

File tree

238 files changed

+2048
-7108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

238 files changed

+2048
-7108
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,8 @@ default:
8181
paths:
8282
- artifacts/
8383

84-
.job-switcher:
85-
before_script:
86-
- if echo "$CI_DISABLED_JOBS" | grep -xF "$CI_JOB_NAME"; then echo "The job has been cancelled in CI settings"; exit 0; fi
87-
8884
.kubernetes-env:
8985
image: "${CI_IMAGE}"
90-
before_script:
91-
- !reference [.job-switcher, before_script]
9286
tags:
9387
- kubernetes-parity-build
9488

@@ -101,7 +95,6 @@ default:
10195

10296
.pipeline-stopper-vars:
10397
script:
104-
- !reference [.job-switcher, before_script]
10598
- echo "Collecting env variables for the cancel-pipeline job"
10699
- echo "FAILED_JOB_URL=${CI_JOB_URL}" > pipeline-stopper.env
107100
- echo "FAILED_JOB_NAME=${CI_JOB_NAME}" >> pipeline-stopper.env
@@ -117,7 +110,6 @@ default:
117110
before_script:
118111
# TODO: remove unset invocation when we'll be free from 'ENV RUSTC_WRAPPER=sccache' & sccache itself in all images
119112
- unset RUSTC_WRAPPER
120-
- !reference [.job-switcher, before_script]
121113
- !reference [.rust-info-script, script]
122114
- !reference [.rusty-cachier, before_script]
123115
- !reference [.pipeline-stopper-vars, script]
@@ -308,6 +300,7 @@ rusty-cachier-notify:
308300
PR_NUM: "${PR_NUM}"
309301
trigger:
310302
project: "parity/infrastructure/ci_cd/pipeline-stopper"
303+
branch: "as-improve"
311304

312305
remove-cancel-pipeline-message:
313306
stage: .post

0 commit comments

Comments
 (0)