From c8b57594e0faa5851af44d85cebf4a8036df1106 Mon Sep 17 00:00:00 2001 From: "Juan A. Suarez Romero" Date: Wed, 30 Apr 2025 16:44:49 +0200 Subject: [PATCH] ci/baremetal: fix ubsan gl target It should use be based on GL, not VK target. Fixes: e16d422da52 ("ci/baremetal: Split baremetal_arm64_test to -gl and -vk") Signed-off-by: Juan A. Suarez Romero Reviewed-by: Valentine Burley Part-of: --- .gitlab-ci/test/gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 3df0ef9752d..08a390952b4 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -343,11 +343,11 @@ yaml-toml-shell-py-test: .baremetal-arm64-ubsan-test-gl: extends: - .baremetal-test - - .use-debian/baremetal_arm64_test-vk + - .use-debian/baremetal_arm64_test-gl variables: S3_ARTIFACT_NAME: mesa-arm64-ubsan-debugoptimized needs: - - debian/baremetal_arm64_test-vk + - debian/baremetal_arm64_test-gl - job: debian-arm64-ubsan artifacts: false - !reference [.required-for-hardware-jobs, needs]