summaryrefslogtreecommitdiffstats
path: root/eteHelm-k8s.sh
diff options
context:
space:
mode:
Diffstat (limited to 'eteHelm-k8s.sh')
-rwxr-xr-xeteHelm-k8s.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/eteHelm-k8s.sh b/eteHelm-k8s.sh
index 0fa8e94..0895208 100755
--- a/eteHelm-k8s.sh
+++ b/eteHelm-k8s.sh
@@ -44,7 +44,7 @@ export GLOBAL_BUILD_NUMBER=$(kubectl --namespace $NAMESPACE exec ${POD} -- bas
OUTPUT_FOLDER=$(printf %04d $GLOBAL_BUILD_NUMBER)_ete_helmlist
DISPLAY_NUM=$(($GLOBAL_BUILD_NUMBER + 90))
-VARIABLEFILES="-V /share/config/vm_properties.py -V /share/config/integration_robot_properties.py -V /share/config/integration_preload_parameters.py"
+VARIABLEFILES="-V /share/config/robot_properties.py"
VARIABLES="-v GLOBAL_BUILD_NUMBER:$$"
kubectl --namespace $NAMESPACE exec ${POD} -- ${ETEHOME}/runTags.sh ${VARIABLEFILES} ${VARIABLES} -d /share/logs/${OUTPUT_FOLDER} ${TAGS} --display $DISPLAY_NUM