Skip to content

Commit

Permalink
Move periodic-kubernetes-bazel-build jobs to release-informing
Browse files Browse the repository at this point in the history
Given KEP 2420 I think we should stop considering these as
release-blocking jobs, given that we already have non-bazel
build jobs
  • Loading branch information
spiffxp committed Feb 23, 2021
1 parent dd19459 commit 80c5856
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ periodics:
- 'perfDashBuildsCount: 500'
- annotations:
testgrid-alert-email: [email protected], [email protected]
testgrid-dashboards: sig-release-1.18-blocking, google-unit
testgrid-dashboards: sig-release-1.18-informing, google-unit
testgrid-tab-name: bazel-build-1.18
decorate: true
extra_refs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ periodics:
- 'perfDashBuildsCount: 500'
- annotations:
testgrid-alert-email: [email protected], [email protected]
testgrid-dashboards: sig-release-1.19-blocking, google-unit
testgrid-dashboards: sig-release-1.19-informing, google-unit
testgrid-tab-name: bazel-build-1.19
decorate: true
extra_refs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ periodics:
- 'perfDashBuildsCount: 500'
- annotations:
testgrid-alert-email: [email protected], [email protected]
testgrid-dashboards: sig-release-1.20-blocking, google-unit
testgrid-dashboards: sig-release-1.20-informing, google-unit
testgrid-tab-name: bazel-build-1.20
decorate: true
extra_refs:
Expand Down
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 @@ -139,7 +139,7 @@ postsubmits:
annotations:
testgrid-dashboards: sig-release-master-informing
testgrid-tab-name: bazel-build-master
testgrid-tab-name: post-bazel-build-master
description: 'OWNER: sig-testing; Builds kubernetes at each bommit using bazel with RBE'

periodics:
Expand All @@ -150,7 +150,7 @@ periodics:
fork-per-release-replacements: "latest-bazel.txt -> latest-bazel-{{.Version}}.txt"
fork-per-release-periodic-interval: 6h
testgrid-alert-email: [email protected], [email protected]
testgrid-dashboards: sig-release-master-blocking, google-unit
testgrid-dashboards: sig-release-master-informing, google-unit
testgrid-tab-name: bazel-build-master
description: run bazel build //... -//vendor/...
interval: 5m
Expand Down

0 comments on commit 80c5856

Please sign in to comment.