Skip to content

Commit

Permalink
Backport vm changes (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineCharton authored Nov 29, 2023
1 parent 88c6562 commit 06c2761
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .yamato/metadata.metafile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
all_platforms:
- name: windows
type: Unity::VM
image: package-ci/win10:stable
image: package-ci/win10:v4
flavor: b1.large
- name: macOS
type: Unity::VM::osx
image: package-ci/mac:stable
image: package-ci/macos-13:v4
flavor: m1.mac
- name: ubuntu
type: Unity::VM
image: package-ci/ubuntu:stable
image: package-ci/ubuntu-22.04:v4
flavor: b1.large

all_tests:
Expand Down
2 changes: 1 addition & 1 deletion .yamato/package-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ coverage_ubuntu_trunk:
name: Coverage on ubuntu with trunk
agent:
type: Unity::VM
image: package-ci/ubuntu:stable
image: package-ci/ubuntu-22.04:v4
flavor: b1.large
commands:
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
Expand Down
2 changes: 1 addition & 1 deletion .yamato/package-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pack:
name: Pack package
agent:
type: Unity::VM
image: package-ci/ubuntu:stable
image: package-ci/ubuntu-22.04:v4
flavor: b1.large
commands:
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
Expand Down
2 changes: 1 addition & 1 deletion .yamato/package-promotion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ promote:
name: Promote to Production
agent:
type: Unity::VM
image: package-ci/win10:stable
image: package-ci/win10:v4
flavor: b1.large
variables:
UPMCI_PROMOTION: 1
Expand Down
2 changes: 1 addition & 1 deletion .yamato/package-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish:
name: Publish to Internal Registry
agent:
type: Unity::VM
image: package-ci/win10:stable
image: package-ci/win10:v4
flavor: b1.large
variables:
UPMCI_ENABLE_PACKAGE_SIGNING: 1
Expand Down
2 changes: 1 addition & 1 deletion .yamato/project-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pack:
name: Pack project
agent:
type: Unity::VM
image: package-ci/ubuntu:stable
image: package-ci/ubuntu-22.04:v4
flavor: b1.large
commands:
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
Expand Down
6 changes: 3 additions & 3 deletions .yamato/project-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test_ubuntu_{{editor}}_{{test_project.name}}:
name : Test project ubuntu {{editor}} {{test_project.name}}
agent:
type: Unity::VM
image: package-ci/ubuntu:stable
image: package-ci/ubuntu-22.04:v4
flavor: b1.large
commands:
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
Expand All @@ -22,7 +22,7 @@ test_windows_{{editor}}_{{test_project.name}}:
name : Test project windows {{editor}} {{test_project.name}}
agent:
type: Unity::VM
image: package-ci/win10:stable
image: package-ci/win10:v4
flavor: b1.large
commands:
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
Expand All @@ -38,7 +38,7 @@ test_macos_{{editor}}_{{test_project.name}}:
name : Test project macos {{editor}} {{test_project.name}}
agent:
type: Unity::VM::osx
image: package-ci/mac:stable
image: package-ci/macos-13:v4
flavor: m1.mac
commands:
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
Expand Down

0 comments on commit 06c2761

Please sign in to comment.