Skip to content

Commit c82e878

Browse files
authored
chore: disable legacy dogfood deploy (#10999)
1 parent 8e684c8 commit c82e878

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -774,10 +774,8 @@ jobs:
774774
kubectl --namespace coder rollout restart deployment/coder
775775
kubectl --namespace coder rollout status deployment/coder
776776
777-
# TODO: when we remove this, instead of removing it we need to change it so it
778-
# still upgrades workspace proxies which are not deployed on K8s
779-
deploy-legacy:
780-
name: "deploy-legacy"
777+
deploy-legacy-proxies:
778+
name: "deploy-legacy-proxies"
781779
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-16vcpu-ubuntu-2204' || 'ubuntu-latest' }}
782780
timeout-minutes: 30
783781
needs: changes
@@ -833,7 +831,6 @@ jobs:
833831
834832
regions=(
835833
# gcp-region-id instance-name systemd-service-name
836-
"us-central1-a coder coder"
837834
"australia-southeast1-b coder-sydney coder-workspace-proxy"
838835
"europe-west3-c coder-europe coder-workspace-proxy"
839836
"southamerica-east1-b coder-brazil coder-workspace-proxy"

0 commit comments

Comments
 (0)