From c912a72cbef86b2fbca84d13571ad0c7b56bad0b Mon Sep 17 00:00:00 2001 From: Loys Ollivier Date: Wed, 15 Nov 2017 10:06:14 +0100 Subject: 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 --- jjb/common/include-agl-lava-jobs-submit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jjb/common/include-agl-lava-jobs-submit.sh') 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 -- cgit 1.2.3-korg