[VOL-4329] Parameterized test job pipeline timeout
Change-Id: I055c8ef9c248728ee4c6b4a1e94b49674364145b
diff --git a/jjb/voltha-test/voltha-certification.yaml b/jjb/voltha-test/voltha-certification.yaml
index 75acaa6..90b6d25 100644
--- a/jjb/voltha-test/voltha-certification.yaml
+++ b/jjb/voltha-test/voltha-certification.yaml
@@ -89,6 +89,7 @@
# Certification (Radisys) POD test job - master versions: uses 1T8GEM tech profile on voltha branch
- 'build_voltha_pod_test':
+ timeout: 270
build-node: 'menlo-certification-pod'
config-pod: 'menlo-certification-pod-radisys-3200g'
disable-job: false
diff --git a/jjb/voltha-test/voltha-nightly-jobs.yaml b/jjb/voltha-test/voltha-nightly-jobs.yaml
index a6bc3f5..797016b 100644
--- a/jjb/voltha-test/voltha-nightly-jobs.yaml
+++ b/jjb/voltha-test/voltha-nightly-jobs.yaml
@@ -304,9 +304,15 @@
oltAdapterAppLabel: 'adapter-open-olt'
enableMultiUni: false
+ timeout: 240
parameters:
- string:
+ name: timeout
+ default: '{timeout}'
+ description: 'Job pipeline timeout value'
+
+ - string:
name: buildNode
default: '{build-node}'
description: 'Name of the Jenkins executor node to run the job on'
@@ -430,9 +436,15 @@
manifest-branch: 'master'
oltAdapterAppLabel: 'adapter-open-olt'
+ timeout: 240
parameters:
- string:
+ name: timeout
+ default: '{timeout}'
+ description: 'Job pipeline timeout value'
+
+ - string:
name: buildNode
default: '{build-node}'
description: 'Name of the Jenkins executor node to run the job on'
@@ -555,9 +567,15 @@
oltAdapterAppLabel: 'adapter-open-olt'
enableMultiUni: false
+ timeout: 240
parameters:
- string:
+ name: timeout
+ default: '{timeout}'
+ description: 'Job pipeline timeout value'
+
+ - string:
name: buildNode
default: '{build-node}'
description: 'Name of the Jenkins executor node to run the job on'
diff --git a/jjb/voltha-test/voltha.yaml b/jjb/voltha-test/voltha.yaml
index 5de874a..04253bf 100644
--- a/jjb/voltha-test/voltha.yaml
+++ b/jjb/voltha-test/voltha.yaml
@@ -195,6 +195,7 @@
# Menlo pod test job - master test job uses tech profile on voltha branch
- 'build_voltha_pod_test':
+ timeout: 300
build-node: 'menlo-demo-pod'
config-pod: 'onf-demo-pod'
release: 'master'
@@ -219,6 +220,7 @@
# Menlo pod test job - uses tech profile on voltha branch
- 'build_voltha_pod_test':
+ timeout: 300
build-node: 'menlo-demo-pod'
config-pod: 'onf-demo-pod'
release: 'master'
@@ -248,6 +250,7 @@
# Menlo pod test job - uses tech profile on voltha branch
- 'build_voltha_pod_test':
+ timeout: 300
build-node: 'menlo-demo-pod'
config-pod: 'onf-demo-pod'
release: '2.8'
@@ -397,6 +400,7 @@
# Berlin POD test job - master versions: uses tech profile on voltha branch
- 'build_voltha_pod_test':
+ timeout: 300
build-node: 'dt-berlin-community-pod'
config-pod: 'dt-berlin-pod-multi-olt'
release: 'master'
@@ -508,6 +512,7 @@
# Berlin POD adtran test job - 2.8 versions: uses 1T8GEM tech profile on voltha branch
- 'build_voltha_pod_test':
+ timeout: 390
build-node: 'dt-berlin-community-pod'
config-pod: 'dt-berlin-pod-gpon-adtran'
release: '2.8'