From 073f8612b2f1bb3d7151d399a3d098ab35898cf2 Mon Sep 17 00:00:00 2001 From: Frank Luong <100299641+fluong6@users.noreply.github.com> Date: Wed, 10 Jan 2024 10:03:16 -0500 Subject: [PATCH] chore: update latest bokken image for CI (#2809) * updated latest bokken image for ubuntu * updating latest bokken image for windows as well --- .yamato/_triggers.yml | 2 +- .yamato/code-coverage.yml | 2 +- .yamato/project-pack.yml | 4 ++-- .yamato/project-promotion.yml | 4 ++-- .yamato/project-publish.yml | 4 ++-- .yamato/project-updated-dependencies-test.yml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.yamato/_triggers.yml b/.yamato/_triggers.yml index 89b22d3e0e..fa3be8d6f9 100644 --- a/.yamato/_triggers.yml +++ b/.yamato/_triggers.yml @@ -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 diff --git a/.yamato/code-coverage.yml b/.yamato/code-coverage.yml index 520d2caa25..42ed015fee 100644 --- a/.yamato/code-coverage.yml +++ b/.yamato/code-coverage.yml @@ -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 diff --git a/.yamato/project-pack.yml b/.yamato/project-pack.yml index 96faa157b9..bd6c71e7d4 100644 --- a/.yamato/project-pack.yml +++ b/.yamato/project-pack.yml @@ -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 @@ -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 diff --git a/.yamato/project-promotion.yml b/.yamato/project-promotion.yml index b9ddbaf40d..8858dbd382 100644 --- a/.yamato/project-promotion.yml +++ b/.yamato/project-promotion.yml @@ -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 @@ -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 diff --git a/.yamato/project-publish.yml b/.yamato/project-publish.yml index 82979d11c6..9f114a9ae6 100644 --- a/.yamato/project-publish.yml +++ b/.yamato/project-publish.yml @@ -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 @@ -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 diff --git a/.yamato/project-updated-dependencies-test.yml b/.yamato/project-updated-dependencies-test.yml index 5ea2dfc6a4..bd39d49db0 100644 --- a/.yamato/project-updated-dependencies-test.yml +++ b/.yamato/project-updated-dependencies-test.yml @@ -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