Merge pull request #56 from mstg/config-change-bump

Bump image version to v0.3.19 (Prow)
This commit is contained in:
resf-prow[bot] 2022-11-01 03:15:18 +00:00 committed by GitHub
commit 257644f533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 7 deletions

View File

@ -48,6 +48,7 @@ import (
"time" "time"
) )
// ListAdvisories returns advisories with given filters
func (s *Server) ListAdvisories(_ context.Context, req *apollopb.ListAdvisoriesRequest) (*apollopb.ListAdvisoriesResponse, error) { func (s *Server) ListAdvisories(_ context.Context, req *apollopb.ListAdvisoriesRequest) (*apollopb.ListAdvisoriesResponse, error) {
if err := req.ValidateAll(); err != nil { if err := req.ValidateAll(); err != nil {
return nil, err return nil, err

View File

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

View File

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