X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fjob-cost.sh;h=dde312984aca113632d16f80091d7b7a627d7ab7;hb=c8b9acd166fcbd88139a65f7721e522980a0e013;hp=595b342e42bd975d743266f7339f994b9421e522;hpb=cfe6494e335f277155582ba564bdceae1ee043fd;p=releng%2Fglobal-jjb.git diff --git a/shell/job-cost.sh b/shell/job-cost.sh index 595b342e..dde31298 100644 --- a/shell/job-cost.sh +++ b/shell/job-cost.sh @@ -15,6 +15,13 @@ set -euf -o pipefail # shellcheck disable=SC1090 source ~/lf-env.sh +if [[ ! -f /run/cloud-init/result.json && ! -f stack-cost ]]; then + # Don't attempt to calculate job cost as build is not running in a + # cloud environment + echo "INFO: Skipping job cost calculation" + exit 0 +fi + # AWS job cost not supported, exit cloudtype="$(jq -r .v1.datasource /run/cloud-init/result.json)" if [[ $cloudtype == "DataSourceEc2Local" ]]; then