-
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
Migrate merge-blocking jobs to dedicated cluster: pull-kubernetes-integration #18811
Comments
Opened #18814 |
/assign |
Just because it seemed pretty clear in this case, I'm lowring cpu from 7 to 6 to match the CI job, which is taking basically the same amount of time to run more tests. #18844 I'll hold this open to see the results, but am otherwise ready to call this done, and think other jobs of this type can be moved over |
The presubmits-kubenetes-blocking testgrid doesn't go too far in history, so I can't show a lot of steady green. This was impacted by the same IO issues that plagued the CI variant of integration when we tried switching the build cluster from n1-highmem-8's to n1-highmem-16's (kubernetes/k8s.io#1173 (comment)) I think this is otherwise good to go, will poke at metrics explorer just to confirm good utilization |
/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 #18550
This is a trial balloon of a specific type of job (doesn't need an e2e project)
I'd like to get a sense of what sort of scaling jobs of this type are going to cause k8s-infra-prow-build. I'd also like to see whether this interferes with existing release-blocking job load. If so, we should consider a more boilerplate-filled approach of setting up a separate nodepool, and using taints/tolerations/nodeselectors for merge-blocking vs. release-blocking jobs.
I'm choosing pull-kubernetes-integration because it's the one I've seen flake the most lately. Getting it over to k8s-infra-prow-build will allow more community visibility, and ideally more resources thanks to autoscaling.
/area jobs
/wg k8s-infra
/sig testing
/sig release
The text was updated successfully, but these errors were encountered: