Skip to content

Commit

Permalink
chore: update latest bokken image for CI (#2809)
Browse files Browse the repository at this point in the history
* updated latest bokken image for ubuntu

* updating latest bokken image for windows as well
  • Loading branch information
fluong6 authored Jan 10, 2024
1 parent 53b735c commit 073f861
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .yamato/_triggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ badges_test_trigger:
name: ⚡ Badges Tests Trigger
agent:
type: Unity::VM
image: package-ci/ubuntu:stable
image: package-ci/ubuntu-22.04:v4
flavor: b1.small
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/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ code_coverage_win_{{ project.name }}_{{ validation_editor }}:
name: Code Coverage Report - Windows - {{ project.name }} - {{ validation_editor }}
agent:
type: Unity::VM
image: package-ci/win10:stable
image: package-ci/win10:v4
flavor: b1.large
commands:
- pip install unity-downloader-cli --upgrade --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
Expand Down
4 changes: 2 additions & 2 deletions .yamato/project-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pack_{{ project.name }}:
name: Pack {{ project.name }}
agent:
type: Unity::VM
image: package-ci/ubuntu:stable
image: package-ci/ubuntu-22.04:v4
flavor: b1.small
commands:
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
Expand All @@ -24,7 +24,7 @@ pack_{{ project.name }}_{{ dependency.name }}@{{ dependency.version }}:
name: Pack {{ project.name }} with {{ dependency.name }}@{{ dependency.version }}
agent:
type: Unity::VM
image: package-ci/ubuntu:stable
image: package-ci/ubuntu-22.04:v4
flavor: b1.small
commands:
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
Expand Down
4 changes: 2 additions & 2 deletions .yamato/project-promotion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ promote_{{ project.name }}_{{ package.name }}:
name: Promote Project {{ project.name }} - Package {{ package.name }} to Production
agent:
type: Unity::VM
image: package-ci/win10:stable
image: package-ci/win10:v4
flavor: b1.small
variables:
UPMCI_PROMOTION: 1
Expand All @@ -49,7 +49,7 @@ promote_{{ project.name }}_{{ package.name }}_dry_run:
name: Promote Project {{ project.name }} - Package {{ package.name }} to Production (dry-run)
agent:
type: Unity::VM
image: package-ci/win10:stable
image: package-ci/win10:v4
flavor: b1.small
variables:
UPMCI_PROMOTION: 1
Expand Down
4 changes: 2 additions & 2 deletions .yamato/project-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ publish_{{ project.name }}_{{ package.name }}:
name: Publish Project {{project.name }} - Package {{ package.name }} to Internal Registry
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 @@ -45,7 +45,7 @@ publish_{{ project.name }}_{{ package.name }}_dry_run:
name: Publish Project {{project.name }} - Package {{ package.name }} to Internal Registry (dry-run)
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 Down
2 changes: 1 addition & 1 deletion .yamato/project-updated-dependencies-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependency_test_trigger_{{ projects.first.name }}:
name: Project {{ projects.first.name }} Dependency Tests Trigger
agent:
type: Unity::VM
image: package-ci/ubuntu:stable
image: package-ci/ubuntu-22.04:v4
flavor: b1.small
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 073f861

Please sign in to comment.