Fix: set ulimit when running test
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 30 Apr 2019 21:56:50 +0000 (17:56 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 30 Apr 2019 21:58:07 +0000 (17:58 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
lava/system-tests/kernel-tests.yml

index 770db3e616831be4e28469c813c3340d1d004571..e4e2054d45c972cf58725212c2e0af3c332c9baa 100644 (file)
@@ -14,11 +14,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
                 - pushd /root/lttngvenv/src/lttng-tools
                 - lava-test-case build-test-suite --shell "make"
This page took 0.030213 seconds and 4 git commands to generate.