X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=lava%2Fsystem-tests%2Fdestructive-tests.yml;h=e43b0f2d70a407483acd76fd1c287371c255e1ee;hb=09de7b538a903fe1a63e4e65c3c6cfef1a6f4d68;hp=fdf4d72c5f5deca16440097fdb5df4e67bb3314a;hpb=3868791dff578a02f2a8d2e0b155aa7d4ef9361f;p=lttng-ci.git diff --git a/lava/system-tests/destructive-tests.yml b/lava/system-tests/destructive-tests.yml index fdf4d72..e43b0f2 100644 --- a/lava/system-tests/destructive-tests.yml +++ b/lava/system-tests/destructive-tests.yml @@ -2,23 +2,25 @@ metadata: format: Lava-Test Test Definition 1.0 name: lttng-destructive-tests description: "Run root destructive test suite" -install: +params: + JENKINS_BUILD_ID: "invalid_jenkins_build_id" +run: steps: + - apt install -y curl + - git clone https://github.com/lttng/lttng-ci ci - export TMPDIR="/tmp" - - cd - systemctl stop systemd-timesyncd.service - - ulimit -c unlimited - mkdir -p coredump - echo "$(pwd)/coredump/core.%e.%p.%h.%t" > /proc/sys/kernel/core_pattern -run: - steps: + - ulimit -c unlimited - source /root/lttngvenv/activate - - cd /root/lttngvenv/src/lttng-tools + - pushd /root/lttngvenv/src/lttng-tools - lava-test-case build-test-suite --shell "make" - export LTTNG_ENABLE_DESTRUCTIVE_TESTS="will-break-my-system" - cd tests #Need to check if the file is present for branches where the testcase was not backported - - lava-test-case run-tests --shell "if [ -e root_destructive_tests ]; then prove --verbose --merge --exec '' - < root_destructive_tests; else echo 'root_destructive_tests not found'; fi" - - cd + - lava-test-case run-tests --shell "if [ -e root_destructive_tests ]; then prove --nocolor --verbose --merge --exec '' - < root_destructive_tests; else echo 'root_destructive_tests not found'; fi" + - popd + - systemctl start systemd-timesyncd.service - tar czf coredump.tar.gz coredump - - lava-test-case-attach run-benchmarks coredump.tar.gz + - ./ci/lava/upload_artifact.sh coredump.tar.gz "results/${JENKINS_BUILD_ID}/coredump.tar.gz"