mesa/.gitlab-ci/lava
Guilherme Gallo c03f7233ca ci/lava: Extract LAVA proxy and LAVAJob abstractions
Let's make lava_job_submitter.py cleaner with only parsing and retry
mechanism capabilities.

Moved out from the submitter script:

1. proxy functions
  - moved to lava.utils.lava_proxy.py
2. LAVAJob class definition
  - moved to lava.utils.lava_job.py
  - added structural logging capabilities into LAVAJob
  - Implemented properties for job_id, is_finished, and status, with
    corresponding setter methods that update the log dictionary.
  - Added new methods show, get_lava_time, and refresh_log for improved
    log handling and data retrieval.

Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22500>
2023-04-19 14:36:37 +00:00
..
utils ci/lava: Extract LAVA proxy and LAVAJob abstractions 2023-04-19 14:36:37 +00:00
__init__.py ci/lava: Create LogFollower and move logging methods 2022-07-07 00:28:53 +00:00
exceptions.py ci/lava: Detect R8152 issues preemptively and retry 2022-07-08 12:26:05 +00:00
lava_job_submitter.py ci/lava: Extract LAVA proxy and LAVAJob abstractions 2023-04-19 14:36:37 +00:00
lava-gitlab-ci.yml ci: remove deqp from lava piglit and traces runs 2023-03-24 21:58:22 +00:00
lava-pytest.sh ci: implement unified sections 2023-03-01 12:02:24 +00:00
lava-submit.sh ci: do not retry on forks to get the upstream kernel and rootfs 2023-04-18 14:49:10 +00:00
requirements-test.txt ci/lava: Add LavaFarm class to find LAVA farm from runner tag 2023-02-16 13:08:41 +00:00
requirements.txt ci/lava: Move LAVA dependencies to pip 2023-02-16 13:08:41 +00:00