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

Swap periodic-kubernetes-bazel-test-master for canary #18613

Merged
merged 1 commit into from
Aug 6, 2020
Merged
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
16 changes: 8 additions & 8 deletions config/jobs/kubernetes/sig-testing/bazel-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,13 +275,12 @@ periodics:
- 2241179 # release-managers

# periodic bazel test jobs
- name: periodic-kubernetes-bazel-test-master
- name: periodic-kubernetes-bazel-test-canary
annotations:
fork-per-release: "true"
fork-per-release-periodic-interval: 6h
testgrid-alert-email: kubernetes-sig-testing-alerts@googlegroups.com, k8s-infra-oncall@google.com
testgrid-dashboards: sig-release-master-blocking, google-unit
testgrid-tab-name: bazel-test-master
testgrid-dashboards: sig-testing-canaries
testgrid-tab-name: bazel-test
description: "runs bazel test //... //hack:verify-all -//build/... -//vendor/..."
interval: 5m
decorate: true
Expand Down Expand Up @@ -317,13 +316,14 @@ periodics:
requests:
cpu: 4
memory: "38Gi"
- name: periodic-kubernetes-bazel-test-canary
cluster: k8s-infra-prow-build
- name: periodic-kubernetes-bazel-test-master
annotations:
testgrid-dashboards: sig-testing-canaries
testgrid-tab-name: bazel-test
testgrid-alert-email: kubernetes-sig-testing-alerts@googlegroups.com, k8s-infra-oncall@google.com
testgrid-dashboards: sig-release-master-blocking, google-unit
testgrid-tab-name: bazel-test-master
description: run kubernetes-bazel-test without RBE on k8s-infra-prow-build
interval: 1h
cluster: k8s-infra-prow-build
decorate: true
labels:
preset-service-account: "true"
Expand Down