From: Kienan Stewart Date: Fri, 17 Jan 2025 19:30:19 +0000 (-0500) Subject: jjb: Move libsk timeout to test stage only X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=a6d13da387165b68192935ca1561650a4837a613;p=lttng-ci.git jjb: Move libsk timeout to test stage only 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 --- diff --git a/pipelines/libsk/pipeline.groovy b/pipelines/libsk/pipeline.groovy index 9dab8de..f0e9b86 100644 --- a/pipelines/libsk/pipeline.groovy +++ b/pipelines/libsk/pipeline.groovy @@ -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 {