Skip to content

Commit 86859f6

Browse files
committed
Corrected project stardars platform
1 parent 8cabfbb commit 86859f6

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
# Runs all package tests
2222
run_all_package_tests:

.yamato/_triggers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ develop_nightly:
7878
rerun: always
7979
dependencies:
8080
# Run project standards to verify package/default project
81-
- .yamato/project-standards.yml#standards_win_testproject_trunk
81+
- .yamato/project-standards.yml#standards_ubuntu_testproject_trunk
8282
- .yamato/project-standards.yml#standards_ubuntu_testproject_2021.3
8383
# Run APV jobs to make sure the change won't break any dependants
8484
- .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
@@ -28,7 +28,7 @@
2828
#------------------------------------------------------------------------------------
2929

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

0 commit comments

Comments
 (0)