From 2895b7c5dd5e411f2e843518ff1d15064810a915 Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Fri, 26 May 2017 22:11:18 +0000 Subject: ci-platform-jjb: try LAVA job in multiple labs Currently, LAVA jobs are only submitted to a single lab. This patch adds the ability look for a matching device-type in a list of available labs, and submit the job to the first lab with an available device type. To accomplish this, the job submission part is removed from run-test-short.sh, which now only generates the LAVA YAML job. A new lava-jobs-submit.sh script is added which looks for an available device-type in a list of LAVA labs, and submits the job there. NOTES: - run-test-short.sh should probably be renamed, but was left for now to limit the diff Change-Id: I95086d89a95f39e2b59fec8a8afada70806c52e5 Signed-off-by: Kevin Hilman --- jjb/test-lava/test-lava.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'jjb/test-lava') diff --git a/jjb/test-lava/test-lava.yaml b/jjb/test-lava/test-lava.yaml index 4f0a20c0..31935843 100644 --- a/jjb/test-lava/test-lava.yaml +++ b/jjb/test-lava/test-lava.yaml @@ -78,4 +78,6 @@ - ../common/include-agl-bitbake-image.sh - ../common/include-agl-run-test-prepare.sh - ../common/include-agl-run-test-rsync-changeid.sh + - ../common/include-agl-lava-labs-prepare.sh - ../common/include-agl-run-test-short.sh + - ../common/include-agl-lava-jobs-submit.sh -- cgit 1.2.3-korg