Skip to content

Commit da23c81

Browse files
FIX: Modify image flavors for new upm-ci requirements.
1 parent deceb62 commit da23c81

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.yamato/promotion.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test_platforms:
44
- name: win
55
type: Unity::VM
66
image: package-ci/win10:stable
7-
flavor: m1.large
7+
flavor: b1.large
88
---
99
{% for editor in test_editors %}
1010
{% for platform in test_platforms %}
@@ -33,7 +33,7 @@ promotion_test_trigger:
3333
agent:
3434
type: Unity::VM
3535
image: package-ci/win10:stable
36-
flavor: m1.large
36+
flavor: b1.large
3737
artifacts:
3838
logs:
3939
paths:
@@ -53,7 +53,7 @@ promote:
5353
agent:
5454
type: Unity::VM
5555
image: package-ci/win10:stable
56-
flavor: m1.large
56+
flavor: b1.large
5757
variables:
5858
UPMCI_PROMOTION: 1
5959
commands:

.yamato/upm-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ publish:
6666
agent:
6767
type: Unity::VM
6868
image: package-ci/win10:stable
69-
flavor: m1.large
69+
flavor: b1.large
7070
commands:
7171
- npm install upm-ci-utils@stable -g --registry https://api.bintray.com/npm/unity/unity-npm
7272
- upm-ci package pack --package-path ./Packages/com.unity.inputsystem/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ Work-in-progress documentation can be found [here](https://github.com/Unity-Tech
77
Issues are expected at this point. However, feel free to report what you find here on GitHub.
88

99
## How to Use This In Your Own Project
10-
1110
Please see [Installation](https://github.com/Unity-Technologies/InputSystem/blob/develop/Packages/com.unity.inputsystem/Documentation~/Installation.md).
11+

0 commit comments

Comments
 (0)