Merge pull request #152 from mstg/hotfix-presubmit

This commit is contained in:
Mustafa Gezen 2023-11-09 01:06:42 +01:00 committed by GitHub
commit 1fba85e083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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