X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Fsystem-tests%2Fgenerate-properties-master.sh;h=ee660a686623c67cff36677cd4bd3e8d5302cb10;hb=ffdc5a600570d41261be985940cc657c2f4f7fa4;hp=449748f38e5a26e8fd42d9d10c15f28f12d1b8de;hpb=9356eef7b98f46b660b982b02d303fd4744f57ef;p=lttng-ci.git diff --git a/scripts/system-tests/generate-properties-master.sh b/scripts/system-tests/generate-properties-master.sh index 449748f..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 @@ -48,6 +53,7 @@ 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