Skip to content

Commit

Permalink
Merge pull request #18998 from spiffxp/enhance-your-calm-canary
Browse files Browse the repository at this point in the history
Correct intervals for periodic-kubernetes-bazel-test jobs
  • Loading branch information
k8s-ci-robot authored Aug 26, 2020
2 parents 7ebeee1 + 5b9505e commit fd124b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/jobs/kubernetes/sig-testing/bazel-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ periodics:
testgrid-dashboards: sig-testing-canaries
testgrid-tab-name: bazel-test
description: runs bazel test //... //hack:verify-all -//build/... -//vendor/... (using RBE)
interval: 5m
interval: 1h
decorate: true
labels:
preset-service-account: "true"
Expand Down Expand Up @@ -287,7 +287,7 @@ periodics:
testgrid-dashboards: sig-release-master-blocking, google-unit
testgrid-tab-name: bazel-test-master
description: runs bazel test //... //hack:verify-all -//build/... -//vendor/...
interval: 1h
interval: 5m
cluster: k8s-infra-prow-build
decorate: true
labels:
Expand Down

0 comments on commit fd124b7

Please sign in to comment.