From c30e29ea299fd7eb67566191cd3cc800d3119fdd Mon Sep 17 00:00:00 2001 From: Lyn Nagara Date: Wed, 10 Jan 2024 11:19:28 -0800 Subject: [PATCH] ref: Remove experimental consumers from gocd deployment (#5368) These are no longer needed --- gocd/templates/bash/deploy.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gocd/templates/bash/deploy.sh b/gocd/templates/bash/deploy.sh index 1afd7f5260e..ae119754c61 100644 --- a/gocd/templates/bash/deploy.sh +++ b/gocd/templates/bash/deploy.sh @@ -42,13 +42,6 @@ eval $(/devinfra/scripts/regions/project_env_vars.py --region="${SENTRY_REGION}" --container-name="transactions-subscriptions-scheduler" \ --container-name="spans-consumer" \ --container-name="rust-spans-consumer" \ - --container-name="rust-spans-pure-consumer" \ - --container-name="rust-spans-reference-consumer" \ - --container-name="rust-outcomes-consumer" \ - --container-name="rust-outcomes-billing-consumer" \ - --container-name="rust-loadbalancer-outcomes-consumer" \ - --container-name="rust-profiles-consumer" \ - --container-name="rust-profiling-functions-consumer" \ --container-name="rust-querylog-consumer" \ --container-name="rust-replays-consumer" \ --container-name="spans-exp-static-off" \