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 /ete-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 'ete-k8s.sh')
-rwxr-xr-x | ete-k8s.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ export GLOBAL_BUILD_NUMBER=$(kubectl --namespace $NAMESPACE exec ${POD} -- bas OUTPUT_FOLDER=$(printf %04d $GLOBAL_BUILD_NUMBER)_ete_$2 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 |