From: Loys Ollivier Date: Wed, 15 Nov 2017 09:06:14 +0000 (+0100) Subject: jjb/common: lava-jobs-submit: remove timeout X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F83%2F11983%2F1;p=ci-management.git jjb/common: lava-jobs-submit: remove timeout Remove the timeout from lava submit jobs. The previous version would timeout after 5 minutes but this is not enough if the job is qeued. Let Jenkins handle the timeout and remove that one. Change-Id: I501a539020174b2c9e030716717f1d3d0b06e539 Signed-off-by: Loys Ollivier --- diff --git a/jjb/common/include-agl-lava-jobs-submit.sh b/jjb/common/include-agl-lava-jobs-submit.sh index c9f79e00..be2830ac 100644 --- a/jjb/common/include-agl-lava-jobs-submit.sh +++ b/jjb/common/include-agl-lava-jobs-submit.sh @@ -41,9 +41,9 @@ for device_type in $device_types; do job_id=$(grep "submitted as job:" $JOB_STATUS | sed 's/.*\/\([0-9]*$\)/\1/') # - # LAVA wait job events, wait for job to finish or timeout (300 seconds) + # LAVA wait job events, wait for job to finish # - lava-tool wait-job-events --job-id $job_id --timeout 300 $full_url + lava-tool wait-job-events --job-id $job_id $full_url # # LAVA job details, get job status from lava-tool output