Fix: set ulimit when running test
[lttng-ci.git] / lava / system-tests / success-dup-close.yml
index 08ae82f2459260a7af5316870926c76c51dd8073..3aa63e425b7c3fde0c1924620734373ff3ed65fb 100644 (file)
@@ -16,11 +16,11 @@ install:
                   branch: master
         steps:
                 - export TMPDIR="/tmp"
-                - 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
                 - export BENCHMARK_DIR=$(mktemp --directory)/bm
                 - git clone https://github.com/frdeso/syscall-bench-it.git $BENCHMARK_DIR
This page took 0.02262 seconds and 4 git commands to generate.