-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
release-blocking jobs must run in dedicated cluster: periodic-kubernetes-bazel-test #18652
Comments
#18613 landed 2020-08-05 ~5pm PT It's unclear how much compute the RBE variant of the job ended up consuming, but it looks like we run slower. This is still well within release-blocking bounds, but good to know. I missed that we changed the interval when we made this change, we should change that back. And the release-branch variants need to be changed over as well. |
It's unclear to me what's the correct value to set for the interval of the release-branch variants. Is it still necessary to make this change? |
Both jobs have a |
What needs to be done for the release-branch variants is removal of the (and probably update their resources to match as well) |
k8s-infra-prow-build Ref: kubernetes#18652 Adjust resources of the job variants based on the master job. Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
So right after #18997 merged, release-1.18 thru release-1.16 versions of this job all started failing with
The release-1.19 and main branches are fine. The release-1.17 thru release-1.16 branches also fail with
The release-1.18 thru main branches are fine. Wonder if we need to cherry-pick something back? |
In order to get the following back to passing:
Opened cherrypicks for kubernetes/kubernetes#90927
Opened cherrypicks for kubernetes/kubernetes#86232
FYI @kubernetes/ci-signal @kubernetes/release-managers |
https://testgrid.k8s.io/sig-release-1.16-blocking#bazel-test-1.16 - cherry-picks for this branch have merged, all tests are green; the tab is still going to appear red / "failing" in summary until enough runs have happened to age out the oom_watcher test as stale (should be 10 IIRC) |
@spiffxp Is there still something to do here? |
/close |
@spiffxp: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Part of #18549
k8s-infra-prow-build doesn't have RBE, so this job needs to be configured not to use RBE (I proved this works and
determined the resource limits that should be used in #18607)
Per #18613 (comment) it is important we keep some variant of "bazel test" running periodically in the k8s-prow-builds cluster
So, per #18613 (comment) I suggested we rename jobs:
/sig testing
/sig release
/wg k8s-infra
/area jobs
/assign @ameukam
assigning since @ameukam started down this path with #18613
The text was updated successfully, but these errors were encountered: