ci/lava: Add an integration test for LAVA jobs
authorGuilherme Gallo <guilherme.gallo@collabora.com>
Thu, 30 Jun 2022 21:16:51 +0000 (18:16 -0300)
committerMarge Bot <emma+marge@anholt.net>
Thu, 7 Jul 2022 00:28:53 +0000 (00:28 +0000)
commit466917ea4c5766b42c306fa5c24bd4ee9284f50a
treeb404c575b591c6c87650e4cf805a5661d657f27a
parentc9d4076c1e24053bfc9efb4ed82f9b0dd218c661
ci/lava: Add an integration test for LAVA jobs

test_full_yaml_log is a test that will look for a LAVA log YAML file at
`/tmp/log.yaml` and consume it as it was a realtime CI job.
It is useful for debugging issues related with LAVA.

Let's keep it skipped by default, to avoid introducing entire logs into
the codebase.

Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16323>
.gitlab-ci/tests/test_lava_job_submitter.py