Skip to content

Commit 3428d43

Browse files
FIX: Modify image flavors for new upm-ci requirements.
1 parent 12a68c0 commit 3428d43

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
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 %}
@@ -32,7 +32,7 @@ promotion_test_trigger:
3232
agent:
3333
type: Unity::VM
3434
image: package-ci/win10:stable
35-
flavor: m1.large
35+
flavor: b1.large
3636
artifacts:
3737
logs:
3838
paths:
@@ -52,7 +52,7 @@ promote:
5252
agent:
5353
type: Unity::VM
5454
image: package-ci/win10:stable
55-
flavor: m1.large
55+
flavor: b1.large
5656
variables:
5757
UPMCI_PROMOTION: 1
5858
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: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,4 @@ Issues are expected at this point. However, feel free to report what you find he
99
## How to Use This In Your Own Project
1010
Please see [Installation](https://github.com/Unity-Technologies/InputSystem/blob/develop/Packages/com.unity.inputsystem/Documentation~/Installation.md).
1111

12-
The latest version is: `0.2.7-preview`.
13-
14-
Next version: `0.3-preview` (see [Roadmap](#roadmap)).
15-
1612
Please see [Installation](https://github.com/Unity-Technologies/InputSystem/blob/develop/Packages/com.unity.inputsystem/Documentation~/Installation.md).

0 commit comments

Comments
 (0)