github.com/yrj2011/jx-test-infra@v0.0.0-20190529031832-7a2065ee98eb/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      agent: kubernetes
     5      max_concurrency: 5
     6      always_run: true
     7      context: cloud-provider-gcp-tests
     8      rerun_command: "/test cloud-provider-gcp-tests"
     9      trigger: "(?m)^/test( all| cloud-provider-gcp-tests),?(\\s+|$)"
    10      decorate: true
    11      spec:
    12        containers:
    13        - image: gcr.io/cloud-builders/bazel
    14          command: ["bash"]
    15          args:
    16          - -c
    17          - |
    18            bazel --output_base=/tmp build -- //... -//vendor/... && \
    19            bazel --output_base=/tmp test --test_output=errors -- //... -//vendor/...