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.standards }}
19+ - .yamato/project-standards.yml#standards_ubuntu_testproject_{{ validation_editors.minimal }}
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.standards -%}
118+ {% for editor in validation_editors.minimal -%}
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 5151pr_minimal_required_checks :
5252 name : Minimal PR checks
5353 dependencies :
54- - .yamato/project-standards.yml#standards_ubuntu_testproject_{{ validation_editors.standards }}
54+ - .yamato/project-standards.yml#standards_ubuntu_testproject_{{ validation_editors.minimal }}
5555 - .yamato/package-pack.yml#package_pack_-_ngo_win
5656 triggers :
5757 expression : |-
@@ -132,7 +132,7 @@ develop_nightly:
132132 rerun : always
133133 dependencies :
134134 # Run project standards to verify package/default project
135- - .yamato/project-standards.yml#standards_ubuntu_testproject_{{ validation_editors.standards }}
135+ - .yamato/project-standards.yml#standards_ubuntu_testproject_{{ validation_editors.minimal }}
136136 # Run APV jobs to make sure the change won't break any dependants
137137 - .yamato/wrench/preview-a-p-v.yml#all_preview_apv_jobs
138138 # Run package EditMode and Playmode tests on desktop platforms on trunk and 6000.0
Original file line number Diff line number Diff line change 3030
3131{% for project in projects.all -%}
3232{% for platform in test_platforms.default -%}
33- {% for editor in validation_editors.standards -%}
33+ {% for editor in validation_editors.minimal -%}
3434standards_{{ platform.name }}_{{ project.name }}_{{ editor }} :
3535 name : Standards Check - NGO {{ project.name }} [{{ platform.name }}, {{ editor }}]
3636 agent :
Original file line number Diff line number Diff line change @@ -176,7 +176,6 @@ test_platforms:
176176# EDITOR CONFIGURATIONS-------------------------------------------------------------------------------
177177# Editors to be used for testing. NGOv2.X official support started from 6000.0 editor
178178# TODO: When a new editor will be released it should be added to this list
179- # standards editor is used for standards check so we won't get random manifest changes due to newer editor being used
180179
181180validation_editors:
182181 default:
@@ -188,8 +187,6 @@ validation_editors:
188187 - 5fe7931aab8c4fff9274e15ef0800125c68b8d6a
189188 minimal:
190189 - 6000.6.0b5
191- standards:
192- - 6000.3.21f1
193190pinnedTrunk: 5fe7931aab8c4fff9274e15ef0800125c68b8d6a
194191
195192
You can’t perform that action at this time.
0 commit comments