Skip to content

Commit 2750331

Browse files
committed
Corrected standards to just use minimal editor as now we pin a patch version
1 parent 9a18b46 commit 2750331

4 files changed

Lines changed: 5 additions & 8 deletions

File tree

.yamato/_run-all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 -%}

.yamato/_triggers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
pr_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

.yamato/project-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
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 -%}
3434
standards_{{ platform.name }}_{{ project.name }}_{{ editor }}:
3535
name: Standards Check - NGO {{ project.name }} [{{ platform.name }}, {{ editor }}]
3636
agent:

.yamato/project.metafile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

181180
validation_editors:
182181
default:
@@ -188,8 +187,6 @@ validation_editors:
188187
- 5fe7931aab8c4fff9274e15ef0800125c68b8d6a
189188
minimal:
190189
- 6000.6.0b5
191-
standards:
192-
- 6000.3.21f1
193190
pinnedTrunk: 5fe7931aab8c4fff9274e15ef0800125c68b8d6a
194191

195192

0 commit comments

Comments
 (0)