prow/prowjobs/kubeflow/gcp-blueprints/kubeflow-gcp-blueprints.yaml (24 lines of code) (raw):

presubmits: kubeflow/gcp-blueprints: - name: kubeflow-gcp-blueprints-presubmit cluster: build-kubeflow optional: true # Not required for merging always_run: false # Run for every PR, or only when requested. skip_report: true # No report on github spec: containers: - image: gcr.io/kubeflow-ci/test-worker:latest imagePullPolicy: Always postsubmits: kubeflow/gcp-blueprints: - name: kubeflow-gcp-blueprints-postsubmit cluster: build-kubeflow branches: - ^master|.+-branch$ # in gcp-blueprints, release branch is in the format `v1.1-branch`. spec: containers: - image: gcr.io/kubeflow-ci/test-worker:latest imagePullPolicy: Always annotations: testgrid-dashboards: googleoss-kubeflow-gcp-blueprints description: Postsubmit tests for kubeflow/gcp-blueprints. # TODO(Bobgy): re-enable periodic tests. # periodics: # - name: kubeflow-gcp-blueprints-periodic-master # cluster: build-kubeflow # interval: 20m # spec: # containers: # - image: gcr.io/kubeflow-ci/test-worker:latest # imagePullPolicy: Always # env: # - name: REPO_OWNER # value: kubeflow # - name: REPO_NAME # value: gcp-blueprints # - name: BRANCH_NAME # value: master # annotations: # testgrid-create-test-group: "false" # # testgrid-dashboards: sig-big-data # # description: Periodic testing of Kubeflow gcp blueprints on the latest master branch. # # # TODO: use a public email group # # testgrid-alert-email: kubeflow-engineering@google.com # # testgrid-num-failures-to-alert: "3" # - name: kubeflow-gcp-blueprints-periodic-1-1 # cluster: build-kubeflow # interval: 20m # spec: # containers: # - image: gcr.io/kubeflow-ci/test-worker:latest # imagePullPolicy: Always # env: # - name: REPO_OWNER # value: kubeflow # - name: REPO_NAME # value: gcp-blueprints # - name: BRANCH_NAME # value: v1.1-branch # annotations: # testgrid-create-test-group: "false" # # testgrid-dashboards: sig-big-data # # description: Periodic testing of Kubeflow gcp blueprints on the 1.1 branch. # # # TODO: use a public email group # # testgrid-alert-email: kubeflow-engineering@google.com # # testgrid-num-failures-to-alert: "3"