Skip to content

Commit 2c7d039

Browse files
update
Updating triggers to use no less than 6000.3
1 parent 29d4124 commit 2c7d039

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.yamato/_triggers.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ pr_code_changes_checks:
7676
# 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
7777
- .yamato/vetting-test.yml#vetting_test
7878

79-
# Run package EditMode and Playmode package tests on trunk and an older supported editor (6000.0)
79+
# Run package EditMode and Playmode package tests on trunk and an older supported editor (6000.3)
8080
- .yamato/package-tests.yml#package_test_-_ngo_trunk_mac
81-
- .yamato/package-tests.yml#package_test_-_ngo_6000.0_win
81+
- .yamato/package-tests.yml#package_test_-_ngo_6000.3_win
8282

83-
# Run testproject EditMode and Playmode project tests on trunk and an older supported editor (6000.0)
83+
# Run testproject EditMode and Playmode project tests on trunk and an older supported editor (6000.3)
8484
- .yamato/project-tests.yml#test_testproject_win_trunk
85-
- .yamato/project-tests.yml#test_testproject_mac_6000.0
85+
- .yamato/project-tests.yml#test_testproject_mac_6000.3
8686

8787
# 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
8888
# Coverage on other standalone machines is present in Nightly job so it's enough to not run all of them for PRs

0 commit comments

Comments
 (0)