Skip to content

Commit

Permalink
Merge pull request #23546 from spiffxp/enhancements-test-job
Browse files Browse the repository at this point in the history
config/jobs: add pull-enhancements-test
  • Loading branch information
k8s-ci-robot authored Sep 10, 2021
2 parents 914737a + 4a72028 commit 2152c82
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/jobs/kubernetes/enhancements/enhancements-presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,13 @@ presubmits:
- sh
- "-c"
- "export PATH=$PATH:$GOPATH/bin && ./hack/verify.sh"
- name: pull-enhancements-test
always_run: true
decorate: true
spec:
containers:
- image: golang:1.17
command:
- make
- test
- tools

0 comments on commit 2152c82

Please sign in to comment.