File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 -%}
3434standards_{{ platform.name }}_{{ project.name }}_{{ editor }} :
3535 name : Standards Check - NGO {{ project.name }} [{{ platform.name }}, {{ editor }}]
You can’t perform that action at this time.
0 commit comments