Skip to content

Commit

Permalink
update cluster and bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
amishas157 committed Jul 25, 2024
1 parent 36fb503 commit 66ad231
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- id: "get-credentials"
uses: "google-github-actions/get-gke-credentials@v2"
with:
cluster_name: "us-central1-test-hubble-2-5f1f2dbf-gke"
cluster_name: "us-central1-test-hubble-43c3e190-gke"
location: "us-central1"

- name: Pytest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- id: "get-credentials"
uses: "google-github-actions/get-gke-credentials@v2"
with:
cluster_name: "us-central1-test-hubble-2-5f1f2dbf-gke"
cluster_name: "us-central1-test-hubble-43c3e190-gke"
location: "us-central1"

- name: Pytest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- id: "get-credentials"
uses: "google-github-actions/get-gke-credentials@v2"
with:
cluster_name: "us-central1-test-hubble-2-5f1f2dbf-gke"
cluster_name: "us-central1-test-hubble-43c3e190-gke"
location: "us-central1"

- name: Pytest
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
run: python dags/stellar_etl_airflow/add_files_to_composer.py --bucket $BUCKET
env:
GOOGLE_CLOUD_PROJECT: test-hubble-319619
BUCKET: us-central1-test-hubble-2-5f1f2dbf-bucket
BUCKET: us-central1-test-hubble-43c3e190-bucket

- name: Update Airflow variables
uses: actions-hub/gcloud@master
Expand Down
2 changes: 1 addition & 1 deletion airflow_variables_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"due to concurrent update"
]
},
"gcs_exported_data_bucket_name": "us-central1-test-hubble-2-5f1f2dbf-bucket",
"gcs_exported_data_bucket_name": "us-central1-test-hubble-43c3e190-bucket",
"gcs_exported_object_prefix": "dag-exported",
"image_name": "stellar/stellar-etl:741ee9b",
"image_output_path": "/etl/exported_data/",
Expand Down

0 comments on commit 66ad231

Please sign in to comment.