Skip to content

Commit

Permalink
remove context from deploy scripts for real this time (#5550)
Browse files Browse the repository at this point in the history
* remove context from deploy scripts for real this time

* remove from sns-test
  • Loading branch information
bmckerry authored Feb 21, 2024
1 parent b760bc3 commit 0a1331e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions gocd/pipelines/snuba-sns-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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="ghcr.io/getsentry/snuba-ci:${GO_REVISION_SNUBA_REPO}" \
--container-name="api" \
Expand Down Expand Up @@ -107,7 +106,6 @@ pipelines:
- script: |
/devinfra/scripts/k8s/k8stunnel \
&& /devinfra/scripts/k8s/k8s-spawn-job.py \
--context="gke_${GCP_PROJECT}_${GKE_REGION}-${GKE_CLUSTER_ZONE}_${GKE_CLUSTER}" \
--label-selector="service=snuba-admin" \
--container-name="snuba-admin" \
"snuba-migrate" "ghcr.io/getsentry/snuba-ci:${GO_REVISION_SNUBA_REPO}" \
Expand All @@ -117,7 +115,6 @@ pipelines:
script: |
/devinfra/scripts/k8s/k8stunnel \
&& /devinfra/scripts/k8s/k8s-spawn-job.py \
--context="gke_${GCP_PROJECT}_${GKE_REGION}-${GKE_CLUSTER_ZONE}_${GKE_CLUSTER}" \
--label-selector="service=snuba-admin" \
--container-name="snuba-admin" \
"snuba-migrate-reverse" "ghcr.io/getsentry/snuba-ci:${GO_REVISION_SNUBA_REPO}" \
Expand Down
1 change: 0 additions & 1 deletion gocd/templates/bash/deploy-st.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ eval $(/devinfra/scripts/regions/project_env_vars.py --region="${SENTRY_REGION}"
/devinfra/scripts/k8s/k8stunnel

/devinfra/scripts/k8s/k8s-deploy.py \
--context="gke_${GCP_PROJECT}_${GKE_REGION}-${GKE_CLUSTER_ZONE}_${GKE_CLUSTER}" \
--label-selector="${LABEL_SELECTOR}" \
--image="us.gcr.io/sentryio/snuba:${GO_REVISION_SNUBA_REPO}" \
--container-name="snuba" \
Expand Down
1 change: 0 additions & 1 deletion gocd/templates/bash/migrate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ eval $(/devinfra/scripts/regions/project_env_vars.py --region="${SENTRY_REGION}"
/devinfra/scripts/k8s/k8stunnel

/devinfra/scripts/k8s/k8s-spawn-job.py \
--context="gke_${GCP_PROJECT}_${GKE_REGION}-${GKE_CLUSTER_ZONE}_${GKE_CLUSTER}" \
--label-selector="service=${SNUBA_SERVICE_NAME}" \
--container-name="${SNUBA_SERVICE_NAME}" \
"snuba-migrate" \
Expand Down

0 comments on commit 0a1331e

Please sign in to comment.