Skip to content

Commit 0a5eaba

Browse files
committed
chore: [UpPort] Reduce the number of jobs running on PR triggers
1 parent dc58e42 commit 0a5eaba

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

.yamato/_triggers.yml

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,23 @@
4545
# Since standards job is a part of initial checks it's not present as direct dependency here!!!!!!!!!!!!!!!!!!!!
4646
pull_request_trigger:
4747
name: Pull Request Trigger (develop, develop-2.0.0, & release branches)
48+
# Run the following tests on a selection of different desktop platforms
4849
dependencies:
49-
# Run package EditMode and Playmode package tests on trunk
50-
- .yamato/_run-all.yml#run_all_package_tests_trunk
51-
# Run package EditMode and Playmode package tests on minimum supported editor (6000.0 in case of NGOv2.X)
52-
- .yamato/_run-all.yml#run_all_package_tests_6000
53-
# Run project EditMode and Playmode project tests on trunk
54-
- .yamato/_run-all.yml#run_all_project_tests_trunk
55-
# Run project EditMode and Playmode project tests on minimum supported editor (6000.0 in case of NGOv2.X)
56-
- .yamato/_run-all.yml#run_all_project_tests_6000
57-
# Run standalone test. Run windows standalone tests as this is our most common platform, and run ubuntu rust tests.
50+
# Run package EditMode and Playmode package tests on trunk and an older supported editor (6000.0)
51+
- .yamato/package-tests.yml#package_test_-_ngo_trunk_mac
52+
- .yamato/package-tests.yml#package_test_-_ngo_6000.0_win
53+
54+
# Run testproject EditMode and Playmode project tests on trunk and an older supported editor (6000.0)
55+
- .yamato/project-tests.yml#test_testproject_win_trunk
56+
- .yamato/project-tests.yml#test_testproject_mac_6000.0
57+
58+
# Run tools integration tests EditMode and Playmode tests on trunk and an older supported editor (6000.0)
59+
- .yamato/project-tests.yml#test_testproject-tools-integration_ubuntu_6000.0
60+
- .yamato/project-tests.yml#test_testproject-tools-integration_win_trunk
61+
62+
# 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
5863
# Coverage on other standalone machines is present in Nightly job so it's enough to not run all of them for PRs
59-
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_win_il2cpp_6000.0
64+
- .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_ubuntu_il2cpp_2022.3
6065
- .yamato/cmb-service-standalone-tests.yml#cmb_service_standalone_test_testproject_ubuntu_il2cpp_6000.0
6166
triggers:
6267
cancel_old_ci: true

0 commit comments

Comments
 (0)