From 7cab4a48959e1ad77f283afa1a68b34a2e26f96e Mon Sep 17 00:00:00 2001 From: thedrhax14 <48219146+thedrhax14@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:36:26 +0400 Subject: [PATCH 1/4] fix: Bump image version from 2 to 3.1.0 in Ubuntu and Windows Changes - Bump image version in the ubuntu --- src/executors/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/executors/ubuntu.yml b/src/executors/ubuntu.yml index 0b93344..979f59c 100644 --- a/src/executors/ubuntu.yml +++ b/src/executors/ubuntu.yml @@ -26,7 +26,7 @@ parameters: enum: [ small, medium, medium+, large, xlarge, 2xlarge, 2xlarge+ ] docker: - - image: 'unityci/editor:ubuntu-<>-<>-2' + - image: 'unityci/editor:ubuntu-<>-<>-3.1.0' environment: - GAMECI_EDITOR_VERSION=<< parameters.editor_version >> - GAMECI_TARGET_PLATFORM=<< parameters.target_platform >> From a182b1b36518d189ce1d8545de23898b8c7a1e06 Mon Sep 17 00:00:00 2001 From: Gabriel Le Breton Date: Wed, 12 Jun 2024 14:31:21 -0400 Subject: [PATCH 2/4] Update Ubuntu ot use version 3 of the images --- src/executors/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/executors/ubuntu.yml b/src/executors/ubuntu.yml index 979f59c..607fb6b 100644 --- a/src/executors/ubuntu.yml +++ b/src/executors/ubuntu.yml @@ -26,7 +26,7 @@ parameters: enum: [ small, medium, medium+, large, xlarge, 2xlarge, 2xlarge+ ] docker: - - image: 'unityci/editor:ubuntu-<>-<>-3.1.0' + - image: 'unityci/editor:ubuntu-<>-<>-3' environment: - GAMECI_EDITOR_VERSION=<< parameters.editor_version >> - GAMECI_TARGET_PLATFORM=<< parameters.target_platform >> From 5591a37dcd6af0e3e32a7b4cc6cfdf6baa9de632 Mon Sep 17 00:00:00 2001 From: Gabriel Le Breton Date: Wed, 12 Jun 2024 14:40:08 -0400 Subject: [PATCH 3/4] Update ubuntu container as well --- src/executors/ubuntu-container-runner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/executors/ubuntu-container-runner.yml b/src/executors/ubuntu-container-runner.yml index ca6e20a..2bc5d2d 100644 --- a/src/executors/ubuntu-container-runner.yml +++ b/src/executors/ubuntu-container-runner.yml @@ -24,7 +24,7 @@ parameters: type: string docker: - - image: 'unityci/editor:ubuntu-<>-<>-2' + - image: 'unityci/editor:ubuntu-<>-<>-3' environment: - GAMECI_EDITOR_VERSION=<< parameters.editor_version >> - GAMECI_TARGET_PLATFORM=<< parameters.target_platform >> From 65627b3b7953ad2d5bd98db511e2b6c7a3957d7b Mon Sep 17 00:00:00 2001 From: Gabriel Le Breton Date: Wed, 12 Jun 2024 14:41:22 -0400 Subject: [PATCH 4/4] Bump image version in create activation step too --- src/jobs/create-activation-file.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jobs/create-activation-file.yml b/src/jobs/create-activation-file.yml index cb05a33..0660f52 100644 --- a/src/jobs/create-activation-file.yml +++ b/src/jobs/create-activation-file.yml @@ -10,7 +10,7 @@ parameters: default: "2021.3.7f1" docker: - - image: 'unityci/editor:ubuntu-<>-base-1' + - image: 'unityci/editor:ubuntu-<>-base-3' resource_class: medium