chore: remove tolerations
Some checks failed
ci/crow/manual/build/4 Pipeline failed
ci/crow/manual/build/3 Pipeline failed
ci/crow/manual/build/7 Pipeline failed
ci/crow/manual/build/13 Pipeline failed
ci/crow/manual/build/11 Pipeline failed
ci/crow/manual/build/12 Pipeline failed
ci/crow/manual/build/9 Pipeline failed
ci/crow/manual/build/2 Pipeline failed
ci/crow/manual/build/8 Pipeline failed
ci/crow/manual/build/14 Pipeline failed
ci/crow/manual/build/6 Pipeline failed
ci/crow/manual/build/10 Pipeline failed
ci/crow/manual/build/1 Pipeline failed
ci/crow/manual/build/5 Pipeline failed
ci/crow/cron/build/2 Pipeline failed
ci/crow/cron/build/11 Pipeline failed
ci/crow/cron/build/14 Pipeline failed
ci/crow/cron/build/9 Pipeline failed
ci/crow/cron/build/10 Pipeline was successful
ci/crow/cron/build/1 Pipeline was successful
ci/crow/cron/build/8 Pipeline was successful
ci/crow/cron/build/12 Pipeline was successful
ci/crow/cron/build/4 Pipeline was successful
ci/crow/cron/build/3 Pipeline was successful
ci/crow/cron/build/6 Pipeline was successful
ci/crow/cron/build/7 Pipeline was successful
ci/crow/cron/build/13 Pipeline was successful
ci/crow/cron/build/5 Pipeline was successful
Some checks failed
ci/crow/manual/build/4 Pipeline failed
ci/crow/manual/build/3 Pipeline failed
ci/crow/manual/build/7 Pipeline failed
ci/crow/manual/build/13 Pipeline failed
ci/crow/manual/build/11 Pipeline failed
ci/crow/manual/build/12 Pipeline failed
ci/crow/manual/build/9 Pipeline failed
ci/crow/manual/build/2 Pipeline failed
ci/crow/manual/build/8 Pipeline failed
ci/crow/manual/build/14 Pipeline failed
ci/crow/manual/build/6 Pipeline failed
ci/crow/manual/build/10 Pipeline failed
ci/crow/manual/build/1 Pipeline failed
ci/crow/manual/build/5 Pipeline failed
ci/crow/cron/build/2 Pipeline failed
ci/crow/cron/build/11 Pipeline failed
ci/crow/cron/build/14 Pipeline failed
ci/crow/cron/build/9 Pipeline failed
ci/crow/cron/build/10 Pipeline was successful
ci/crow/cron/build/1 Pipeline was successful
ci/crow/cron/build/8 Pipeline was successful
ci/crow/cron/build/12 Pipeline was successful
ci/crow/cron/build/4 Pipeline was successful
ci/crow/cron/build/3 Pipeline was successful
ci/crow/cron/build/6 Pipeline was successful
ci/crow/cron/build/7 Pipeline was successful
ci/crow/cron/build/13 Pipeline was successful
ci/crow/cron/build/5 Pipeline was successful
This commit is contained in:
parent
528708c087
commit
e75479069e
1 changed files with 4 additions and 25 deletions
|
|
@ -97,11 +97,7 @@ steps:
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: "${ARCH}"
|
kubernetes.io/arch: "${ARCH}"
|
||||||
tolerations:
|
|
||||||
- key: "CI"
|
|
||||||
operator: "Equal"
|
|
||||||
value: "true"
|
|
||||||
effect: "NoSchedule"
|
|
||||||
|
|
||||||
- name: Check if files for R version already exist in s3
|
- name: Check if files for R version already exist in s3
|
||||||
environment:
|
environment:
|
||||||
|
|
@ -123,11 +119,7 @@ steps:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: "${ARCH}"
|
kubernetes.io/arch: "${ARCH}"
|
||||||
tolerations:
|
|
||||||
- key: "CI"
|
|
||||||
operator: "Equal"
|
|
||||||
value: "true"
|
|
||||||
effect: "NoSchedule"
|
|
||||||
|
|
||||||
# ref: https://github.com/woodpecker-ci/woodpecker/discussions/2721
|
# ref: https://github.com/woodpecker-ci/woodpecker/discussions/2721
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|
@ -153,11 +145,7 @@ steps:
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: "${ARCH}"
|
kubernetes.io/arch: "${ARCH}"
|
||||||
tolerations:
|
|
||||||
- key: "CI"
|
|
||||||
operator: "Equal"
|
|
||||||
value: "true"
|
|
||||||
effect: "NoSchedule"
|
|
||||||
|
|
||||||
- name: Upload to Hetzner S3
|
- name: Upload to Hetzner S3
|
||||||
image: reg.devxy.io/docker.io/woodpeckerci/plugin-s3:1.5.2
|
image: reg.devxy.io/docker.io/woodpeckerci/plugin-s3:1.5.2
|
||||||
|
|
@ -189,11 +177,7 @@ steps:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: "${ARCH}"
|
kubernetes.io/arch: "${ARCH}"
|
||||||
tolerations:
|
|
||||||
- key: "CI"
|
|
||||||
operator: "Equal"
|
|
||||||
value: "true"
|
|
||||||
effect: "NoSchedule"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
docker:
|
docker:
|
||||||
|
|
@ -212,8 +196,3 @@ services:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: "${ARCH}"
|
kubernetes.io/arch: "${ARCH}"
|
||||||
tolerations:
|
|
||||||
- key: "CI"
|
|
||||||
operator: "Equal"
|
|
||||||
value: "true"
|
|
||||||
effect: "NoSchedule"
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue