Skip to content

Commit

Permalink
Updated yamato CI to use updated bokken images.
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelalonsojr committed Dec 2, 2023
1 parent b14c400 commit be85784
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .yamato/com.unity.ml-agents-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Run_Mac_Perfomance_Tests{{ editor.version }}:
name: Run Mac Performance Tests {{ editor.version }}
agent:
type: Unity::VM::osx
image: package-ci/mac:stable
image: package-ci/macos-13:v4
flavor: b1.small
variables:
UNITY_VERSION: {{ editor.version }}
Expand Down
4 changes: 2 additions & 2 deletions .yamato/com.unity.ml-agents-promotion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ test_editors:
test_platforms:
- name: win
type: Unity::VM
image: package-ci/win10:stable
image: package-ci/win11:v4
flavor: b1.large
---

Expand Down Expand Up @@ -43,7 +43,7 @@ promote:
name: Promote to Production
agent:
type: Unity::VM
image: package-ci/win10:stable
image: package-ci/win11:v4
flavor: b1.large
variables:
UPMCI_PROMOTION: 1
Expand Down
2 changes: 1 addition & 1 deletion .yamato/com.unity.ml-agents-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ publish:
name: Publish ML-Agents to Internal Registry
agent:
type: Unity::VM
image: package-ci/win10:stable
image: package-ci/win11:v4
flavor: b1.large
variables:
UPMCI_ENABLE_PACKAGE_SIGNING: 1
Expand Down
4 changes: 2 additions & 2 deletions .yamato/com.unity.ml-agents-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ trunk_editor:
test_platforms:
- name: win
type: Unity::VM
image: package-ci/win10:stable
image: package-ci/win11:v4
flavor: b1.large
- name: mac
type: Unity::VM::osx
image: package-ci/mac:stable
image: package-ci/macos-13:v4
flavor: b1.large
- name: linux
type: Unity::VM
Expand Down

0 comments on commit be85784

Please sign in to comment.