github.com/munnerz/test-infra@v0.0.0-20190108210205-ce3d181dc989/config/jobs/kubernetes-csi/csi-lib-utils/csi-lib-utils-config.yaml (about)

     1  presubmits:
     2    kubernetes-csi/csi-lib-utils:
     3    - name: pull-sig-storage-csi-lib-utils
     4      always_run: true
     5      decorate: true
     6      skip_report: false
     7      spec:
     8        containers:
     9        # This image was chosen over the more often used kubekins-e2e because
    10        # it is smaller and has everything we need (basically just a Go environment).
    11        - image: gcr.io/k8s-testimages/gcloud-in-go:v20180927-6b4facbe6
    12          command:
    13          - make
    14          args:
    15          - -k # report as many failures as possible (if any) before finally failing
    16          - all # build...
    17          - test # ... and test