Skip to content

Commit 017cfde

Browse files
committed
corrected configurations
1 parent 08b0f42 commit 017cfde

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.yamato/_triggers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
pr_minimal_required_checks:
4949
name: Minimal PR checks
5050
dependencies:
51-
- .yamato/package-pack.yml#package_pack_-_ngo_win
51+
- .yamato/package-pack.yml#package_pack_-_ngo_ubuntu
5252
- .yamato/project-standards.yml#standards_ubuntu_testproject_6000.2
5353
triggers:
5454
expression: |-

.yamato/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ code_coverage_{{ platform.name }}_{{ editor }}:
4444
paths:
4545
- "test-results/**/*"
4646
dependencies:
47-
- .yamato/package-pack.yml#package_pack_-_ngo_{{ platform.name }}
47+
- .yamato/package-pack.yml#package_pack_-_ngo_ubuntu
4848
{% endfor -%}
4949
{% endfor -%}

.yamato/package-pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# Note that a package pack job on ubuntu will return the same tarball as windows or macOS based job
2727
# It may be confusing that a mac package test job depends on ubuntu pack, but it simplifies the configuration so this comment should help clarifying
2828
# This also reduces overhead since there is no point of running essentially 2 same jobs
29-
package_pack_-_ngo_{{ platform.name }}:
29+
package_pack_-_ngo_ubuntu:
3030
name: Package Pack (and x-ray) - NGO [{{ platform.name }}]
3131
agent: { type: Unity::VM, flavor: b1.small, image: package-ci/ubuntu-22.04:v4 }
3232
timeout: 0.25

.yamato/package-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ package_test_-_ngo_{{ editor }}_{{ platform.name }}:
5555
- "pvp-results/*"
5656
dependencies:
5757
- .yamato/_run-all.yml#run_quick_checks # initial checks to perform fast validation of common errors
58-
- .yamato/package-pack.yml#package_pack_-_ngo_{{ platform.name }}
58+
- .yamato/package-pack.yml#package_pack_-_ngo_ubuntu
5959
{% endfor -%}
6060
{% endfor -%}

0 commit comments

Comments
 (0)