aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/test-lava/test-lava.yaml
AgeCommit message (Collapse)AuthorFilesLines
2024-05-22Rework for new image names and drop older releases.HEADmasterJan-Simon Moeller1-83/+0
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I0323fd9053ed3679772715a0080a1990209a563a
2017-07-23ci-platform-jjb: try LAVA job in multiple labsKevin Hilman1-0/+2
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 <khilman@baylibre.com>
2017-03-15jjb: fix yamllint issuesJessica Wagantall1-18/+18
Linting test-lava files Change-Id: I9a5d586a4de41620b59116ada981133ea939a0e3 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-01-25Add new ci jobs using multijob and control slave.Jan-Simon Möller1-3/+23
Change-Id: I4cbfe33ec05b4de1558834a902fe7b55bea4c31e Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-01-09Pin to cloud slavesJan-Simon Möller1-1/+1
Change-Id: Ic8a18153febf266d0e87618de1280db45ca79474 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-01-09test lava-tool auth injectionJan-Simon Möller1-0/+61
Change-Id: I23146b574e5f5494a41f08fe9dcd87714ef7e306 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>