mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 17:58:26 +02:00
virtio/ci: Add nightly Android Venus jobs on Intel TGL and ADL
Introduce nightly Cuttlefish jobs on Intel Tiger Lake and Alder Lake. Like `android-angle-venus-anv-cml`, these jobs run dEQP with the Android guest using Venus + ANGLE, and the host using the ANV Vulkan driver. Signed-off-by: Valentine Burley <valentine.burley@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35737>
This commit is contained in:
parent
bf98db1c45
commit
bac51d2931
1 changed files with 23 additions and 0 deletions
|
|
@ -56,3 +56,26 @@ android-angle-venus-anv-cml:
|
|||
DEQP_SUITE: android-angle-venus-anv
|
||||
GPU_VERSION: android-angle-venus-anv
|
||||
HWCI_KERNEL_MODULES: "i915,vhost_vsock"
|
||||
|
||||
android-angle-venus-anv-tgl:
|
||||
extends:
|
||||
- .android-angle-venus-anv-test
|
||||
- .lava-acer-cp514-2h-1130g7-volteer:x86_64
|
||||
- .venus-anv-manual-rules
|
||||
variables:
|
||||
DEQP_SUITE: android-angle-venus-anv
|
||||
GPU_VERSION: android-angle-venus-anv
|
||||
HWCI_KERNEL_MODULES: "i915,vhost_vsock"
|
||||
DEVICE_HANGING_TIMEOUT_SEC: 5400 # Workaround until network configuration is updated
|
||||
|
||||
android-angle-venus-anv-adl:
|
||||
extends:
|
||||
- .android-angle-venus-anv-test
|
||||
- .lava-acer-cbv514-1h-34uz-brya:x86_64
|
||||
- .venus-anv-manual-rules
|
||||
variables:
|
||||
DEQP_SUITE: android-angle-venus-anv
|
||||
GPU_VERSION: android-angle-venus-anv
|
||||
HWCI_KERNEL_MODULES: "i915,vhost_vsock"
|
||||
LAVA_CMDLINE: null # Override the default cmdline to use i915 instead of Xe
|
||||
DEVICE_HANGING_TIMEOUT_SEC: 5400 # Workaround until network configuration is updated
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue