ci: latest CI update before 3.0.0 release - #4151
Merged
Merged
Conversation
michalChrobot
requested review from
a team,
EmandM and
NoelStephensUnity
as code owners
September 6, 2026 18:33
Corrections due to: 1) 'GhostBehaviour' is inaccessible due to its protection level 2) Inconsistent accessibility: property type 'NetcodeWorld' is less accessible than property 'NetworkManager.NetcodeWorld' etc
….test-framework dependency due to CoreCLR flag usage
michalChrobot
commented
Sep 6, 2026
| # already immutable, so there is nothing to pin against. | ||
| unified_editors: | ||
| default: | ||
| - 6000.7.0a5 |
Member
Author
There was a problem hiding this comment.
This was removed as it's covered by minimal editor now
michalChrobot
commented
Sep 6, 2026
| unified_netcode_version: 6.7.0 | ||
|
|
||
| # The unified job runs in Editor context only, so a single fast platform is enough. | ||
| unified_test_platforms: |
Member
Author
There was a problem hiding this comment.
Removed as it's the same as default test platform
michalChrobot
commented
Sep 6, 2026
michalChrobot
commented
Sep 6, 2026
Member
Author
|
/review |
There was a problem hiding this comment.
💡 Harness Review
The Unified CI matrix now consistently targets the default validation editor and platform, but its manifest swap leaves that job running against stale test-project package versions.
Reviewed commit 7c9716c
🤖 Helpful? 👍/👎
Codecov ReportAll modified and coverable lines are covered by tests ✅ @@ Coverage Diff @@
## develop-3.x.x #4151 +/- ##
==============================================
Coverage 78.18% 78.18%
==============================================
Files 153 153
Lines 26272 26272
==============================================
Hits 20542 20542
Misses 5730 5730
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
Purpose of this PR
This PR does the following updates before 3.0.0 relese:
Jira ticket
N/A
Documentation
N/A
Testing & QA (How your changes can be verified during release Playtest)
Main goal here is to see if Full CI will still be green (expectation)
Up-port
N/A
Backports
N/A