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:

committed by
Marge Bot

parent
410ca6a3e9
commit
06f7407172
@@ -154,7 +154,9 @@ debian-testing-msan:
|
||||
-D intel-clc=enabled
|
||||
-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
|
||||
variables:
|
||||
BUILDTYPE: debug
|
||||
@@ -195,13 +197,14 @@ debian-build-testing:
|
||||
.gitlab-ci/prepare-artifacts.sh
|
||||
timeout: 15m
|
||||
|
||||
shader-db:
|
||||
# Disabled because it currently needs debian-build-testing
|
||||
.shader-db:
|
||||
stage: code-validation
|
||||
extends:
|
||||
- .use-debian/x86_64_build
|
||||
- .container+build-rules
|
||||
needs:
|
||||
- debian-build-testing
|
||||
- .debian-build-testing
|
||||
variables:
|
||||
S3_ARTIFACT_NAME: debian-build-testing
|
||||
before_script:
|
||||
|
Reference in New Issue
Block a user