chore: [UpPort] Reduce the number of jobs running on PR triggers#3545
Merged
EmandM merged 8 commits intodevelop-2.0.0from Jul 15, 2025
Merged
chore: [UpPort] Reduce the number of jobs running on PR triggers#3545EmandM merged 8 commits intodevelop-2.0.0from
EmandM merged 8 commits intodevelop-2.0.0from
Conversation
michalChrobot
approved these changes
Jul 14, 2025
Member
|
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
|
Member
|
As for my commits
|
EmandM
added a commit
that referenced
this pull request
Jul 14, 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 <!-- 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 <michal.chrobot@unity3d.com>
… been moved to the tools repo and doesn't exist on the 2.x branch
Member
Author
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. |
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
This is an up-port of #3543