-
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
Add presubmits for perf-tests release branches #16248
Conversation
33745ac
to
dfcf87c
Compare
branches: | ||
- release-1.14 | ||
labels: | ||
preset-bazel-scratch-dir: "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.
I'm always wondering how do we end-up with different presets order in different jobs - I'm comparing with the regular presubmit and there is different preset order and different order of options too...
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.
Config-forker creates newest job (in the future - 1.18) based on our manually curated source yamls. That forked yaml will be alphabetically sorted.
Later on, we do modify 1.14-1.18 yamls in place making various adjustments (or adding new jobs to them) - those will be manually ordered again.
I've generated changes for this PR using config-forker, that is why it is alphabetical here, but not in sig-scalability-presubmit-jobs.yaml.
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jkaniuk, 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 |
/cc justaugustus I plan to merge it next week after last check of weekend runs: |
SGTM! LGTM, but I'll wait until next week to approve. |
Last runs for all tests are green. |
@jkaniuk: 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. |
/lgtm |
Add presubmits to all release branches of perf-tests repository:
/cc wojtek-t