Skip to content

Commit

Permalink
This is largely a rename of the script. Only difference is retries fo…
Browse files Browse the repository at this point in the history
…r deployments.

Committed via https://github.com/asottile/all-repos
  • Loading branch information
mattgauntseo-sentry committed Apr 7, 2023
1 parent 1d08289 commit 124c9e9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gocd/pipelines/atlas.yaml
Expand Up @@ -60,19 +60,19 @@ pipelines:
"--zone=${GKE_REGION}-${GKE_BASTION_ZONE}" \
-- -4 -L8888:127.0.0.1:8888 -N -q -f
- script: |
/devinfra/scripts/k8s/k8sdeploy.py \
/devinfra/scripts/k8s/k8s-deploy.py \
--context="gke_${GCP_PROJECT}_${GKE_REGION}-${GKE_CLUSTER_ZONE}_${GKE_CLUSTER}" \
--label-selector="service=atlas,env=canary" \
--image="us.gcr.io/internal-sentry/atlas-frontend:${GO_REVISION_ATLAS_REPO}" \
--container-name="frontend"
- script: |
/devinfra/scripts/k8s/k8sdeploy.py \
/devinfra/scripts/k8s/k8s-deploy.py \
--context="gke_${GCP_PROJECT}_${GKE_REGION}-${GKE_CLUSTER_ZONE}_${GKE_CLUSTER}" \
--label-selector="service=atlas,env=canary" \
--image="us.gcr.io/internal-sentry/atlas-backend:${GO_REVISION_ATLAS_REPO}" \
--container-name="backend"
- script: |
/devinfra/scripts/k8s/k8sdeploy.py \
/devinfra/scripts/k8s/k8s-deploy.py \
--context="gke_${GCP_PROJECT}_${GKE_REGION}-${GKE_CLUSTER_ZONE}_${GKE_CLUSTER}" \
--label-selector="service=atlas,env=canary" \
--image="us.gcr.io/internal-sentry/atlas-backend:${GO_REVISION_ATLAS_REPO}" \
Expand Down Expand Up @@ -101,19 +101,19 @@ pipelines:
"--zone=${GKE_REGION}-${GKE_BASTION_ZONE}" \
-- -4 -L8888:127.0.0.1:8888 -N -q -f
- script: |
/devinfra/scripts/k8s/k8sdeploy.py \
/devinfra/scripts/k8s/k8s-deploy.py \
--context="gke_${GCP_PROJECT}_${GKE_REGION}-${GKE_CLUSTER_ZONE}_${GKE_CLUSTER}" \
--label-selector="service=atlas" \
--image="us.gcr.io/internal-sentry/atlas-frontend:${GO_REVISION_ATLAS_REPO}" \
--container-name="frontend"
- script: |
/devinfra/scripts/k8s/k8sdeploy.py \
/devinfra/scripts/k8s/k8s-deploy.py \
--context="gke_${GCP_PROJECT}_${GKE_REGION}-${GKE_CLUSTER_ZONE}_${GKE_CLUSTER}" \
--label-selector="service=atlas" \
--image="us.gcr.io/internal-sentry/atlas-backend:${GO_REVISION_ATLAS_REPO}" \
--container-name="backend"
- script: |
/devinfra/scripts/k8s/k8sdeploy.py \
/devinfra/scripts/k8s/k8s-deploy.py \
--context="gke_${GCP_PROJECT}_${GKE_REGION}-${GKE_CLUSTER_ZONE}_${GKE_CLUSTER}" \
--label-selector="service=atlas" \
--image="us.gcr.io/internal-sentry/atlas-backend:${GO_REVISION_ATLAS_REPO}" \
Expand Down

0 comments on commit 124c9e9

Please sign in to comment.