-
Notifications
You must be signed in to change notification settings - Fork 25.3k
Split up bc and pr upgrade tests #129756
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
Split up bc and pr upgrade tests #129756
Conversation
Pinging @elastic/es-delivery (Team:Delivery) |
ee01686
to
8485c96
Compare
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.
Changes look good to me, but you may want the opinion of someone better versed in gradle/buildkite
💔 Backport failedThe backport operation could not be completed due to the following error:
You can use sqren/backport to manually backport by running |
Splits up bc and pr upgrade tests as they tend to be a bottle neck in intake and pr builds nowadays.
This splits and groups the bcUpgradeTest tasks in ci to run more in parallel and reduce overall pull-request ci build duration
Relates to ES-12145