github.com/munnerz/test-infra@v0.0.0-20190108210205-ce3d181dc989/config/jobs/kubernetes/cloud-provider-gcp/cloud-provider-gcp-presubmits.yaml (about) 1 presubmits: 2 kubernetes/cloud-provider-gcp: 3 - name: cloud-provider-gcp-tests 4 max_concurrency: 5 5 always_run: true 6 decorate: true 7 spec: 8 containers: 9 - image: gcr.io/cloud-builders/bazel 10 command: ["bash"] 11 args: 12 - -c 13 - | 14 bazel --output_base=/tmp build -- //... -//vendor/... && \ 15 bazel --output_base=/tmp test --test_output=errors -- //... -//vendor/...