-
Notifications
You must be signed in to change notification settings - Fork 452
chore: [UpPort] Reduce the number of jobs running on PR triggers #3545
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
Conversation
Same comment as for original PR Really nice improvement in terms of numbers! Thanks for doing this! What we are doing in essence (is anyone else will stumble upon this PR) is
|
As for my commits
|
Reduce the number of jobs that are running on each PR from 43 jobs to 26. ## Changelog - Changed: Updated the automated test configuration. ## Testing and Documentation ## Backport <!-- If this is a backport: - Add the following to the PR title: "\[Backport\] ..." . - Link to the original PR. If this needs a backport - state this here If a backport is not needed please provide the reason why. If the "Backports" section is not present it will lead to a CI test failure. --> Up ported by #3545 --------- Co-authored-by: michalChrobot <[email protected]>
… been moved to the tools repo and doesn't exist on the 2.x branch
This was my bad. I blindly copied the test definitions over from #3543 and completely missed that I'd also copied the tools integration tests. Seeing as we did remove that test project in #3444 yamato was right to be erroring out. Should be good now. |
Reduce the number of jobs that are running on each PR from 43 jobs to 26.
Changelog
Testing and Documentation
Backport
This is an up-port of #3543