Skip to content

Commit 3a8188a

Browse files
committed
Corrected project standards to use only default platform
1 parent cfa21f4 commit 3a8188a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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
- .yamato/package-pack.yml#package_pack_-_ngo_ubuntu
19-
- .yamato/project-standards.yml#standards_win_testproject_trunk
19+
- .yamato/project-standards.yml#standards_ubuntu_testproject_trunk
2020

2121

2222
# Runs all package tests

.yamato/_triggers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ develop_nightly:
8080
rerun: always
8181
dependencies:
8282
# Run project standards to verify package/default project
83-
- .yamato/project-standards.yml#standards_win_testproject_trunk
83+
- .yamato/project-standards.yml#standards_ubuntu_testproject_trunk
8484
- .yamato/project-standards.yml#standards_ubuntu_testproject_6000.0
8585
# Run APV jobs to make sure the change won't break any dependants
8686
- .yamato/wrench/preview-a-p-v.yml#all_preview_apv_jobs

.yamato/project-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#------------------------------------------------------------------------------------
3030

3131
{% for project in projects.all -%}
32-
{% for platform in test_platforms.desktop -%}
32+
{% for platform in test_platforms.default -%}
3333
{% for editor in validation_editors.default -%}
3434
standards_{{ platform.name }}_{{ project.name }}_{{ editor }}:
3535
name: Standards Check - NGO {{ project.name }} [{{ platform.name }}, {{ editor }}]

0 commit comments

Comments
 (0)