From a6d13da387165b68192935ca1561650a4837a613 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Fri, 17 Jan 2025 14:30:19 -0500 Subject: [PATCH] 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 --- pipelines/libsk/pipeline.groovy | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 { -- 2.39.5