Skip to content

Commit 7a6bc59

Browse files
author
Théo Penavaire
authored
PPV2 Publishing - Update bokken images (#8006)
* Update bokken images * Fix path
1 parent 1fb8af9 commit 7a6bc59

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.yamato/postprocessing_publish.yml renamed to .yamato/_postprocessing_publish.yml

+16-16
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@
33

44
name: postprocessing
55
test_editors:
6-
- trunk
7-
- 2022.3
8-
- 2022.1
9-
- 2021.3
106
- 2020.3
117
- 2019.4
8+
- 2021.3
9+
- 2022.1
10+
- 2023.2
11+
- trunk
1212
test_platforms:
1313
- name: win
1414
type: Unity::VM
15-
image: package-ci/win10:v1.21.0-1103460
15+
image: package-ci/win10:v4
1616
flavor: b1.large
1717
- name: mac
1818
type: Unity::VM::osx
19-
image: package-ci/mac:v1.20.0-1079282
19+
image: package-ci/macos-13:v4
2020
flavor: m1.mac
2121
---
2222
{{ name }}_pack:
2323
name: {{ name }} - Pack
2424
agent:
2525
type: Unity::VM
26-
image: package-ci/win10:v1.21.0-1103460
26+
image: package-ci/win10:v4
2727
flavor: b1.large
2828
commands:
2929
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
@@ -49,25 +49,25 @@ test_platforms:
4949
paths:
5050
- "upm-ci~/test-results/**/*"
5151
dependencies:
52-
- .yamato/postprocessing_publish.yml#{{ name }}_pack
52+
- .yamato/_postprocessing_publish.yml#{{ name }}_pack
5353
{% endfor %}
5454
{% endfor %}
5555

5656
{{ name }}_test_trigger:
5757
name: {{ name }} - Tests Trigger
5858
dependencies:
59-
- .yamato/postprocessing_publish.yml#{{ name }}_pack
59+
- .yamato/_postprocessing_publish.yml#{{ name }}_pack
6060
{% for editor in test_editors %}
6161
{% for platform in test_platforms %}
62-
- .yamato/postprocessing_publish.yml#{{ name }}_test_{{platform.name}}_{{editor}}
62+
- .yamato/_postprocessing_publish.yml#{{ name }}_test_{{platform.name}}_{{editor}}
6363
{% endfor %}
6464
{% endfor %}
6565

6666
{{ name }}_publish:
6767
name: {{ name }} - Publish to Internal Registry
6868
agent:
6969
type: Unity::VM
70-
image: package-ci/win10:v1.21.0-1103460
70+
image: package-ci/win10:v4
7171
flavor: b1.large
7272
variables:
7373
UPMCI_ENABLE_PACKAGE_SIGNING: 1
@@ -79,10 +79,10 @@ test_platforms:
7979
paths:
8080
- "upm-ci~/packages/*.tgz"
8181
dependencies:
82-
- .yamato/postprocessing_publish.yml#{{ name }}_pack
82+
- .yamato/_postprocessing_publish.yml#{{ name }}_pack
8383
{% for editor in test_editors %}
8484
{% for platform in test_platforms %}
85-
- .yamato/postprocessing_publish.yml#{{ name }}_test_{{ platform.name }}_{{ editor }}
85+
- .yamato/_postprocessing_publish.yml#{{ name }}_test_{{ platform.name }}_{{ editor }}
8686
{% endfor %}
8787
{% endfor %}
8888

@@ -91,7 +91,7 @@ test_platforms:
9191
name: {{ name }} - Publish to Internal Registry [dry-run]
9292
agent:
9393
type: Unity::VM
94-
image: package-ci/win10:v1.21.0-1103460
94+
image: package-ci/win10:v4
9595
flavor: b1.large
9696
variables:
9797
UPMCI_ENABLE_PACKAGE_SIGNING: 1
@@ -103,9 +103,9 @@ test_platforms:
103103
paths:
104104
- "upm-ci~/packages/*.tgz"
105105
dependencies:
106-
- .yamato/postprocessing_publish.yml#{{ name }}_pack
106+
- .yamato/_postprocessing_publish.yml#{{ name }}_pack
107107
{% for editor in test_editors %}
108108
{% for platform in test_platforms %}
109-
- .yamato/postprocessing_publish.yml#{{ name }}_test_{{ platform.name }}_{{ editor }}
109+
- .yamato/_postprocessing_publish.yml#{{ name }}_test_{{ platform.name }}_{{ editor }}
110110
{% endfor %}
111111
{% endfor %}

0 commit comments

Comments
 (0)