]> git.lttng.org Git - lttng-ci.git/commitdiff
sk: Disable skipping torture tests by default
authorOlivier Dion <odion@efficios.com>
Mon, 20 Jan 2025 15:38:38 +0000 (10:38 -0500)
committerOlivier Dion <odion@efficios.com>
Mon, 20 Jan 2025 15:39:14 +0000 (10:39 -0500)
The torture test in libsk is now running with a alarm timeout instead of
a number of loop.

Change-Id: I98dfe3cb45837f8b4ddf18f84658f9ef7f611c13
Signed-off-by: Olivier Dion <odion@efficios.com>
jobs/libsk.yaml
pipelines/libsk/pipeline.groovy

index 7c5fb00b6d204520be6781735b1c72b33a3b774a..ce9796ce2c1f90e263b784d995d0c11c89f2c41c 100644 (file)
@@ -59,7 +59,7 @@
           default: '{versions}'
       - bool:
           name: LIBSK_TESTS_SKIP_TORTURE
-          default: true
+          default: false
       - bool:
           name: LIBSK_TESTS_SKIP_REGRESSION
           default: false
index f0e9b86ada2191926c81fc702cb46d36f17ee949..32c6ceef659000c37dc23a9ce2bf1fa975b50ae7 100644 (file)
@@ -40,7 +40,7 @@ pipeline {
            description: "Git URL to clone from")
     string(name: 'LIBSK_GIT_BRANCH', defaultValue: "{{versions}}",
            description: "Git branch to checkout")
-    booleanParam(name: 'LIBSK_TESTS_SKIP_TORTURE', defaultValue: true,
+    booleanParam(name: 'LIBSK_TESTS_SKIP_TORTURE', defaultValue: false,
             description: 'Skip torture tests')
     booleanParam(name: 'LIBSK_TESTS_SKIP_REGRESSION', defaultValue: false,
             description: 'Skip regression tests')
This page took 0.026768 seconds and 4 git commands to generate.