From 0273f1f504f3218e5b3856ba4b2d83e5c8734c86 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Thu, 19 Jun 2025 23:51:16 +0200 Subject: [PATCH] ci/lava: Fix .lava-x86_64-test-android dependencies Container jobs might not exist in mesa/mesa pipelines. Fixes: c035454a3c1 ("ci/virtio: Add an Android Venus job on Intel Comet Lake") Signed-off-by: Valentine Burley Part-of: --- .gitlab-ci/lava/lava-gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/lava/lava-gitlab-ci.yml b/.gitlab-ci/lava/lava-gitlab-ci.yml index 33d8f42d02e..91a49d7970d 100644 --- a/.gitlab-ci/lava/lava-gitlab-ci.yml +++ b/.gitlab-ci/lava/lava-gitlab-ci.yml @@ -89,6 +89,7 @@ variables: - !reference [.lava-test, needs] - job: debian/x86_64_test-android artifacts: false + optional: true - job: debian-x86_64 # The generic Linux build for the host will be downloaded later artifacts: false - job: debian-android # The Android build for the guest will be downloaded later and installed via adb