Skip to content

Commit

Permalink
Merge pull request #5726 from shaneknapp/move-circleci-new-cluster
Browse files Browse the repository at this point in the history
[DH-276] move CI to new cluster
  • Loading branch information
shaneknapp authored May 15, 2024
2 parents 775fce0 + bd1647b commit c898c4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ jobs:
echo 'export PATH="${HOME}/repo/bin:${PATH}"' >> ${BASH_ENV}
- run:
name: Activate credentials for datahub cluster (fall-2019)
name: Activate credentials for datahub cluster (spring-2024)
command: |
gcloud components install gke-gcloud-auth-plugin
sops -d -i deployments/datahub/secrets/gke-key.json
Expand All @@ -378,7 +378,7 @@ jobs:
gcloud container clusters \
--region=us-central1 --project=ucb-datahub-2018 \
get-credentials fall-2019
get-credentials spring-2024
- run:
name: Deploy node placeholder chart
Expand Down Expand Up @@ -425,7 +425,7 @@ jobs:
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
- run:
name: Activate credentials for datahub cluster (fall-2019)
name: Activate credentials for datahub cluster (spring-2024)
command: |
gcloud components install gke-gcloud-auth-plugin
sops -d -i deployments/datahub/secrets/gke-key.json
Expand All @@ -435,7 +435,7 @@ jobs:
gcloud container clusters \
--region=us-central1 --project=ucb-datahub-2018 \
get-credentials fall-2019
get-credentials spring-2024
- run:
name: Deploy support helm chart
Expand Down

0 comments on commit c898c4f

Please sign in to comment.