X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Fsystem-tests%2Fgenerate-properties-master.sh;h=ee660a686623c67cff36677cd4bd3e8d5302cb10;hb=ffdc5a600570d41261be985940cc657c2f4f7fa4;hp=b084708fe3708c0edeb7243a5ae64ada45122de9;hpb=07fc222e39aa5de61ecdbc1dd6bf9653dc6b97d5;p=lttng-ci.git diff --git a/scripts/system-tests/generate-properties-master.sh b/scripts/system-tests/generate-properties-master.sh index b084708..ee660a6 100644 --- a/scripts/system-tests/generate-properties-master.sh +++ b/scripts/system-tests/generate-properties-master.sh @@ -29,8 +29,13 @@ secret_key = echo123456 # Enable S3 v4 signature APIs signature_v2 = False" > "$WORKSPACE/s3cfg" +echo "LAVA_HOST=$LAVA_HOST" >> properties.txt +echo "LAVA_PROTO=$LAVA_PROTO" >> properties.txt + LTTNG_CI_PATH="$WORKSPACE/src/lttng-ci" echo "LTTNG_CI_PATH=$LTTNG_CI_PATH" >> properties.txt +echo "LTTNG_CI_REPO=$LTTNG_CI_REPO" >> properties.txt +echo "LTTNG_CI_BRANCH=$LTTNG_CI_BRANCH" >> properties.txt KERNEL_COMMIT_ID=$KERNEL_TAG_ID echo "KERNEL_COMMIT_ID=$KERNEL_COMMIT_ID" >> properties.txt @@ -45,8 +50,10 @@ echo "STORAGE_HOST=storage.internal.efficios.com" >> properties.txt echo "STORAGE_USER=jenkins-lava" >> properties.txt echo "BUILD_DEVICE=$BUILD_DEVICE" >> properties.txt +echo "LTTNG_VERSION=$LTTNG_VERSION" >> properties.txt echo "KGITREPO=$KERNEL_REPO" >> properties.txt echo "LTTNG_MODULES_REPO=$LTTNG_MODULES_REPO" >> properties.txt +echo "ROOTFS_URL=$ROOTFS_URL" >> properties.txt echo "STORAGE_KERNEL_FOLDER=$BASE_STORAGE_FOLDER/kernel" >> properties.txt echo "STORAGE_KERNEL_IMAGE=$BASE_STORAGE_FOLDER/kernel/$KERNEL_COMMIT_ID.$BUILD_DEVICE.bzImage" >> properties.txt echo "STORAGE_LINUX_MODULES=$BASE_STORAGE_FOLDER/modules/linux/$KERNEL_COMMIT_ID.$BUILD_DEVICE.linux.modules.tar.gz" >> properties.txt