From 5df6a89c74429523814967287afaf210f60bbc01 Mon Sep 17 00:00:00 2001 From: JT Date: Thu, 4 Jun 2026 02:07:56 +0000 Subject: [PATCH 1/4] Update variables --- .octopus/ubuntu.22.04/variables.ocl | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.octopus/ubuntu.22.04/variables.ocl b/.octopus/ubuntu.22.04/variables.ocl index 8814bc2..94e899d 100644 --- a/.octopus/ubuntu.22.04/variables.ocl +++ b/.octopus/ubuntu.22.04/variables.ocl @@ -38,18 +38,6 @@ variable "Docker.Registry.Target.Username" { } } -variable "Promoter.DynamicWorker.ProjectId" { - value "Projects-7242" {} -} - -variable "Promoter.OsSuffix" { - value "ubuntu.22.04" {} -} - -variable "Promoter.TeamCity.ProjectName" { - value "CloudPlatform_DynamicWorkers_DynamicWorkerVmImages_Ubuntu2204" {} -} - variable "WorkerTools.Tags.FullyQualified" { value "#{Octopus.Release.Number}-ubuntu.22.04" {} } From 0bc71b2744791a34b6e52656bae00f8fdefa998f Mon Sep 17 00:00:00 2001 From: JT Date: Thu, 4 Jun 2026 12:09:22 +1000 Subject: [PATCH 2/4] Remove promoter variables from Ubuntu24.04 --- .octopus/ubuntu.24.04/variables.ocl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.octopus/ubuntu.24.04/variables.ocl b/.octopus/ubuntu.24.04/variables.ocl index 5cdcecc..02f60da 100644 --- a/.octopus/ubuntu.24.04/variables.ocl +++ b/.octopus/ubuntu.24.04/variables.ocl @@ -29,9 +29,6 @@ variable "WorkerTools.Tags.FullyQualified" { value "#{Octopus.Release.Number}-ubuntu.24.04" {} } -variable "Promoter.OsSuffix" { - value "ubuntu.24.04" {} -} variable "Docker.Registry.Target.Username" { value "#{DockerHubDockerRegistry.Username}" { @@ -71,4 +68,4 @@ variable "WorkerTools.Tags.Prerelease" { value { environment = ["staging"] } -} \ No newline at end of file +} From 9a7daeaf2f53ed20ac7b5b552edc05f401b8b4c2 Mon Sep 17 00:00:00 2001 From: JT Date: Thu, 4 Jun 2026 12:10:03 +1000 Subject: [PATCH 3/4] Remove promoter variables from Windows 2022 --- .octopus/windows.ltsc2022/variables.ocl | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.octopus/windows.ltsc2022/variables.ocl b/.octopus/windows.ltsc2022/variables.ocl index f7e7b36..9db4f16 100644 --- a/.octopus/windows.ltsc2022/variables.ocl +++ b/.octopus/windows.ltsc2022/variables.ocl @@ -38,18 +38,6 @@ variable "Docker.Registry.Target.Username" { } } -variable "Promoter.DynamicWorker.ProjectId" { - value "Projects-7941" {} -} - -variable "Promoter.OsSuffix" { - value "windows.ltsc2022" {} -} - -variable "Promoter.TeamCity.ProjectName" { - value "CloudPlatform_DynamicWorkers_DynamicWorkerVmImages_WindowsServer2022" {} -} - variable "WorkerTools.Tags.FullyQualified" { value "#{Octopus.Release.Number}-windows.ltsc2022" {} } @@ -80,4 +68,4 @@ variable "WorkerTools.Version.Major" { variable "WorkerTools.Version.MajorMinor" { value "#{Octopus.Release.Number | VersionMajor}.#{Octopus.Release.Number | VersionMinor}" {} -} \ No newline at end of file +} From 63d7d6ac9e8b82ad84c63d3cf573e92963bd279c Mon Sep 17 00:00:00 2001 From: JT Date: Thu, 4 Jun 2026 12:10:27 +1000 Subject: [PATCH 4/4] Remove promoter variables from Windows 2025 --- .octopus/windows.ltsc2025/variables.ocl | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.octopus/windows.ltsc2025/variables.ocl b/.octopus/windows.ltsc2025/variables.ocl index 19cd308..8a48ddd 100644 --- a/.octopus/windows.ltsc2025/variables.ocl +++ b/.octopus/windows.ltsc2025/variables.ocl @@ -38,17 +38,6 @@ variable "Docker.Registry.Target.Username" { } } -variable "Promoter.DynamicWorker.ProjectId" { - value "Projects-7941" {} -} - -variable "Promoter.OsSuffix" { - value "windows.ltsc2025" {} -} - -variable "Promoter.TeamCity.ProjectName" { - value "CloudPlatform_DynamicWorkers_DynamicWorkerVmImages_WindowsServer2025" {} -} variable "WorkerTools.Tags.FullyQualified" { value "#{Octopus.Release.Number}-windows.ltsc2025" {}