Skip to content

Commit 3a65149

Browse files
committed
Changed standalone tests trigger on PRs to use only Ubuntu
1 parent c411130 commit 3a65149

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.yamato/_triggers.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
pull_request_trigger:
4747
name: Pull Request Trigger (develop, develop-2.0.0, & release branches)
4848
dependencies:
49+
# Run project standards to verify package/default project
50+
- .yamato/project-standards.yml#standards_ubuntu_testproject_6000.0
4951
# Run package EditMode and Playmode package tests on trunk
5052
- .yamato/_run-all.yml#run_all_package_tests_trunk
5153
# Run package EditMode and Playmode package tests on minimum supported editor (6000.0 in case of NGOv2.X)
@@ -54,9 +56,9 @@ pull_request_trigger:
5456
- .yamato/_run-all.yml#run_all_project_tests_trunk
5557
# Run project EditMode and PLaymode project tests on minimum supported editor (6000.0 in case of NGOv2.X)
5658
- .yamato/_run-all.yml#run_all_project_tests_6000
57-
# Run standalone test with mixture of parameters to make sure there are no obvious issues with most common platform (for example --fail-on-assert option is not present with package/project tests). We run 2 different combinations with different platform/editor/scripting backend.
58-
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_mac_il2cpp_trunk
59-
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_win_mono_6000.0
59+
# 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
60+
# Coverage on other standalone machines is present in Nightly job so it's enough to not run all of them for PRs
61+
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_ubuntu_il2cpp_trunk
6062
triggers:
6163
cancel_old_ci: true
6264
pull_requests:

0 commit comments

Comments
 (0)