]> git.lttng.org Git - lttng-ci.git/commitdiff
jjb: Move libsk timeout to test stage only
authorKienan Stewart <kstewart@efficios.com>
Fri, 17 Jan 2025 19:30:19 +0000 (14:30 -0500)
committerKienan Stewart <kstewart@efficios.com>
Fri, 17 Jan 2025 19:43:29 +0000 (14:43 -0500)
The timeout at the matrix level includes provisioning time. When the
CI services are busy, these jobs will timeout before the allocation of
a node for some architectures.

Change-Id: Ifd9c84cf25ace55cf50308467cfc5ee1a97e99b6
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
pipelines/libsk/pipeline.groovy

index 9dab8de2d3fab0ca5444287fa496ebc321e99856..f0e9b86ada2191926c81fc702cb46d36f17ee949 100644 (file)
@@ -99,10 +99,6 @@ pipeline {
           label platform
         }
 
-        options {
-          timeout(time: 10, unit: 'MINUTES')
-        }
-
         environment {
           CXX = "${ -> get_cxx(CC) }"
         }
@@ -148,7 +144,7 @@ pipeline {
 
           stage('Test') {
             options {
-              timeout(time: 30, unit: 'MINUTES')
+              timeout(time: 10, unit: 'MINUTES')
             }
 
             environment {
This page took 0.026052 seconds and 4 git commands to generate.