From: Francis Deslauriers Date: Thu, 26 Jan 2017 20:22:03 +0000 (-0500) Subject: jjb: Change storage hostname to an higher level name X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=55758044323d137003d87c8db3fc139b62630189;p=lttng-ci.git jjb: Change storage hostname to an higher level name Signed-off-by: Francis Deslauriers --- diff --git a/scripts/lttng-baremetal-tests/generate-properties-master.sh b/scripts/lttng-baremetal-tests/generate-properties-master.sh index 39ba391..2a00f60 100644 --- a/scripts/lttng-baremetal-tests/generate-properties-master.sh +++ b/scripts/lttng-baremetal-tests/generate-properties-master.sh @@ -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 diff --git a/scripts/lttng-baremetal-tests/generate-properties-slave.sh b/scripts/lttng-baremetal-tests/generate-properties-slave.sh index fdd45ca..3a72207 100644 --- a/scripts/lttng-baremetal-tests/generate-properties-slave.sh +++ b/scripts/lttng-baremetal-tests/generate-properties-slave.sh @@ -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