Skip to content

Commit 223ecaf

Browse files
author
Chris Elion
authored
[release 8] fix promotion job dependencies (#4567)
* fix promotion job dependencies * fix package name
1 parent e964432 commit 223ecaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.yamato/com.unity.ml-agents-promotion.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ promotion_test_{{ platform.name }}_{{ editor.version }}:
1919
UPMCI_PROMOTION: 1
2020
commands:
2121
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
22-
- upm-ci package test --unity-version {{ editor.version }} --package-path package
22+
- upm-ci package test --unity-version {{ editor.version }} --package-path com.unity.ml-agents
2323
artifacts:
2424
logs:
2525
paths:
2626
- "upm-ci~/test-results/**/*"
2727
dependencies:
28-
- .yamato/package-pack.yml#pack
28+
- .yamato/com.unity.ml-agents-pack.yml#pack
2929
{% endfor %}
3030
{% endfor %}
3131

@@ -34,7 +34,7 @@ promotion_test_trigger:
3434
dependencies:
3535
{% for editor in test_editors %}
3636
{% for platform in test_platforms %}
37-
- .yamato/package-promotion.yml#promotion_test_{{platform.name}}_{{editor.version}}
37+
- .yamato/com.unity.ml-agents-promotion.yml#promotion_test_{{platform.name}}_{{editor.version}}
3838
{% endfor %}
3939
{% endfor %}
4040

0 commit comments

Comments
 (0)