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

     1  presubmits:
     2    kubernetes/community:
     3    - name: pull-community-verify
     4      branches:
     5      - master
     6      always_run: true
     7      labels:
     8        preset-service-account: "true"
     9      spec:
    10        containers:
    11        - image: gcr.io/k8s-testimages/gcloud-in-go:v20171113-192bec25
    12          args:
    13          - "--repo=k8s.io/$(REPO_NAME)=$(PULL_REFS)"
    14          - "--root=/go/src"
    15          - "--upload=gs://kubernetes-jenkins/pr-logs"
    16          - --scenario=execute
    17          - --
    18          - make
    19          - verify