Skip to content

Commit e70235c

Browse files
committed
updated definition for when we only want default editor
1 parent 058c0e6 commit e70235c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.yamato/_run-all.yml

Lines changed: 1 addition & 1 deletion
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_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

.yamato/_triggers.yml

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

0 commit comments

Comments
 (0)