Skip to content

Commit 3e10830

Browse files
authored
ROX-19992: update cost-estimation tooling to RH GCP (#1286)
1 parent 57c0603 commit 3e10830

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/cost-estimation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
These scripts can be used to estimate the cost caused by infra clusters within the last 30 days.
44
They are available as a GitHub workflow with a manual dispatch.
55

6-
If you have access privileges to BigQuery in the `stackrox-infra` project, you may also run the scripts directly like:
6+
If you have access privileges to BigQuery in the `acs-team-automation` project, you may also run the scripts directly like:
77

88
```bash
99
./scripts/cost-estimation/calculate-costs.sh

scripts/cost-estimation/calculate-costs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ touch "${HOME}/.bigqueryrc"
77

88
bq query \
99
--nouse_legacy_sql \
10-
--project_id stackrox-infra \
10+
--project_id acs-team-automation \
1111
--format prettyjson \
1212
< "${WORKING_DIR}/total-time-consumed.sql" \
1313
| python3 "${WORKING_DIR}/render_costs.py"

0 commit comments

Comments
 (0)