chore: Reduce the number of jobs running on PR triggers#3543
Merged
Conversation
NoelStephensUnity
approved these changes
Jul 11, 2025
Member
There was a problem hiding this comment.
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.
Member
|
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! |
michalChrobot
approved these changes
Jul 14, 2025
Member
|
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 |
EmandM
added a commit
that referenced
this pull request
Jul 15, 2025
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 <michal.chrobot@unity3d.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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