From c7a345aea68ad0c6f16d3e7f81de30b6ad8fb0b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Ondra=C4=8Dka?= Date: Tue, 16 Dec 2025 14:11:38 +0100 Subject: [PATCH] r300/ci: remove RV530 and RV380 non-asan deqp jobs No need to duplicate the work with asan jobs. Part-of: --- src/gallium/drivers/r300/ci/gitlab-ci.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/gallium/drivers/r300/ci/gitlab-ci.yml b/src/gallium/drivers/r300/ci/gitlab-ci.yml index 9247ad826fe..96ab158bbce 100644 --- a/src/gallium/drivers/r300/ci/gitlab-ci.yml +++ b/src/gallium/drivers/r300/ci/gitlab-ci.yml @@ -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