Skip to content

Commit

Permalink
rename components to trino in smoke_test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cgoodfred committed Apr 15, 2024
1 parent 58dde9f commit 003484d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smoke_test.sh
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 003484d

Please sign in to comment.