From bac51d2931199a1e9048c7acdae155865732ad01 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Wed, 25 Jun 2025 12:07:26 +0200 Subject: [PATCH] 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 Part-of: --- src/virtio/ci/gitlab-ci.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/virtio/ci/gitlab-ci.yml b/src/virtio/ci/gitlab-ci.yml index 4e8bfc401f8..626dba7797e 100644 --- a/src/virtio/ci/gitlab-ci.yml +++ b/src/virtio/ci/gitlab-ci.yml @@ -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