jjb: Change storage hostname to an higher level name
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 26 Jan 2017 20:22:03 +0000 (15:22 -0500)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 26 Jan 2017 20:22:03 +0000 (15:22 -0500)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
scripts/lttng-baremetal-tests/generate-properties-master.sh
scripts/lttng-baremetal-tests/generate-properties-slave.sh

index 39ba3910c26c76c414536303c5d0536f1dba8393..2a00f60a7068814f1808399429f34d9a2650c68c 100644 (file)
@@ -51,7 +51,7 @@ echo "LTTNG_TOOLS_COMMIT_ID=$LTTNG_TOOLS_COMMIT_ID" >> properties.txt
 BASE_STORAGE_FOLDER="/storage/jenkins-lava/baremetal-tests"
 
 echo "BASE_STORAGE_FOLDER=$BASE_STORAGE_FOLDER" >> properties.txt
-echo "STORAGE_HOST=storage01.internal.efficios.com" >> properties.txt
+echo "STORAGE_HOST=storage.internal.efficios.com" >> properties.txt
 echo "STORAGE_USER=jenkins-lava" >> properties.txt
 
 echo "BUILD_DEVICE=$BUILD_DEVICE" >> properties.txt
index fdd45ca1d42266484f6b79980254bd7d154523ba..3a72207027a969397a893fb83ccf078302e7e046 100644 (file)
@@ -45,7 +45,7 @@ echo "BUILD_DEVICE=$BUILD_DEVICE" >> properties.txt
 echo "STORAGE_KERNEL_MODULE_SYMVERS=$STORAGE_KERNEL_FOLDER/symvers/$KERNEL_COMMIT_ID.$BUILD_DEVICE.symvers" >>properties.txt
 echo "STORAGE_KERNEL_CONFIG=$STORAGE_KERNEL_FOLDER/config/$KERNEL_COMMIT_ID.$BUILD_DEVICE.config" >> properties.txt
 
-echo "STORAGE_HOST=storage01.internal.efficios.com" >> properties.txt
+echo "STORAGE_HOST=storage.internal.efficios.com" >> properties.txt
 echo "STORAGE_USER=jenkins-lava" >> properties.txt
 
 echo SSH_COMMAND="ssh -oStrictHostKeyChecking=no -i $identity_file" >> properties.txt
This page took 0.026051 seconds and 4 git commands to generate.