X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Flttng-baremetal-tests%2Fgenerate-properties-master.sh;h=2a00f60a7068814f1808399429f34d9a2650c68c;hb=6f9224363117aa4ed1d57ff3e690e72d921bd341;hp=ae1901a21470a62e9b96fe4cb7bb88f685195591;hpb=9fb14641dfd6e25468b01c1b77a55d41bd2b8e51;p=lttng-ci.git diff --git a/scripts/lttng-baremetal-tests/generate-properties-master.sh b/scripts/lttng-baremetal-tests/generate-properties-master.sh index ae1901a..2a00f60 100644 --- a/scripts/lttng-baremetal-tests/generate-properties-master.sh +++ b/scripts/lttng-baremetal-tests/generate-properties-master.sh @@ -50,9 +50,16 @@ 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=storage.internal.efficios.com" >> properties.txt +echo "STORAGE_USER=jenkins-lava" >> properties.txt + echo "BUILD_DEVICE=$BUILD_DEVICE" >> properties.txt echo "KGITREPO=git://git-mirror.internal.efficios.com/git/linux-stable.git" >> properties.txt echo "STORAGE_KERNEL_FOLDER=$BASE_STORAGE_FOLDER/kernel" >> properties.txt echo "STORAGE_KERNEL_IMAGE=$BASE_STORAGE_FOLDER/kernel/$KERNEL_VERSION-$KERNEL_COMMIT_ID.$BUILD_DEVICE.bzImage" >> properties.txt echo "STORAGE_LINUX_MODULES=$BASE_STORAGE_FOLDER/modules/linux/$KERNEL_VERSION-$KERNEL_COMMIT_ID.$BUILD_DEVICE.linux.modules.tar.gz" >> properties.txt echo "STORAGE_LTTNG_MODULES=$BASE_STORAGE_FOLDER/modules/lttng/$KERNEL_VERSION-$KERNEL_COMMIT_ID-$LTTNG_MODULES_COMMIT_ID.$BUILD_DEVICE.lttng.modules.tar.gz" >> properties.txt + +echo SSH_COMMAND="ssh -oStrictHostKeyChecking=no -i $identity_file" >> properties.txt +echo SCP_COMMAND="scp -oStrictHostKeyChecking=no -i $identity_file" >> properties.txt