Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DH-276] move CI to new cluster #5726

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading