From 003484d276bf87acf791913f6db133349bef5afd Mon Sep 17 00:00:00 2001 From: Corey Goodfred Date: Mon, 15 Apr 2024 09:25:56 -0400 Subject: [PATCH] rename components to trino in smoke_test.sh --- smoke_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smoke_test.sh b/smoke_test.sh index de1eb6509d..181233a87b 100755 --- a/smoke_test.sh +++ b/smoke_test.sh @@ -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=""