ci: add commit-ref and pipeline-number pod labels for log tracing
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@@ -29,6 +29,9 @@ steps:
|
|||||||
kubernetes:
|
kubernetes:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: amd64
|
kubernetes.io/arch: amd64
|
||||||
|
labels:
|
||||||
|
commit-ref: "${CI_COMMIT_REF}"
|
||||||
|
pipeline-number: "${CI_PIPELINE_NUMBER}"
|
||||||
commands:
|
commands:
|
||||||
- sh ci/setup.sh
|
- sh ci/setup.sh
|
||||||
- python3 ci/build.py x86_64-linux
|
- python3 ci/build.py x86_64-linux
|
||||||
@@ -45,6 +48,9 @@ steps:
|
|||||||
kubernetes:
|
kubernetes:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: arm64
|
kubernetes.io/arch: arm64
|
||||||
|
labels:
|
||||||
|
commit-ref: "${CI_COMMIT_REF}"
|
||||||
|
pipeline-number: "${CI_PIPELINE_NUMBER}"
|
||||||
commands:
|
commands:
|
||||||
- sh ci/setup.sh
|
- sh ci/setup.sh
|
||||||
- python3 ci/build.py aarch64-linux
|
- python3 ci/build.py aarch64-linux
|
||||||
@@ -61,6 +67,9 @@ steps:
|
|||||||
kubernetes:
|
kubernetes:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: amd64
|
kubernetes.io/arch: amd64
|
||||||
|
labels:
|
||||||
|
commit-ref: "${CI_COMMIT_REF}"
|
||||||
|
pipeline-number: "${CI_PIPELINE_NUMBER}"
|
||||||
commands:
|
commands:
|
||||||
- sh ci/setup.sh
|
- sh ci/setup.sh
|
||||||
- python3 ci/build.py s390x-linux
|
- python3 ci/build.py s390x-linux
|
||||||
|
|||||||
Reference in New Issue
Block a user