Use newer CI images due to Bazel corruption issue

This commit is contained in:
Mustafa Gezen 2023-11-09 01:02:38 +01:00
parent 805fef24e5
commit d6c6564852
Signed by untrusted user who does not match committer: mustafa
GPG Key ID: DCDF010D946438C1
2 changed files with 7 additions and 7 deletions

View File

@ -14,7 +14,7 @@ postsubmits:
nodeSelector:
peridot.rockylinux.org/workflow-tolerates-arch: amd64
containers:
- image: quay.io/peridot/ci:v0.3.19
- image: quay.io/peridot/ci:v0.3.24
command:
- hack/unit_tests.sh
@ -32,7 +32,7 @@ postsubmits:
nodeSelector:
peridot.rockylinux.org/workflow-tolerates-arch: amd64
containers:
- image: quay.io/peridot/ci:v0.3.19
- image: quay.io/peridot/ci:v0.3.24
command:
- hack/build_all_frontends.sh
@ -51,6 +51,6 @@ postsubmits:
nodeSelector:
peridot.rockylinux.org/workflow-tolerates-arch: amd64
containers:
- image: quay.io/peridot/ci:v0.3.19
- image: quay.io/peridot/ci:v0.3.24
command:
- hack/deploy_impacted.sh

View File

@ -28,7 +28,7 @@ presubmits:
nodeSelector:
peridot.rockylinux.org/workflow-tolerates-arch: amd64
containers:
- image: quay.io/peridot/ci:v0.3.19
- image: quay.io/peridot/ci:v0.3.24
command:
- hack/unit_tests.sh
@ -46,7 +46,7 @@ presubmits:
nodeSelector:
peridot.rockylinux.org/workflow-tolerates-arch: amd64
containers:
- image: quay.io/peridot/ci:v0.3.19
- image: quay.io/peridot/ci:v0.3.24
command:
- hack/non_manual_build.sh
@ -64,7 +64,7 @@ presubmits:
nodeSelector:
peridot.rockylinux.org/workflow-tolerates-arch: amd64
containers:
- image: quay.io/peridot/ci:v0.3.19
- image: quay.io/peridot/ci:v0.3.24
command:
- hack/frontend_build.sh
@ -75,6 +75,6 @@ presubmits:
decorate: true
spec:
containers:
- image: quay.io/peridot/ci:v0.3.19
- image: quay.io/peridot/ci:v0.3.24
command:
- hack/gofmt_check.sh