From 960cdbae99625ea482787f53ced41bcce03113e6 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Fri, 22 Nov 2024 15:03:32 +0100 Subject: [PATCH] ci/deqp: collect the mustpass lists also for the android target Collect the mustpass lists also for the Android target, in particular this makes vk-main.txt to be found again when running vulkan tests on Android. Reviewed-by: Eric Engestrom Part-of: --- .gitlab-ci/container/build-deqp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/container/build-deqp.sh b/.gitlab-ci/container/build-deqp.sh index 444e252669b..4f3e2606033 100755 --- a/.gitlab-ci/container/build-deqp.sh +++ b/.gitlab-ci/container/build-deqp.sh @@ -244,7 +244,7 @@ esac ninja "${deqp_build_targets[@]}" -if [ "${DEQP_TARGET}" != 'android' ] && [ "$DEQP_API" != tools ]; then +if [ "$DEQP_API" != tools ]; then # Copy out the mustpass lists we want. mkdir -p mustpass