X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Flttng-baremetal-tests%2Fgenerate-properties-slave.sh;h=fdd45ca1d42266484f6b79980254bd7d154523ba;hb=9fb14641dfd6e25468b01c1b77a55d41bd2b8e51;hp=449a9daed173351374ca3576e3516f60c72cbd83;hpb=b3d73c467546ad09e20794ffff9c3b03566bc6cc;p=lttng-ci.git diff --git a/scripts/lttng-baremetal-tests/generate-properties-slave.sh b/scripts/lttng-baremetal-tests/generate-properties-slave.sh index 449a9da..fdd45ca 100644 --- a/scripts/lttng-baremetal-tests/generate-properties-slave.sh +++ b/scripts/lttng-baremetal-tests/generate-properties-slave.sh @@ -40,9 +40,10 @@ BUILD_NAME="$KERNEL_COMMIT_ID-$LTTNG_MODULES_COMMIT_ID" echo "KERNEL_COMMIT_ID=$KERNEL_COMMIT_ID" >> properties.txt echo "LTTNG_MODULES_COMMIT_ID=$LTTNG_MODULES_COMMIT_ID" >> properties.txt echo "BUILD_NAME=$BUILD_NAME" >> properties.txt +echo "BUILD_DEVICE=$BUILD_DEVICE" >> properties.txt -echo "STORAGE_KERNEL_MODULE_SYMVERS=$STORAGE_KERNEL_FOLDER/$KERNEL_COMMIT_ID.symvers" >>properties.txt -echo "STORAGE_KERNEL_CONFIG=$STORAGE_KERNEL_FOLDER/$KERNEL_COMMIT_ID.config" >> 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_USER=jenkins-lava" >> properties.txt