mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-18 03:11:24 +00:00
Bump image version to v0.3.19 (Prow)
This commit is contained in:
parent
a603d9b877
commit
d2c653717b
@ -48,6 +48,7 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
// ListAdvisories returns advisories with given filters
|
||||
func (s *Server) ListAdvisories(_ context.Context, req *apollopb.ListAdvisoriesRequest) (*apollopb.ListAdvisoriesResponse, error) {
|
||||
if err := req.ValidateAll(); err != nil {
|
||||
return nil, err
|
||||
|
@ -14,7 +14,7 @@ postsubmits:
|
||||
nodeSelector:
|
||||
peridot.rockylinux.org/workflow-tolerates-arch: amd64
|
||||
containers:
|
||||
- image: quay.io/peridot/ci:v0.3.17
|
||||
- image: quay.io/peridot/ci:v0.3.19
|
||||
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.17
|
||||
- image: quay.io/peridot/ci:v0.3.19
|
||||
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.17
|
||||
- image: quay.io/peridot/ci:v0.3.19
|
||||
command:
|
||||
- hack/deploy_impacted.sh
|
||||
|
@ -28,7 +28,7 @@ presubmits:
|
||||
nodeSelector:
|
||||
peridot.rockylinux.org/workflow-tolerates-arch: amd64
|
||||
containers:
|
||||
- image: quay.io/peridot/ci:v0.3.17
|
||||
- image: quay.io/peridot/ci:v0.3.19
|
||||
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.17
|
||||
- image: quay.io/peridot/ci:v0.3.19
|
||||
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.17
|
||||
- image: quay.io/peridot/ci:v0.3.19
|
||||
command:
|
||||
- hack/frontend_build.sh
|
||||
|
||||
@ -75,6 +75,6 @@ presubmits:
|
||||
decorate: true
|
||||
spec:
|
||||
containers:
|
||||
- image: quay.io/peridot/ci:v0.3.17
|
||||
- image: quay.io/peridot/ci:v0.3.19
|
||||
command:
|
||||
- hack/gofmt_check.sh
|
||||
|
Loading…
Reference in New Issue
Block a user