mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 06:40:11 +01:00
ci: Specify the FARM variable for DUT jobs
There are some jobs that were missing the FARM variable, which is useful to lava_job_submitter.py to classify how it should interact with each LAVA server and how it should assemble the job definition. Right now, we use a set of regexex with the RUNNER_TAG variable, but that is error-prone. Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33888>
This commit is contained in:
parent
0dad7857d8
commit
4a2717c4bd
3 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
DTB: meson-gxl-s805x-libretech-ac
|
||||
FDO_CI_CONCURRENT: 4
|
||||
GPU_VERSION: lima
|
||||
FARM: lima
|
||||
RUNNER_TAG: mesa-ci-x86-64-lava-lima
|
||||
FDO_HTTP_CACHE_URI: "http://caching-proxy/cache/?uri="
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ include:
|
|||
PIGLIT_REPLAY_EXTRA_ARGS: "--download-caching-proxy-url=${FDO_HTTP_CACHE_URI}"
|
||||
PIGLIT_REPLAY_DEVICE_NAME: "gl-vmware-llvmpipe"
|
||||
PIGLIT_RESULTS: "llvmpipe-replay"
|
||||
FARM: vmware
|
||||
RUNNER_TAG: mesa-ci-x86-64-lava-vmware
|
||||
DEVICE_TYPE: qemu
|
||||
BOOT_METHOD: qemu-nfs
|
||||
|
|
@ -32,6 +33,7 @@ vmware-vmx-piglit:x86_64:
|
|||
GPU_VERSION: svga
|
||||
DEQP_SUITE: vmware-vmx-piglit
|
||||
HWCI_START_WESTON: 1
|
||||
FARM: vmware
|
||||
RUNNER_TAG: mesa-ci-x86-64-lava-vmware
|
||||
DEVICE_TYPE: x86
|
||||
BOOT_METHOD: ipxe
|
||||
|
|
|
|||
|
|
@ -329,6 +329,7 @@
|
|||
.lava-acer-chromebox-cxi4-puff:x86_64:
|
||||
variables:
|
||||
DEVICE_TYPE: acer-chromebox-cxi4-puff
|
||||
FARM: collabora
|
||||
FDO_CI_CONCURRENT: 9
|
||||
GPU_VERSION: iris-cml
|
||||
HWCI_KERNEL_MODULES: i915
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue