forked from kubernetes/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run GCP blueprint periodic tests more frequently.
* Related to GoogleCloudPlatform/kubeflow-distribution#42
- Loading branch information
Jeremy Lewi
committed
Jun 18, 2020
1 parent
19a078d
commit 98b5d8a
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|