File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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_{{ validation_editors.default }}
19+ - .yamato/project-standards.yml#standards_ubuntu_testproject_{{ validation_editors.standards }}
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
@@ -115,7 +115,7 @@ run_all_projects_standards:
115115 dependencies :
116116{% for platform in test_platforms.default -%}
117117{% for project in projects.all -%}
118- {% for editor in validation_editors.default -%}
118+ {% for editor in validation_editors.standards -%}
119119 - .yamato/project-standards.yml#standards_{{ platform.name }}_{{ project.name }}_{{ editor }}
120120{% endfor -%}
121121{% endfor -%}
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ develop_nightly:
130130 rerun : always
131131 dependencies :
132132 # Run project standards to verify package/default project
133- - .yamato/project-standards.yml#standards_ubuntu_testproject_{{ validation_editors.default }}
133+ - .yamato/project-standards.yml#standards_ubuntu_testproject_{{ validation_editors.standards }}
134134 # Run APV jobs to make sure the change won't break any dependants
135135 - .yamato/wrench/preview-a-p-v.yml#all_preview_apv_jobs
136136 # Run package EditMode and Playmode tests on desktop platforms on trunk and 6000.0
You can’t perform that action at this time.
0 commit comments