Skip to content

Commit 2de461c

Browse files
authored
Merge pull request #163 from Unity-Technologies/change-publish-image-size
Change image flavor from m1.large to b1.large.
2 parents b62d414 + b5c4c39 commit 2de461c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.yamato/expectations/upm-ci.unfolded.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ nightly_ci:
2929
promote:
3030
name: Promote
3131
agent:
32-
flavor: m1.large
32+
flavor: b1.large
3333
image: package-ci/win10:stable
3434
type: Unity::VM
3535
artifacts:
@@ -46,7 +46,7 @@ promote:
4646
publish:
4747
name: Publish
4848
agent:
49-
flavor: m1.large
49+
flavor: b1.large
5050
image: package-ci/win10:stable
5151
type: Unity::VM
5252
artifacts:
@@ -69,7 +69,7 @@ publish_ci:
6969
run_tests_on_mono_macOS:
7070
name: Tests NUnit on macOS
7171
agent:
72-
flavor: m1.mac
72+
flavor: b1.large
7373
image: burst/burst_mac:stable
7474
type: Unity::VM::osx
7575
commands:
@@ -170,7 +170,7 @@ validate_package_linux_trunk:
170170
validate_package_macOS_2018.4:
171171
name: Validate package macOS 2018.4
172172
agent:
173-
flavor: m1.mac
173+
flavor: b1.large
174174
image: package-ci/mac:stable
175175
type: Unity::VM::osx
176176
artifacts:
@@ -190,7 +190,7 @@ validate_package_macOS_2018.4:
190190
validate_package_macOS_2019.2:
191191
name: Validate package macOS 2019.2
192192
agent:
193-
flavor: m1.mac
193+
flavor: b1.large
194194
image: package-ci/mac:stable
195195
type: Unity::VM::osx
196196
artifacts:
@@ -210,7 +210,7 @@ validate_package_macOS_2019.2:
210210
validate_package_macOS_2019.3:
211211
name: Validate package macOS 2019.3
212212
agent:
213-
flavor: m1.mac
213+
flavor: b1.large
214214
image: package-ci/mac:stable
215215
type: Unity::VM::osx
216216
artifacts:
@@ -230,7 +230,7 @@ validate_package_macOS_2019.3:
230230
validate_package_macOS_trunk:
231231
name: Validate package macOS trunk
232232
agent:
233-
flavor: m1.mac
233+
flavor: b1.large
234234
image: package-ci/mac:stable
235235
type: Unity::VM::osx
236236
artifacts:

.yamato/upm-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build_platforms:
1010
- name: macOS
1111
image: burst/burst_mac:stable
1212
type: Unity::VM::osx
13-
flavor: m1.mac
13+
flavor: b1.large
1414

1515
upmci_platforms:
1616
- name: windows
@@ -24,7 +24,7 @@ upmci_platforms:
2424
- name: macOS
2525
image: package-ci/mac:stable
2626
type: Unity::VM::osx
27-
flavor: m1.mac
27+
flavor: b1.large
2828

2929
editor_versions:
3030
- version: "2018.4"
@@ -106,7 +106,7 @@ publish:
106106
agent:
107107
type: Unity::VM
108108
image: package-ci/win10:stable
109-
flavor: m1.large
109+
flavor: b1.large
110110
commands:
111111
- npm install upm-ci-utils@stable --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm -g
112112
- upm-ci package publish --package-path src/
@@ -123,7 +123,7 @@ promote:
123123
agent:
124124
type: Unity::VM
125125
image: package-ci/win10:stable
126-
flavor: m1.large
126+
flavor: b1.large
127127
variables:
128128
UPMCI_PROMOTION: 1
129129
commands:

0 commit comments

Comments
 (0)