commit | 80f91f3688b9d464344675d383cd902df5d6cffa | [log] [tgz] |
---|---|---|
author | Kailash Khalasi <kailash@onlab.us> | Wed Aug 01 16:20:02 2018 +0000 |
committer | Gerrit Code Review <gerrit@opencord.org> | Wed Aug 01 16:20:02 2018 +0000 |
tree | 2a92a164f72af77c57b47a008b87c892b54e5da3 | |
parent | ecb4eb6c6b50a79770bea215ea1d8fe4c67d0dfc [diff] | |
parent | edb48b17ff9f627625fa89a031f839d968433d6a [diff] |
Merge "increasing timeout on wait_for_jobs in api test"
diff --git a/jjb/pipeline/all-xos-api-test-helm.groovy b/jjb/pipeline/all-xos-api-test-helm.groovy index bfba93f..e3a2111 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 e3a5d73..5d1d79c 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 4a3d5e8..170ddaa 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