Skip to content

Commit

Permalink
Merge pull request #17928 from jlewi/blueprints
Browse files Browse the repository at this point in the history
Setup prow jobs for Kubeflow GCP blueprints.
  • Loading branch information
k8s-ci-robot authored Jun 12, 2020
2 parents de31321 + 6c8183e commit 5a71a61
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 0 deletions.
22 changes: 22 additions & 0 deletions config/jobs/kubeflow/kubeflow-periodics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,28 @@ periodics:
# TODO: use a public email group
testgrid-alert-email: kubeflow-engineering@google.com
testgrid-num-failures-to-alert: "3"
- name: kubeflow-gcp-blueprints-master
cluster: kubeflow
interval: 4h
labels:
preset-service-account: "true"
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-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-manifests-periodic-master
cluster: kubeflow
interval: 8h
Expand Down
13 changes: 13 additions & 0 deletions config/jobs/kubeflow/kubeflow-postsubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@ postsubmits:
annotations:
testgrid-dashboards: sig-big-data
description: Postsubmit tests for kubeflow/internal-acls.
kubeflow/gcp-blueprints:
- name: kubeflow-gcp-blueprints-postsubmit
cluster: kubeflow
labels:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/kubeflow-ci/test-worker:latest
imagePullPolicy: Always

annotations:
testgrid-dashboards: sig-big-data
description: Postsubmit tests for kubeflow/gcp-blueprints.
kubeflow/kubeflow:
- name: kubeflow-postsubmit
cluster: kubeflow
Expand Down
14 changes: 14 additions & 0 deletions config/jobs/kubeflow/kubeflow-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ presubmits:
testgrid-dashboards: sig-big-data
description: Presubmits for kubeflow/examples.
testgrid-num-columns-recent: '30'
kubeflow/gcp-blueprints:
- name: kubeflow-gcp-blueprints-presubmit
cluster: kubeflow
always_run: true # Run for every PR, or only when requested.
labels:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/kubeflow-ci/test-worker:latest
imagePullPolicy: Always
annotations:
testgrid-dashboards: sig-big-data
description: Presubmit tests for Kubeflow GCP gcp-blueprints.
testgrid-num-columns-recent: '30'
kubeflow/internal-acls:
- name: kubeflow-internal-acls-presubmit
cluster: kubeflow
Expand Down
2 changes: 2 additions & 0 deletions config/testgrids/kubeflow/kubeflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ test_groups:
gcs_prefix: kubernetes-jenkins/logs/kubeflow_kubeflow/kubeflow-postsubmit
- name: kubeflow-examples-postsubmit
gcs_prefix: kubernetes-jenkins/logs/kubeflow_examples/kubeflow-examples-postsubmit
- name: kubeflow-gcp-blueprints-postsubmit
gcs_prefix: kubernetes-jenkins/logs/kubeflow_gcp-blueprints/kubeflow-gcp-blueprints-postsubmit
- name: kubeflow-kfctl-postsubmit
gcs_prefix: kubernetes-jenkins/logs/kubeflow_kfctl/kubeflow-kfctl-postsubmit
- name: kubeflow-manifests-postsubmit
Expand Down

0 comments on commit 5a71a61

Please sign in to comment.