-
Notifications
You must be signed in to change notification settings - Fork 463
ci: latest CI update before 3.0.0 release #4151
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
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
5fbf0a4
CI update to latest editor
michalChrobot a890387
Updated minimal supported editor
michalChrobot e24ed74
Updated to latest Wrench and regenerated CI
michalChrobot d2419b0
typo
michalChrobot ab55217
Added dependency on N4E
michalChrobot 8fe0b7a
Updated testproject to latest supported editor
michalChrobot 2d0f015
Needed package corrections
michalChrobot faac8da
Updated minimalproject to latest supported editor and added com.unity…
michalChrobot 9d8f4da
missed files
michalChrobot 7c9716c
Reverted adding N4E dependency
michalChrobot f45fe9c
Corrected unified manifest and coreclr testing
michalChrobot f88deee
typo correction
michalChrobot 90d0003
removed coreclr as I need to investigate implementation more
michalChrobot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
2 changes: 1 addition & 1 deletion
2
.yamato/generated-scripts/infrastructure-instability-detection-win.cmd
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -172,50 +172,20 @@ test_platforms: | |
| standalone: GameCoreScarlett | ||
|
|
||
| # EDITOR CONFIGURATIONS------------------------------------------------------------------------------- | ||
| # Editors to be used for testing. NGOv2.X official support started from 6000.0 editor | ||
| # Editors to be used for testing. NGOv3.X official support started from 6000.7 editor | ||
| # TODO: When a new editor will be released it should be added to this list | ||
|
|
||
| validation_editors: | ||
| default: | ||
| - 6000.6 | ||
| - 6000.7 | ||
| all: | ||
| - 6000.6.0b5 | ||
| - 6000.6 | ||
| - 6000.7.0a6 | ||
| - 6000.7 | ||
| - trunk | ||
| - 5fe7931aab8c4fff9274e15ef0800125c68b8d6a | ||
| - 1d47644d0e359a8139ae6f99217da3c4e47f4779 | ||
| minimal: | ||
| - 6000.6.0b5 | ||
| pinnedTrunk: 5fe7931aab8c4fff9274e15ef0800125c68b8d6a | ||
|
|
||
|
|
||
| # UNIFIED (NGO + N4E) CONFIGURATION--------------------------------------------------------------------- | ||
| # The unified test job validates NGO running against Netcode for Entities (N4E) through the unified API. | ||
| # It is deliberately kept separate from every other job in this repo because it needs an editor that | ||
| # bundles com.unity.netcode with the unified API, and that editor is NOT one of the validation_editors. | ||
| # | ||
| # WHY THIS IS PINNED TO 6000.7.0a5 (and not 6000.7.0a2): | ||
| # UnifiedNetcodeTransport is compiled behind "#if UNIFIED_NETCODE && OUT_OF_BAND_RPC" and needs the | ||
| # N4E out-of-band RPC API (IOutOfBandRpcCommand / OutgoingOutOfBandRpcDataStreamBuffer). | ||
| # Both 6000.7.0a2 and 6000.7.0a5 bundle com.unity.netcode 6.7.0, but that API only landed in the a5 | ||
| # snapshot. On a2 the unified transport does not compile, so the unified tests cannot run there. | ||
| # Bump this pin (and unified_netcode_version below) together whenever the required N4E API moves. | ||
| # | ||
| # An explicit alpha version is used instead of a trunk revision hash because published alphas are | ||
| # already immutable, so there is nothing to pin against. | ||
| unified_editors: | ||
| default: | ||
| - 6000.7.0a5 | ||
|
|
||
| # Version of com.unity.netcode (N4E) bundled with unified_editors.default. | ||
| # It resolves as a "builtin" package out of the editor install, so it must match the editor exactly. | ||
| 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. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removed as it's the same as default test platform |
||
| - name: ubuntu | ||
| type: Unity::VM | ||
| image: package-ci/ubuntu-22.04:v4.87.0 | ||
| flavor: b1.large | ||
| - 6000.7.0a6 | ||
| pinnedTrunk: 1d47644d0e359a8139ae6f99217da3c4e47f4779 | ||
|
|
||
|
|
||
| # Scripting backends used by Standalone RunTimeTests--------------------------------------------------- | ||
|
|
||
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
This was removed as it's covered by minimal editor now