|
51 | 51 | pr_minimal_required_checks: |
52 | 52 | name: Minimal PR checks |
53 | 53 | dependencies: |
54 | | - - .yamato/project-standards.yml#standards_ubuntu_testproject_trunk |
| 54 | + - .yamato/project-standards.yml#standards_ubuntu_testproject_{{ validation_editors.default }} |
55 | 55 | - .yamato/package-pack.yml#package_pack_-_ngo_win |
56 | 56 | triggers: |
57 | 57 | expression: |- |
@@ -87,10 +87,8 @@ pr_code_changes_checks: |
87 | 87 | # Coverage on other standalone machines is present in Nightly job so it's enough to not run all of them for PRs |
88 | 88 | # 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 | 89 | # Note that our daily tests will anyway run both test configurations in "minimal supported" and "trunk" configurations |
90 | | - |
91 | | - # TODO: Move these tests back to trunk once CMB Service has addressed https://jira.unity3d.com/browse/MTTB-1680 |
92 | | - - .yamato/desktop-standalone-tests.yml#desktop_standalone_test_testproject_ubuntu_il2cpp_6000.4 |
93 | | - - .yamato/cmb-service-standalone-tests.yml#cmb_service_standalone_test_testproject_ubuntu_il2cpp_6000.4 |
| 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 |
94 | 92 | triggers: |
95 | 93 | expression: |- |
96 | 94 | (pull_request.comment eq "ngo" OR |
@@ -130,7 +128,7 @@ develop_nightly: |
130 | 128 | rerun: always |
131 | 129 | dependencies: |
132 | 130 | # Run project standards to verify package/default project |
133 | | - - .yamato/project-standards.yml#standards_ubuntu_testproject_trunk |
| 131 | + - .yamato/project-standards.yml#standards_ubuntu_testproject_{{ validation_editors.default }} |
134 | 132 | # Run APV jobs to make sure the change won't break any dependants |
135 | 133 | - .yamato/wrench/preview-a-p-v.yml#all_preview_apv_jobs |
136 | 134 | # Run package EditMode and Playmode tests on desktop platforms on trunk and 6000.0 |
@@ -190,4 +188,4 @@ develop_weekly_trunk: |
190 | 188 | # Run Runtime tests against CMB service |
191 | 189 | - .yamato/_run-all.yml#run_all_project_tests_cmb_service |
192 | 190 | # Run code coverage test |
193 | | - - .yamato/code-coverage.yml#code_coverage_ubuntu_trunk |
| 191 | + - .yamato/code-coverage.yml#code_coverage_ubuntu_{{ validation_editors.default }} |
0 commit comments