Skip to content

Commit

Permalink
adding optional presubmit verify job
Browse files Browse the repository at this point in the history
  • Loading branch information
pswica committed Jun 26, 2019
1 parent 963dfa1 commit 50f889d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/jobs/kubernetes/release/release-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,12 @@ presubmits:
args:
- test
- ./...
- name: verify
always_run: false
decorate: true
path_alias: k8s.io/release
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20190604-3070529-master
command:
- make verify

0 comments on commit 50f889d

Please sign in to comment.