Skip to content

Commit

Permalink
Add a new CI job to run validator against k8s master rules - optional
Browse files Browse the repository at this point in the history
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
  • Loading branch information
dims committed Dec 4, 2021
1 parent 5b1df26 commit 778fd30
Showing 1 changed file with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,30 @@ presubmits:
annotations:
testgrid-dashboards: sig-release-publishing-bot
testgrid-tab-name: test
- name: pull-publishing-bot-validate-rules
always_run: false
skip_report: false
optional: true
decorate: true
path_alias: k8s.io/publishing-bot
extra_refs:
- org: kubernetes
repo: kubernetes
base_ref: master
path_alias: k8s.io/kubernetes
spec:
containers:
- image: golang:1.16
command:
- go
args:
- run
- -mod=mod
- k8s.io/publishing-bot/cmd/validate-rules
- /home/prow/go/src/k8s.io/kubernetes/staging/publishing/rules.yaml
annotations:
testgrid-dashboards: sig-release-publishing-bot
testgrid-tab-name: test
kubernetes/kubernetes:
- name: pull-publishing-bot-validate
always_run: false
Expand Down

0 comments on commit 778fd30

Please sign in to comment.