Skip to content

Commit

Permalink
Images changed to use package-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
michalChrobot committed Dec 28, 2024
1 parent 44fcc37 commit f3b4338
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .yamato/console-standalone-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build_{{ project.name }}_{{ editor }}_{{ platform.name }}:
commands:
# Installing tools. unity-downloader-cli and utr is already preinstalled on the image

# - unity-downloader-cli -u {{ editor }} -c Editor -c il2cpp -c {{ platform.name }} --fast --wait
- unity-downloader-cli -u {{ editor }} -c Editor -c il2cpp -c {{ platform.name }} --fast --wait

# Platform specific Build
{% if platform.base == "win" %}
Expand Down
40 changes: 20 additions & 20 deletions .yamato/project.metafile
Original file line number Diff line number Diff line change
Expand Up @@ -13,71 +13,71 @@ test_platforms:
default:
- name: ubuntu
type: Unity::VM
image: dots-ci/ubuntu-20.04:v3.3194411
image: package-ci/ubuntu-22.04:v4
flavor: b1.large
standalone: StandaloneLinux64
# Desktop platforms cover all main desktop platforms
# Windows_arm64 is recommended to use only after builds and when it comes to macOS_arm64 there is problem with OpenCL not being available. Other option would be to separate build and run phases but disabled for now
desktop:
- name: ubuntu
type: Unity::VM
image: dots-ci/ubuntu-20.04:v3.3194411
image: package-ci/ubuntu-22.04:v4
flavor: b1.large
standalone: StandaloneLinux64
- name: win
type: Unity::VM
image: dots-ci/windows10:v3.3194412
image: package-ci/win10:v4
flavor: b1.large
standalone: StandaloneWindows64
- name: mac
type: Unity::VM::osx
image: dots-ci/macos:v3.3194405
image: package-ci/macos-13:v4
flavor: m1.mac
standalone: StandaloneOSX
# Mobile platforms cover all main mobile devices. There is a split between the build and run phase so there is a need of splitting specification for both (since its different)
mobile_build:
- name: android-armV7
type: Unity::VM
image: dots-ci/android:v3.3259071
image: package-ci/win10:v4
flavor: b1.large
standalone: Android
base: win
architecture: armv7
- name: android-arm64
type: Unity::VM
image: dots-ci/android:v3.3259071
image: package-ci/win11:v4
flavor: b1.large
standalone: Android
base: win
architecture: arm64
# iOS modern builds are ARM64-only, thus no testing with armv7 (as in android case)
- name: ios-arm64
type: Unity::VM::osx
image: dots-ci/macos:v3.3194405
image: package-ci/macos-13-arm64:v4
flavor: m1.mac
standalone: IOS
base: mac
architecture: arm64
mobile_test:
- name: android-armV7
type: Unity::mobile::shield
image: dots-ci/android:v3.3259071
image: package-ci/win10:v4
flavor: b1.large
model: ShieldPro
standalone: Android
base: ubuntu
architecture: armv7
- name: android-arm64
type: Unity::mobile::shield
image: dots-ci/android:v3.3259071
image: package-ci/win11-arm64:v4
flavor: b1.large
model: ShieldPro
standalone: Android
base: ubuntu
architecture: arm64
- name: ios-arm64
type: Unity::mobile::iPhone
image: dots-ci/macos:v3.3194405
image: package-ci/macos-13-arm64:v4
flavor: m1.mac
model: SE
standalone: IOS
Expand All @@ -86,61 +86,61 @@ test_platforms:
console_build:
- name: ps4
type: Unity::VM
image: dots-ci/ps4:v3.3259064
image: package-ci/win10-ps4:v4
flavor: b1.large
standalone: PS4
base: win
- name: ps5
type: Unity::VM
image: dots-ci/ps5:v3.3194407
image: package-ci/win10-ps5:v4
flavor: b1.large
standalone: PS5
base: win
- name: switch
type: Unity::VM
image: dots-ci/switch:v3.3194409
image: package-ci/win10-switch:v4
flavor: b1.large
standalone: Switch
base: win
- name: gamecorexboxone
type: Unity::VM
image: dots-ci/xbox:v3.3194406
image: package-ci/win10-xbox:v4
flavor: b1.large
standalone: GameCoreXboxOne
base: win
- name: gamecorescarlett
type: Unity::VM
image: dots-ci/xbox:v3.3194406
image: package-ci/win10-xbox:v4
flavor: b1.large
standalone: XboxSeries
base: win
console_test:
- name: ps4
type: Unity::console::ps4
image: dots-ci/ps4:v3.3194410
image: package-ci/win10-ps4:v4
flavor: b1.large
model: devkit
standalone: PS4
- name: ps5
type: Unity::console::ps5
image: dots-ci/ps4:v3.3194410
image: package-ci/win10-ps5:v4
flavor: b1.large
model: devkit
standalone: PS5
- name: switch
type: Unity::console::switch
image: dots-ci/switch:v3.3194409
image: package-ci/win10-switch:v4
flavor: b1.large
standalone: Switch
base: win
- name: xboxOne
type: Unity::console::xbox
image: dots-ci/xbox:v3.3194406
image: package-ci/win10-xbox:v4
flavor: b1.large
standalone: GameCoreXboxOne
- name: xboxseries
type: Unity::console::scarlett
image: dots-ci/xbox:v3.3194406
image: package-ci/win10-xbox:v4
flavor: b1.large
standalone: XboxSeries

Expand Down

0 comments on commit f3b4338

Please sign in to comment.