mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 17:41:08 +00:00
timestamp ci job logs (#2327)
This commit is contained in:
+11
-3
@@ -31,6 +31,11 @@ variables:
|
||||
ARCH: "x86_64"
|
||||
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.3.37"
|
||||
|
||||
.common-before-script:
|
||||
before_script:
|
||||
- !reference [.job-switcher, before_script]
|
||||
- !reference [.timestamp, before_script]
|
||||
|
||||
.collect-artifacts:
|
||||
artifacts:
|
||||
name: "${CI_JOB_NAME}_${CI_COMMIT_REF_NAME}"
|
||||
@@ -43,7 +48,6 @@ variables:
|
||||
# they will be used if the job fails
|
||||
.pipeline-stopper-vars:
|
||||
before_script:
|
||||
- !reference [.job-switcher, before_script]
|
||||
- echo "FAILED_JOB_URL=${CI_JOB_URL}" > pipeline-stopper.env
|
||||
- echo "FAILED_JOB_NAME=${CI_JOB_NAME}" >> pipeline-stopper.env
|
||||
- echo "FAILED_JOB_NAME=${CI_JOB_NAME}" >> pipeline-stopper.env
|
||||
@@ -102,7 +106,7 @@ variables:
|
||||
.docker-env:
|
||||
image: "${CI_IMAGE}"
|
||||
before_script:
|
||||
- !reference [.job-switcher, before_script]
|
||||
- !reference [.common-before-script, before_script]
|
||||
- rustup show
|
||||
- cargo --version
|
||||
- rustup +nightly show
|
||||
@@ -114,7 +118,7 @@ variables:
|
||||
.kubernetes-env:
|
||||
image: "${CI_IMAGE}"
|
||||
before_script:
|
||||
- !reference [.job-switcher, before_script]
|
||||
- !reference [.common-before-script, before_script]
|
||||
tags:
|
||||
- kubernetes-parity-build
|
||||
|
||||
@@ -144,6 +148,10 @@ include:
|
||||
- scripts/ci/gitlab/pipeline/publish.yml
|
||||
# zombienet jobs
|
||||
- scripts/ci/gitlab/pipeline/zombienet.yml
|
||||
# timestamp handler
|
||||
- project: parity/infrastructure/ci_cd/shared
|
||||
ref: v0.1
|
||||
file: /common/timestamp.yml
|
||||
|
||||
#### stage: .post
|
||||
|
||||
|
||||
Reference in New Issue
Block a user