-
Notifications
You must be signed in to change notification settings - Fork 460
chore: Reduce the number of jobs running on PR triggers #3543
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
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.
Looks good to me.
@michalChrobot
Could you review over this PR? We are migrating away from running 2021.3 during normal PRs (still runs weekly) to reduce the over-all PR time.
|
Yeah, I remember talking about reducing test overhead on PRs @EmandM but I didn't have time to get to it so thanks for doing this! Makes sense to me, what we are doing in essence (is anyone else will stumble upon this PR) is
Really nice improvement in terms of numbers! |
|
I noticed that we progressed in editor versions so I used this occasion to add 6000.2 to the list of supported editors. Notice that this will only influence nightly/weekly tests and nothing PR related |
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 This is an up-port of #3543 --------- Co-authored-by: michalChrobot <[email protected]>
Reduce the number of jobs that are running on each PR from 43 jobs to 26.
Changelog
Testing and Documentation
Backport
Up ported by #3545