File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ run_quick_checks:
1616 name : Run Quick Initial Checks
1717 dependencies :
1818 # Ensure the code is running to our current standards
19- - .yamato/project-standards.yml#standards_ubuntu_testproject_trunk
19+ - .yamato/project-standards.yml#standards_ubuntu_testproject_{{ validation_editors.default }}
2020 # This is needed for most of the jobs to execute tests + it runs xray PVP checks (all fast checks)
2121 - .yamato/package-pack.yml#package_pack_-_ngo_win
2222
Original file line number Diff line number Diff line change 5151pr_minimal_required_checks :
5252 name : Minimal PR checks
5353 dependencies :
54- - .yamato/project-standards.yml#standards_ubuntu_testproject_trunk
54+ - .yamato/project-standards.yml#standards_ubuntu_testproject_{{ validation_editors.default }}
5555 - .yamato/package-pack.yml#package_pack_-_ngo_win
5656 triggers :
5757 expression : |-
@@ -128,7 +128,7 @@ develop_nightly:
128128 rerun : always
129129 dependencies :
130130 # Run project standards to verify package/default project
131- - .yamato/project-standards.yml#standards_ubuntu_testproject_trunk
131+ - .yamato/project-standards.yml#standards_ubuntu_testproject_{{ validation_editors.default }}
132132 # Run APV jobs to make sure the change won't break any dependants
133133 - .yamato/wrench/preview-a-p-v.yml#all_preview_apv_jobs
134134 # Run package EditMode and Playmode tests on desktop platforms on trunk and 6000.0
@@ -188,4 +188,4 @@ develop_weekly_trunk:
188188 # Run Runtime tests against CMB service
189189 - .yamato/_run-all.yml#run_all_project_tests_cmb_service
190190 # Run code coverage test
191- - .yamato/code-coverage.yml#code_coverage_ubuntu_trunk
191+ - .yamato/code-coverage.yml#code_coverage_ubuntu_{{ validation_editors.default }}
You can’t perform that action at this time.
0 commit comments