ci: [1.X] CI failures fixes and disabled tests Jira tracking informations#3303
Merged
NoelStephensUnity merged 22 commits intodevelopfrom Feb 24, 2025
Merged
ci: [1.X] CI failures fixes and disabled tests Jira tracking informations#3303NoelStephensUnity merged 22 commits intodevelopfrom
NoelStephensUnity merged 22 commits intodevelopfrom
Conversation
Fixing modifier ordering
NoelStephensUnity
approved these changes
Feb 24, 2025
michalChrobot
added a commit
that referenced
this pull request
Mar 21, 2025
This PR focuses on fixing CI issues raised in #3303 and before. Specifically: 1. 2023.3 editor was removed from supported list since based on official info it transitioned into 6000 editor and 2023 editor (by itself) is not supported. The associated ticket was (MTT-11355) 2. In case of ubuntu and 2021 editor (MTT-11354) correct version of libssl is being installed 3. UTR command was corrected to use preinstalled UTR on the image instead of downloading it 4. Removed upm-ci project pack definition and converted Code Coverage test to use upm-pvp pack job 5. Simplifies some unnecessary CI commands 6. Added detailed comments regarding CI setup and commands 7. Created CI_README file which describes overall configuration structure. 8. For macOS devices we now use M1 model (Apple Silicon) in contrast to default x64 Intel Mac which introduced a lot of bit-flipping errors --------- Co-authored-by: NoelStephensUnity <noel.stephens@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.
This PR addresses some test failures in new CI definition (present on develop-2.0.0 branch)