diff options
author | DR695H <dr695h@att.com> | 2019-08-02 15:42:32 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-08-02 15:42:32 -0400 |
commit | 1f1bf37dfa75cb7726a02b90d0885458d3a1d7a1 (patch) | |
tree | c77c2dba803882b526bbd5a5dbeaeb1dcef3fc8f /demo-k8s.sh | |
parent | 1a6b1c4d7fbc360782e3f50de0be1dc868c62b51 (diff) |
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 <dr695h@att.com>
Diffstat (limited to 'demo-k8s.sh')
-rwxr-xr-x | demo-k8s.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |