Skip to content

Commit

Permalink
fix(gocd): remove explicit context flag from snuba-stable (#5529)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmckerry authored Feb 13, 2024
1 parent 168ccfc commit 0045a57
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions gocd/pipelines/snuba-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pipelines:
GCP_PROJECT: internal-sentry
GKE_CLUSTER: zdpwkxst
GKE_REGION: us-central1
GKE_CLUSTER_ZONE: b
GKE_BASTION_ZONE: b
# Required for checkruns.
GITHUB_TOKEN: "{{SECRET:[devinfra-github][token]}}"
Expand Down Expand Up @@ -71,7 +70,6 @@ pipelines:
- script: |
/devinfra/scripts/k8s/k8stunnel \
&& /devinfra/scripts/k8s/k8s-deploy.py \
--context="gke_${GCP_PROJECT}_${GKE_REGION}-${GKE_CLUSTER_ZONE}_${GKE_CLUSTER}" \
--label-selector="service=snuba,is_canary=true" \
--image="us.gcr.io/sentryio/snuba:${GO_REVISION_SNUBA_REPO}" \
--container-name="api" \
Expand Down Expand Up @@ -103,7 +101,6 @@ pipelines:
--container-name="transactions-subscriptions-executor" \
--container-name="transactions-subscriptions-scheduler" \
&& /devinfra/scripts/k8s/k8s-deploy.py \
--context="gke_${GCP_PROJECT}_${GKE_REGION}-${GKE_CLUSTER_ZONE}_${GKE_CLUSTER}" \
--label-selector="service=snuba,is_canary=true" \
--image="us.gcr.io/sentryio/snuba:${GO_REVISION_SNUBA_REPO}" \
--type="cronjob" \
Expand All @@ -129,7 +126,6 @@ pipelines:
- script: |
/devinfra/scripts/k8s/k8stunnel \
&& /devinfra/scripts/k8s/k8s-deploy.py \
--context="gke_${GCP_PROJECT}_${GKE_REGION}-${GKE_CLUSTER_ZONE}_${GKE_CLUSTER}" \
--label-selector="service=snuba" \
--image="us.gcr.io/sentryio/snuba:${GO_REVISION_SNUBA_REPO}" \
--container-name="api" \
Expand Down Expand Up @@ -161,7 +157,6 @@ pipelines:
--container-name="transactions-subscriptions-executor" \
--container-name="transactions-subscriptions-scheduler" \
&& /devinfra/scripts/k8s/k8s-deploy.py \
--context="gke_${GCP_PROJECT}_${GKE_REGION}-${GKE_CLUSTER_ZONE}_${GKE_CLUSTER}" \
--label-selector="service=snuba" \
--image="us.gcr.io/sentryio/snuba:${GO_REVISION_SNUBA_REPO}" \
--type="cronjob" \
Expand Down

0 comments on commit 0045a57

Please sign in to comment.