File tree 1 file changed +2
-5
lines changed 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -774,10 +774,8 @@ jobs:
774
774
kubectl --namespace coder rollout restart deployment/coder
775
775
kubectl --namespace coder rollout status deployment/coder
776
776
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"
781
779
runs-on : ${{ github.repository_owner == 'coder' && 'buildjet-16vcpu-ubuntu-2204' || 'ubuntu-latest' }}
782
780
timeout-minutes : 30
783
781
needs : changes
@@ -833,7 +831,6 @@ jobs:
833
831
834
832
regions=(
835
833
# gcp-region-id instance-name systemd-service-name
836
- "us-central1-a coder coder"
837
834
"australia-southeast1-b coder-sydney coder-workspace-proxy"
838
835
"europe-west3-c coder-europe coder-workspace-proxy"
839
836
"southamerica-east1-b coder-brazil coder-workspace-proxy"
You can’t perform that action at this time.
0 commit comments