Skip to content

Commit ed35a91

Browse files
Merge develop-2.0.0 into chore/remove-spawn-state-exceptions-network-object
2 parents 82dc3b0 + b5b99f8 commit ed35a91

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.yamato/_triggers.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,20 +75,20 @@ pr_code_changes_checks:
7575
# Run API validation to early-detect all new APIs that would force us to release new minor version of the package. Note that for this to work the package version in package.json must correspond to "actual package state" which means that it should be higher than last released version
7676
- .yamato/vetting-test.yml#vetting_test
7777

78-
# Run package EditMode and Playmode package tests on trunk and an older supported editor (6000.0)
79-
- .yamato/package-tests.yml#package_test_-_ngo_trunk_mac
78+
# Run package EditMode and Playmode package tests on 6000.5 and an older supported editor (6000.0)
79+
- .yamato/package-tests.yml#package_test_-_ngo_6000.5_mac
8080
- .yamato/package-tests.yml#package_test_-_ngo_6000.0_win
8181

82-
# Run testproject EditMode and Playmode project tests on trunk and an older supported editor (6000.0)
83-
- .yamato/project-tests.yml#test_testproject_win_trunk
82+
# Run testproject EditMode and Playmode project tests on 6000.5 and an older supported editor (6000.0)
83+
- .yamato/project-tests.yml#test_testproject_win_6000.5
8484
- .yamato/project-tests.yml#test_testproject_mac_6000.0
8585

8686
# Run standalone test. We run it only on Ubuntu since it's the fastest machine, and it was noted that for example distribution on macOS is taking 40m since we switched to Apple Silicon
8787
# Coverage on other standalone machines is present in Nightly job so it's enough to not run all of them for PRs
8888
# desktop_standalone_test and cmb_service_standalone_test are both reusing desktop_standalone_build dependency so we run those in the same configuration on PRs to reduce waiting time.
89-
# Note that our daily tests will anyway run both test configurations in "minimal supported" and "trunk" configurations
90-
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_ubuntu_il2cpp_trunk
91-
- .yamato/cmb-service-standalone-tests.yml#cmb_service_standalone_test_testproject_ubuntu_il2cpp_trunk
89+
# Note that our daily tests will anyway run both test configurations in "minimal supported" and "6000.5" configurations
90+
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_ubuntu_il2cpp_6000.5
91+
- .yamato/cmb-service-standalone-tests.yml#cmb_service_standalone_test_testproject_ubuntu_il2cpp_6000.5
9292
triggers:
9393
expression: |-
9494
(pull_request.comment eq "ngo" OR

.yamato/project.metafile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ validation_editors:
181181
- 6000.0
182182
- 6000.3
183183
- 6000.4
184+
- 6000.5
184185
- trunk
185186
minimal:
186187
- 6000.0

0 commit comments

Comments
 (0)