Skip to content

Commit

Permalink
ROX-19992: update cost-estimation tooling to RH GCP (#1286)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommartensen authored May 16, 2024
1 parent 57c0603 commit 3e10830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/cost-estimation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/cost-estimation/calculate-costs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 3e10830

Please sign in to comment.