r300/ci: remove RV530 and RV380 non-asan deqp jobs
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

No need to duplicate the work with asan jobs.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38971>
This commit is contained in:
Pavel Ondračka 2025-12-16 14:11:38 +01:00 committed by Marge Bot
parent c1bf22b56f
commit c7a345aea6

View file

@ -26,17 +26,6 @@ include:
variables:
CI_TRON_DUT_SETUP_TAGS: radeon:codename:RV380
r300-rv530-deqp-gles2:
extends:
- .ondracka-rv530
variables:
DEQP_SUITE: r300-rv530
GPU_VERSION: r300-rv530-nohiz
# Only single process can use hiz at a time, and we have some issues
# there in depth stencil tests, so it brings flakes,
# see https://gitlab.freedesktop.org/mesa/mesa/-/issues/8093
RADEON_DEBUG: nohiz
r300-rv530-deqp-gles2-asan:
extends:
- .ci-tron-x86_64-test-gl-asan-manual
@ -50,13 +39,6 @@ r300-rv530-deqp-gles2-asan:
# see https://gitlab.freedesktop.org/mesa/mesa/-/issues/8093
RADEON_DEBUG: nohiz
r300-rv380-deqp-gles2:
extends:
- .ondracka-rv380
variables:
DEQP_SUITE: r300-rv380
GPU_VERSION: r300-rv380
r300-rv380-deqp-gles2-asan:
extends:
- .ci-tron-x86_64-test-gl-asan-manual