jjb: lava: kprobe-fuzzing: Remove coredump recovery step
[lttng-ci.git] / lava / system-tests / kprobe-fuzzing-tests.yml
index d2efd18afda46851938f2353189b0bad06067040..cafca9dfdc3bcee383f44964462a07162038249f 100644 (file)
@@ -7,16 +7,8 @@ install:
                 - url: https://github.com/lttng/lttng-ci
                   destination: ci
                   branch: master
-        steps:
-                - export TMPDIR="/tmp"
-                - 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:
-                - source /root/lttngvenv/activate
-                - cd ci/
-                - lava-test-case run-tests --shell "./scripts/system-tests/kprobe-fuzzing.sh"
-                - tar czf coredump.tar.gz coredump
-                - lava-test-case-attach run-benchmarks 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"
This page took 0.023212 seconds and 4 git commands to generate.