mesa/.gitlab-ci/lava
Guilherme Gallo 654f7f783f ci/lava: Make SSH definition wrap the UART one
Simplify both UART and SSH job definitions module to share common
building blocks themselves.

- generate_lava_yaml_payload is now a LAVAJobDefinition method, so
  dropped the Strategy pattern between both modules
- if SSH is supported and UART is not enforced, default to SSH
- when SSH is enabled, wrap the last deploy action to run the SSH server
  and rewrite the test actions, which should not change due to the boot
  method
- create a constants module to load environment variables

Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25912>
2023-11-02 03:31:50 +00:00
..
utils ci/lava: Make SSH definition wrap the UART one 2023-11-02 03:31:50 +00:00
__init__.py ci/lava: Create LogFollower and move logging methods 2022-07-07 00:28:53 +00:00
exceptions.py ci/lava: Refactor LAVAJobSubmitter and add tests 2023-04-19 14:36:37 +00:00
lava_job_submitter.py ci/lava: Create LAVAJobDefinition 2023-11-02 03:31:50 +00:00
lava-gitlab-ci.yml ci/traces: extend no-output timeout by 5 minutes 2023-09-07 23:43:02 +00:00
lava-pytest.sh ci: enable shellcheck on whole .gitlab-ci 2023-05-25 16:06:53 +02:00
lava-submit.sh ci/lava: Use project_name instead of hardcoded mesa 2023-11-02 03:31:49 +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: Use python-fire in job submitter 2023-04-19 14:36:37 +00:00