-
Notifications
You must be signed in to change notification settings - Fork 394
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
🌱 Increase resource requests on Prow jobs but only run if code changed #3029
Conversation
5dace60
to
06e2847
Compare
Signed-off-by: Marvin Beckers <[email protected]>
06e2847
to
fe94695
Compare
/retest |
1 similar comment
/retest |
/cc @mjudeikis @xrstf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
LGTM label has been added. Git tree hash: 739ddc40786e4b7a31888f220a1460d3abbb569f
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: xrstf The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Summary
This PR increases the memory and cpu requests on Prow jobs for e2e tests to ensure that they get their own nodes with minimal interference. At the same time, it adds
run_if_changed
to ensure that we no longer run e2e tests on non-code changes.In addition, I'm reducing the number of runs in
pull-kcp-test-e2e-multiple-runs
from 3 to 2. That should be "good enough" while reducing the runtime of the job by one third.Related issue(s)
Fixes #
Release Notes