commit | edb48b17ff9f627625fa89a031f839d968433d6a | [log] [tgz] |
---|---|---|
author | Kailash Khalasi <kailash@onlab.us> | Tue Jul 31 13:01:01 2018 -0700 |
committer | Kailash Khalasi <kailash@onlab.us> | Tue Jul 31 13:01:01 2018 -0700 |
tree | d8b9d8816dc64cd4195076c12562724f90b23e5e | |
parent | 309872a3de123e7ae72a0b24e6dcfdcfaf84d51b [diff] |
increasing timeout on wait_for_jobs in api test Change-Id: Ib08f2baf8e4fb8ddc88abe39a89f472a88ab9ba8
diff --git a/jjb/pipeline/all-xos-api-test-helm.groovy b/jjb/pipeline/all-xos-api-test-helm.groovy index 5359312..eeedb64 100644 --- a/jjb/pipeline/all-xos-api-test-helm.groovy +++ b/jjb/pipeline/all-xos-api-test-helm.groovy
@@ -215,7 +215,7 @@ fi # wait for services to load - ./scripts/wait_for_jobs.sh + JOBS_TIMEOUT=900 ./scripts/wait_for_jobs.sh echo "# Checking helm deployments" kubectl get pods
diff --git a/jjb/pipeline/chart-api-test-helm.groovy b/jjb/pipeline/chart-api-test-helm.groovy index 627910c..86f5990 100644 --- a/jjb/pipeline/chart-api-test-helm.groovy +++ b/jjb/pipeline/chart-api-test-helm.groovy
@@ -144,7 +144,7 @@ fi # wait for services to load - TEMP SLEEP - ./scripts/wait_for_jobs.sh + JOBS_TIMEOUT=900 ./scripts/wait_for_jobs.sh echo "# Checking helm deployments" kubectl get pods
diff --git a/jjb/pipeline/xos-synchronizer-update.groovy b/jjb/pipeline/xos-synchronizer-update.groovy index da4c4c7..851ea43 100644 --- a/jjb/pipeline/xos-synchronizer-update.groovy +++ b/jjb/pipeline/xos-synchronizer-update.groovy
@@ -260,7 +260,7 @@ fi # wait for services to load - ./scripts/wait_for_jobs.sh + JOBS_TIMEOUT=900 ./scripts/wait_for_jobs.sh echo "# Checking helm deployments" kubectl get pods