-
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
Enable new log dumping mechanism for all scalability periodic jobs #19710
Conversation
/lgtm |
CCing current scalability oncall for visibility as this could potentially make our CI jobs go kaboom. /cc @marseel |
@tosi3k: GitHub didn't allow me to request PR reviews from the following users: marseel. Note that only kubernetes members and repo collaborators can review this PR, and authors cannot review their own PRs. 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. |
@@ -194,6 +194,7 @@ periodics: | |||
cron: 0 8-20/12 * * * | |||
labels: | |||
preset-e2e-scalability-common: "true" | |||
preset-e2e-scalability-periodics: "true" |
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.
Similarly as in other PRs - can we split release branches from the master?
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.
It is already split (at the PR level), please check individual commits here.
|
||
- labels: | ||
preset-e2e-scalability-periodics-master: "true" | ||
env: |
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.
Hmm - it seems that it has already been enabled before, right?
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.
I mean for master branch...
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.
Yep, that was this other PR you were mentioning
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.
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tosi3k, wojtek-t 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 |
@tosi3k: Updated the
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. |
Follow-up to #19663 which enabled the new log dumping mechanism for scalability master branch periodic jobs. This would additionally turn them on for 1.16-1.19 scalability CI jobs.
The PR adds a
preset-e2e-scalability-periodics-master
on the occasion that would facilitate gradual rollout of env var-enabled features in the scalability jobs with a following flow:preset-e2e-scalability-periodics-master
,preset-e2e-scalability-periodics
,preset-e2e-scalability-common
and/orpreset-e2e-kubemark-common
./sig scalability
/assign @jkaniuk @wojtek-t