Skip to content

Commit

Permalink
Remove use of Windows 2019 worker pool
Browse files Browse the repository at this point in the history
  • Loading branch information
APErebus authored and Octopus Deploy committed Dec 19, 2023
1 parent 4559d72 commit d3cc967
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .octopus/deployment_process.ocl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ step "upload-octopustools-to-s3-public-with-hashes" {
PackageToUpload = "{\"PackageId\":\"OctopusTools.Zips\",\"FeedId\":\"octopus-server-built-in\"}"
S3BucketPath = "#{AwsBucket}/octopus-tools/#{Octopus.Action.Package[PackageToUpload].PackageVersion}/"
}
worker_pool = "hosted-windows-2019"
worker_pool = "hosted-windows"

packages "PackageToUpload" {
acquisition_location = "Server"
Expand Down Expand Up @@ -41,7 +41,7 @@ step "push-octopus-dotnet-cli-to-nuget-style-feed" {
Octopus.Action.Script.ScriptSource = "Inline"
Octopus.Action.Script.Syntax = "PowerShell"
}
worker_pool = "hosted-windows-2019"
worker_pool = "hosted-windows"

packages "NuGet.CommandLine" {
acquisition_location = "Server"
Expand Down Expand Up @@ -93,7 +93,7 @@ step "push-octopustools-to-nuget-style-feed" {
Octopus.Action.Script.ScriptSource = "Inline"
Octopus.Action.Script.Syntax = "PowerShell"
}
worker_pool = "hosted-windows-2019"
worker_pool = "hosted-windows"

packages "NuGet.CommandLine" {
acquisition_location = "Server"
Expand Down Expand Up @@ -147,7 +147,7 @@ step "push-octopustools-to-chocolatey" {
Octopus.Action.Script.ScriptSource = "Inline"
Octopus.Action.Script.Syntax = "PowerShell"
}
worker_pool = "hosted-windows-2019"
worker_pool = "hosted-windows"

packages "OctopusTools" {
acquisition_location = "Server"
Expand Down Expand Up @@ -254,7 +254,7 @@ step "publish-homebrew" {
PubHomebrew-RepoName = "homebrew-taps"
PubHomebrew-Username = "#{HomeBrewGitUsername}"
}
worker_pool = "hosted-windows-2019"
worker_pool = "hosted-windows"

packages "PackageToUpload" {
acquisition_location = "Server"
Expand Down Expand Up @@ -513,7 +513,7 @@ step "create-release-in-slipway" {
Octopus.Action.Script.ScriptSource = "Inline"
Octopus.Action.Script.Syntax = "PowerShell"
}
worker_pool = "hosted-windows-2019"
worker_pool = "hosted-windows"

packages "OctopusTools" {
acquisition_location = "NotAcquired"
Expand All @@ -537,7 +537,7 @@ step "invalidate-cloudfront-cache" {
Octopus.Action.Template.Id = "ActionTemplates-962"
Octopus.Action.Template.Version = "1"
}
worker_pool = "hosted-windows-2019"
worker_pool = "hosted-windows"
}
}

Expand All @@ -553,6 +553,6 @@ step "invalidate-cloudflare-cache-of-the-octopustools-manifest" {
Octopus.Action.Template.Id = "ActionTemplates-963"
Octopus.Action.Template.Version = "6"
}
worker_pool = "hosted-windows-2019"
worker_pool = "hosted-windows"
}
}

0 comments on commit d3cc967

Please sign in to comment.