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# Runs all package tests
2222run_all_package_tests :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 -%}
3333standards_{{ platform.name }}_{{ project.name }}_{{ editor }} :
3434 name : Standards Check - NGO {{ project.name }} [{{ platform.name }}, {{ editor }}]
You can’t perform that action at this time.
0 commit comments