From 64c0b84ffcdc73036ca1cafdb95098fa71529b52 Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Thu, 15 Mar 2018 14:59:26 -0400 Subject: [PATCH] jjb: lava: kprobe-fuzzing: Remove coredump recovery step The fuzzing is targeting the kernel so there is no value to gather userspace coredumps. Signed-off-by: Francis Deslauriers --- lava/system-tests/kprobe-fuzzing-tests.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/lava/system-tests/kprobe-fuzzing-tests.yml b/lava/system-tests/kprobe-fuzzing-tests.yml index a0bce4a..cafca9d 100644 --- a/lava/system-tests/kprobe-fuzzing-tests.yml +++ b/lava/system-tests/kprobe-fuzzing-tests.yml @@ -7,17 +7,8 @@ install: - url: https://github.com/lttng/lttng-ci destination: ci branch: master - steps: - - cd - - ulimit -c unlimited - - mkdir -p coredump - - echo "$(pwd)/coredump/core.%e.%p.%h.%t" > /proc/sys/kernel/core_pattern params: ROUND_NB: 0 run: steps: - - cd ci/ - - lava-test-case run-fuzzing --shell "python3 ./scripts/system-tests/run-kprobe-fuzzing.py /root/instr_points.txt.gz $ROUND_NB" - - cd .. - - tar czf coredump.tar.gz coredump - - lava-test-case-attach run-fuzzing coredump.tar.gz + - lava-test-case run-fuzzing --shell "python3 ./ci/scripts/system-tests/run-kprobe-fuzzing.py /root/instr_points.txt.gz $ROUND_NB" -- 2.34.1