Skip to content

Commit 073f861

Browse files
authored
chore: update latest bokken image for CI (#2809)
* updated latest bokken image for ubuntu * updating latest bokken image for windows as well
1 parent 53b735c commit 073f861

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.yamato/_triggers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ badges_test_trigger:
7070
name: ⚡ Badges Tests Trigger
7171
agent:
7272
type: Unity::VM
73-
image: package-ci/ubuntu:stable
73+
image: package-ci/ubuntu-22.04:v4
7474
flavor: b1.small
7575
commands:
7676
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm

.yamato/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ code_coverage_win_{{ project.name }}_{{ validation_editor }}:
66
name: Code Coverage Report - Windows - {{ project.name }} - {{ validation_editor }}
77
agent:
88
type: Unity::VM
9-
image: package-ci/win10:stable
9+
image: package-ci/win10:v4
1010
flavor: b1.large
1111
commands:
1212
- pip install unity-downloader-cli --upgrade --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple

.yamato/project-pack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pack_{{ project.name }}:
55
name: Pack {{ project.name }}
66
agent:
77
type: Unity::VM
8-
image: package-ci/ubuntu:stable
8+
image: package-ci/ubuntu-22.04:v4
99
flavor: b1.small
1010
commands:
1111
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
@@ -24,7 +24,7 @@ pack_{{ project.name }}_{{ dependency.name }}@{{ dependency.version }}:
2424
name: Pack {{ project.name }} with {{ dependency.name }}@{{ dependency.version }}
2525
agent:
2626
type: Unity::VM
27-
image: package-ci/ubuntu:stable
27+
image: package-ci/ubuntu-22.04:v4
2828
flavor: b1.small
2929
commands:
3030
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm

.yamato/project-promotion.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ promote_{{ project.name }}_{{ package.name }}:
2929
name: Promote Project {{ project.name }} - Package {{ package.name }} to Production
3030
agent:
3131
type: Unity::VM
32-
image: package-ci/win10:stable
32+
image: package-ci/win10:v4
3333
flavor: b1.small
3434
variables:
3535
UPMCI_PROMOTION: 1
@@ -49,7 +49,7 @@ promote_{{ project.name }}_{{ package.name }}_dry_run:
4949
name: Promote Project {{ project.name }} - Package {{ package.name }} to Production (dry-run)
5050
agent:
5151
type: Unity::VM
52-
image: package-ci/win10:stable
52+
image: package-ci/win10:v4
5353
flavor: b1.small
5454
variables:
5555
UPMCI_PROMOTION: 1

.yamato/project-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ publish_{{ project.name }}_{{ package.name }}:
2727
name: Publish Project {{project.name }} - Package {{ package.name }} to Internal Registry
2828
agent:
2929
type: Unity::VM
30-
image: package-ci/win10:stable
30+
image: package-ci/win10:v4
3131
flavor: b1.large
3232
commands:
3333
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
@@ -45,7 +45,7 @@ publish_{{ project.name }}_{{ package.name }}_dry_run:
4545
name: Publish Project {{project.name }} - Package {{ package.name }} to Internal Registry (dry-run)
4646
agent:
4747
type: Unity::VM
48-
image: package-ci/win10:stable
48+
image: package-ci/win10:v4
4949
flavor: b1.large
5050
commands:
5151
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm

.yamato/project-updated-dependencies-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependency_test_trigger_{{ projects.first.name }}:
3636
name: Project {{ projects.first.name }} Dependency Tests Trigger
3737
agent:
3838
type: Unity::VM
39-
image: package-ci/ubuntu:stable
39+
image: package-ci/ubuntu-22.04:v4
4040
flavor: b1.small
4141
commands:
4242
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm

0 commit comments

Comments
 (0)