Skip to content

Commit

Permalink
Run GCP blueprint periodic tests more frequently.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Lewi committed Jun 18, 2020
1 parent 19a078d commit 98b5d8a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions config/jobs/kubeflow/kubeflow-periodics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,12 @@ periodics:
# TODO: use a public email group
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: "3"
- name: kubeflow-gcp-blueprints-master
# Periodic tests currently aren't deploying infrastructure; they are
# just running against the auto deployed clusters so we can run them
# fairly frequently.
- name: kubeflow-gcp-blueprints-master-periodic
cluster: kubeflow
interval: 4h
interval: 20m
labels:
preset-service-account: "true"
spec:
Expand Down

0 comments on commit 98b5d8a

Please sign in to comment.