From: Jonathan Rajotte Date: Wed, 7 Nov 2018 16:47:22 +0000 (-0500) Subject: Use debug mode for lava2-submit for now X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=fb255fc5d43f19a6ba634972664f96dad1b39537;p=lttng-ci.git Use debug mode for lava2-submit for now Signed-off-by: Jonathan Rajotte --- diff --git a/scripts/system-tests/run-baremetal-benchmarks.sh b/scripts/system-tests/run-baremetal-benchmarks.sh index 402ca49..1449ebf 100644 --- a/scripts/system-tests/run-baremetal-benchmarks.sh +++ b/scripts/system-tests/run-baremetal-benchmarks.sh @@ -38,7 +38,8 @@ python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava2-submit.py \ -k "$S3_URL_KERNEL_IMAGE" \ -km "$S3_URL_LINUX_MODULES" \ -lm "$S3_URL_LTTNG_MODULES" \ - -tc "$LTTNG_TOOLS_COMMIT_ID" + -tc "$LTTNG_TOOLS_COMMIT_ID" \ + --debug set +eu deactivate set -eu diff --git a/scripts/system-tests/run-baremetal-tests.sh b/scripts/system-tests/run-baremetal-tests.sh index b4557b6..f1afabc 100644 --- a/scripts/system-tests/run-baremetal-tests.sh +++ b/scripts/system-tests/run-baremetal-tests.sh @@ -41,7 +41,8 @@ python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava2-submit.py \ -km "$S3_URL_LINUX_MODULES" \ -lm "$S3_URL_LTTNG_MODULES" \ -tc "$LTTNG_TOOLS_COMMIT_ID" \ - -uc "$LTTNG_UST_COMMIT_ID" + -uc "$LTTNG_UST_COMMIT_ID" \ + --debug set +eu deactivate set -eu diff --git a/scripts/system-tests/run-kvm-fuzzing-tests.sh b/scripts/system-tests/run-kvm-fuzzing-tests.sh index 66467f6..d5a11ed 100644 --- a/scripts/system-tests/run-kvm-fuzzing-tests.sh +++ b/scripts/system-tests/run-kvm-fuzzing-tests.sh @@ -41,6 +41,7 @@ python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava2-submit.py \ -lm "$S3_URL_LTTNG_MODULES" \ -tc "$LTTNG_TOOLS_COMMIT_ID" \ -uc "$LTTNG_UST_COMMIT_ID" \ + --debug set +eu deactivate set -eu diff --git a/scripts/system-tests/run-kvm-tests.sh b/scripts/system-tests/run-kvm-tests.sh index da2290e..2d8ad7f 100644 --- a/scripts/system-tests/run-kvm-tests.sh +++ b/scripts/system-tests/run-kvm-tests.sh @@ -40,7 +40,8 @@ python -u "$LTTNG_CI_PATH"/scripts/system-tests/lava2-submit.py \ -km "$S3_URL_LINUX_MODULES" \ -lm "$S3_URL_LTTNG_MODULES" \ -tc "$LTTNG_TOOLS_COMMIT_ID" \ - -uc "$LTTNG_UST_COMMIT_ID" + -uc "$LTTNG_UST_COMMIT_ID" \ + --debug set +eu deactivate set -eu