ci: inherit the debian container building infra for test container images

Instead of inheriting from the build job in the test job; it makes no
sense to tie them like this.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29201>
This commit is contained in:
Eric Engestrom
2024-04-30 18:17:51 +02:00
committed by Marge Bot
parent 5157363772
commit 66ad09f569

View File

@@ -182,7 +182,8 @@ debian/android_build:
# Debian based x86_64 test image base
debian/x86_64_test-base:
extends: debian/x86_64_build-base
extends:
- .debian-container
variables:
MESA_IMAGE_TAG: &debian-x86_64_test-base "${DEBIAN_BASE_TAG}--${PKG_REPO_REV}--${KERNEL_TAG}"