commit | f2fde62047927430ffcb5ae4063e6ed9aa0ef216 | [log] [tgz] |
---|---|---|
author | Kailash <kailash@onlab.us> | Fri Feb 15 21:38:43 2019 -0800 |
committer | Kailash <kailash@onlab.us> | Fri Feb 15 21:38:43 2019 -0800 |
tree | 60a78d4fdd58f4a25612bc7eaedbe0b3d0d22f77 | |
parent | a2de4194c0606e7e726d3341479b0409e88b026e [diff] |
setting timeout in siab-test pipelines Change-Id: I1777f23c8ead8ff3bf1c1533bf74522d57a0e033
diff --git a/jjb/pipeline/siab-test.groovy b/jjb/pipeline/siab-test.groovy index 98198ba..38774c0 100644 --- a/jjb/pipeline/siab-test.groovy +++ b/jjb/pipeline/siab-test.groovy
@@ -5,6 +5,9 @@ /* no label, executor is determined by JJB */ agent { label "${params.executorNode}" + options { + timeout(time: 1, unit: 'HOURS') + } } stages {
diff --git a/jjb/pipeline/siab.groovy b/jjb/pipeline/siab.groovy index 7e839a2..06d40c9 100644 --- a/jjb/pipeline/siab.groovy +++ b/jjb/pipeline/siab.groovy
@@ -5,6 +5,9 @@ /* no label, executor is determined by JJB */ agent { label "${params.executorNode}" + options { + timeout(time: 1, unit: 'HOURS') + } } stages {