ci: disable debian-build-testing until it can be fixed

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29439>
This commit is contained in:
Eric Engestrom
2024-05-28 18:38:44 +02:00
committed by Marge Bot
parent 410ca6a3e9
commit 06f7407172

View File

@@ -154,7 +154,9 @@ debian-testing-msan:
-D intel-clc=enabled -D intel-clc=enabled
-D install-intel-clc=true -D install-intel-clc=true
debian-build-testing: # Disabled because it is unacceptably slow and blocks too many MRs
# Should be re-enabled once this problem has been fixed.
.debian-build-testing:
extends: .meson-build extends: .meson-build
variables: variables:
BUILDTYPE: debug BUILDTYPE: debug
@@ -195,13 +197,14 @@ debian-build-testing:
.gitlab-ci/prepare-artifacts.sh .gitlab-ci/prepare-artifacts.sh
timeout: 15m timeout: 15m
shader-db: # Disabled because it currently needs debian-build-testing
.shader-db:
stage: code-validation stage: code-validation
extends: extends:
- .use-debian/x86_64_build - .use-debian/x86_64_build
- .container+build-rules - .container+build-rules
needs: needs:
- debian-build-testing - .debian-build-testing
variables: variables:
S3_ARTIFACT_NAME: debian-build-testing S3_ARTIFACT_NAME: debian-build-testing
before_script: before_script: