From 1f1bf37dfa75cb7726a02b90d0885458d3a1d7a1 Mon Sep 17 00:00:00 2001 From: DR695H Date: Fri, 2 Aug 2019 15:42:32 -0400 Subject: combine properties file since all the props are set by helm there is no need for seperate parameters. This has the benefit of allowing global properties to use global injected (and vice versa) inside the property file Issue-ID: TEST-184 Change-Id: Ic011aa9173a6073a1c389b6d1ceef6235c4e40a1 Signed-off-by: DR695H --- demo-k8s.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demo-k8s.sh') diff --git a/demo-k8s.sh b/demo-k8s.sh index 9b98c87..3671d6c 100755 --- a/demo-k8s.sh +++ b/demo-k8s.sh @@ -218,6 +218,6 @@ export GLOBAL_BUILD_NUMBER=$(kubectl --namespace $NAMESPACE exec ${POD} -- bas OUTPUT_FOLDER=$(printf %04d $GLOBAL_BUILD_NUMBER)_demo_$key DISPLAY_NUM=$(($GLOBAL_BUILD_NUMBER + 90)) -VARIABLEFILES="-V /share/config/vm_properties.py -V /share/config/integration_robot_properties.py" +VARIABLEFILES="-V /share/config/robot_properties.py" kubectl --namespace $NAMESPACE exec ${POD} -- ${ETEHOME}/runTags.sh ${VARIABLEFILES} ${VARIABLES} -d /share/logs/${OUTPUT_FOLDER} -i ${TAG} --display $DISPLAY_NUM 2> ${TAG}.out -- cgit 1.2.3-korg