mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 00:40:09 +01:00
ci/lava: Fix pytest not passing farm value
This was throwing an exception as a required argument was missing. Signed-off-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30978>
This commit is contained in:
parent
1a87439518
commit
6608b5ee46
2 changed files with 2 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ def lava_job_submitter(
|
|||
boot_method="test_boot",
|
||||
ci_project_dir="test_dir",
|
||||
device_type="test_device",
|
||||
farm="test_farm",
|
||||
job_timeout_min=1,
|
||||
structured_log_file=tmp_file,
|
||||
)
|
||||
|
|
|
|||
|
|
@ -56,6 +56,7 @@ def job_submitter_factory(mode: Literal["UBOOT", "FASTBOOT"], shell_file):
|
|||
boot_method=boot_method,
|
||||
ci_project_dir="/ci/project/dir",
|
||||
device_type=device_type,
|
||||
farm="test_farm",
|
||||
dtb_filename="my_dtb_filename",
|
||||
first_stage_init=shell_file,
|
||||
job_timeout_min=job_timeout_min,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue