commit | d2f6d6c7f5661a4eef580c30dab5c464b4f5be22 | [log] [tgz] |
---|---|---|
author | Kailash Khalasi <kailash@onlab.us> | Wed Aug 29 10:05:50 2018 -0700 |
committer | Kailash Khalasi <kailash@onlab.us> | Wed Aug 29 10:06:12 2018 -0700 |
tree | 5911fac8a978ef0f24df70a8d9846c8fe70d4739 | |
parent | a3bd055e1c413ada5f9fc2d335c6afe1b118e545 [diff] |
adding timeout to "helm test" for att-workflow profile Change-Id: I96c82227ebeea360941e15230978c8f555b9b127
diff --git a/jjb/pipeline/workflow-validations.groovy b/jjb/pipeline/workflow-validations.groovy index 67dffbe..05c1653 100644 --- a/jjb/pipeline/workflow-validations.groovy +++ b/jjb/pipeline/workflow-validations.groovy
@@ -107,7 +107,7 @@ echo "## 'helm status' for chart: \${hchart} ##" helm status "\${hchart}" done - helm test att-workflow + helm test --timeout 1000 att-workflow popd """