Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup prow jobs for Kubeflow GCP blueprints. #17928

Merged
merged 1 commit into from
Jun 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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