From 3e108306afcf0bed2ddf21a046e56cd74f31cee3 Mon Sep 17 00:00:00 2001 From: Tom Martensen Date: Thu, 16 May 2024 17:42:58 +0200 Subject: [PATCH] ROX-19992: update cost-estimation tooling to RH GCP (#1286) --- scripts/cost-estimation/README.md | 2 +- scripts/cost-estimation/calculate-costs.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/cost-estimation/README.md b/scripts/cost-estimation/README.md index f93b2c207..cf9a90f10 100644 --- a/scripts/cost-estimation/README.md +++ b/scripts/cost-estimation/README.md @@ -3,7 +3,7 @@ These scripts can be used to estimate the cost caused by infra clusters within the last 30 days. They are available as a GitHub workflow with a manual dispatch. -If you have access privileges to BigQuery in the `stackrox-infra` project, you may also run the scripts directly like: +If you have access privileges to BigQuery in the `acs-team-automation` project, you may also run the scripts directly like: ```bash ./scripts/cost-estimation/calculate-costs.sh diff --git a/scripts/cost-estimation/calculate-costs.sh b/scripts/cost-estimation/calculate-costs.sh index 1ceb192bf..aeee5dc10 100755 --- a/scripts/cost-estimation/calculate-costs.sh +++ b/scripts/cost-estimation/calculate-costs.sh @@ -7,7 +7,7 @@ touch "${HOME}/.bigqueryrc" bq query \ --nouse_legacy_sql \ - --project_id stackrox-infra \ + --project_id acs-team-automation \ --format prettyjson \ < "${WORKING_DIR}/total-time-consumed.sql" \ | python3 "${WORKING_DIR}/render_costs.py"