jjb/common: lava-jobs-submit: remove timeout 83/11983/1
authorLoys Ollivier <lollivier@baylibre.com>
Wed, 15 Nov 2017 09:06:14 +0000 (10:06 +0100)
committerLoys Ollivier <lollivier@baylibre.com>
Wed, 15 Nov 2017 09:06:14 +0000 (10:06 +0100)
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 <lollivier@baylibre.com>
jjb/common/include-agl-lava-jobs-submit.sh

index c9f79e0..be2830a 100644 (file)
@@ -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