github.com/munnerz/test-infra@v0.0.0-20190108210205-ce3d181dc989/config/jobs/kubernetes/org/kubernetes-org-jobs.yaml (about) 1 presubmits: 2 kubernetes/org: 3 - name: pull-org-test-all 4 always_run: true 5 decorate: true 6 spec: 7 containers: 8 - image: launcher.gcr.io/google/bazel 9 command: 10 - bazel 11 args: 12 - test 13 - //... 14 - name: pull-org-verify-all 15 always_run: true 16 decorate: true 17 spec: 18 containers: 19 - image: launcher.gcr.io/google/bazel 20 command: 21 - ./hack/verify-all.sh