jjb: lava: kprobe-fuzzing: Remove coredump recovery step
[lttng-ci.git] / lava / system-tests / kprobe-fuzzing-tests.yml
index a0bce4a41094cc77618922ff0cb7e0acf72b3b29..cafca9dfdc3bcee383f44964462a07162038249f 100644 (file)
@@ -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"
This page took 0.0334989999999999 seconds and 4 git commands to generate.