Skip to content

Commit 34e1d37

Browse files
committed
corrected jobs definition
1 parent fdea0d7 commit 34e1d37

2 files changed

Lines changed: 3 additions & 3 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.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 -%}

.yamato/_triggers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)