|
45 | 45 | # Since standards job is a part of initial checks it's not present as direct dependency here!!!!!!!!!!!!!!!!!!!!
|
46 | 46 | pull_request_trigger:
|
47 | 47 | name: Pull Request Trigger (develop, develop-2.0.0, & release branches)
|
| 48 | + # Run the following tests on a selection of different desktop platforms |
48 | 49 | 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 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 |
58 | 59 | # Coverage on other standalone machines is present in Nightly job so it's enough to not run all of them for PRs
|
59 | 60 | - .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_win_il2cpp_6000.0
|
60 |
| - - .yamato/cmb-service-standalone-tests.yml#cmb_service_standalone_test_testproject_ubuntu_il2cpp_6000.0 |
| 61 | + - .yamato/cmb-service-standalone-tests.yml#cmb_service_standalone_test_testproject_ubuntu_il2cpp_trunk |
61 | 62 | triggers:
|
62 | 63 | cancel_old_ci: true
|
63 | 64 | pull_requests:
|
|
0 commit comments