From: Kienan Stewart Date: Wed, 15 Jan 2025 19:07:46 +0000 (-0500) Subject: jjb: Add timeout to libsk matrix X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=193b4480d9fb526c767c008d39ce2fe283248555;p=lttng-ci.git jjb: Add timeout to libsk matrix Change-Id: I4e1212800f792639256cf968edd2392eded1ff6d Signed-off-by: Kienan Stewart --- diff --git a/pipelines/libsk/pipeline.groovy b/pipelines/libsk/pipeline.groovy index 44bbd26..98ae1b6 100644 --- a/pipelines/libsk/pipeline.groovy +++ b/pipelines/libsk/pipeline.groovy @@ -99,6 +99,10 @@ pipeline { label platform } + options { + timeout(time: 10, unit: 'MINUTES') + } + environment { CXX = "${ -> get_cxx(CC) }" }