Skip to content

Commit

Permalink
Merge branch 'main' into cost-4372-fix-volume-capacity-counts
Browse files Browse the repository at this point in the history
  • Loading branch information
lcouzens authored Apr 15, 2024
2 parents 9864e6e + 7eea8ce commit 7badfee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smoke_test.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ set -ex
IMAGE="quay.io/cloudservices/koku"
APP_NAME="hccm" # name of app-sre "application" folder this component lives in
COMPONENT_NAME="koku" # name of app-sre "resourceTemplate" in deploy.yaml for this component
COMPONENTS="hive-metastore koku presto" # specific components to deploy (optional, default: all)
COMPONENTS_W_RESOURCES="hive-metastore koku presto" # components which should preserve resource settings (optional, default: none)
COMPONENTS="hive-metastore koku trino" # specific components to deploy (optional, default: all)
COMPONENTS_W_RESOURCES="hive-metastore koku trino" # components which should preserve resource settings (optional, default: none)
IQE_PLUGINS="cost_management"
IQE_MARKER_EXPRESSION="cost_smoke"
IQE_FILTER_EXPRESSION=""
Expand Down

0 comments on commit 7badfee

Please sign in to comment.