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:

committed by
Marge Bot

parent
5157363772
commit
66ad09f569
@@ -182,7 +182,8 @@ debian/android_build:
|
|||||||
|
|
||||||
# Debian based x86_64 test image base
|
# Debian based x86_64 test image base
|
||||||
debian/x86_64_test-base:
|
debian/x86_64_test-base:
|
||||||
extends: debian/x86_64_build-base
|
extends:
|
||||||
|
- .debian-container
|
||||||
variables:
|
variables:
|
||||||
MESA_IMAGE_TAG: &debian-x86_64_test-base "${DEBIAN_BASE_TAG}--${PKG_REPO_REV}--${KERNEL_TAG}"
|
MESA_IMAGE_TAG: &debian-x86_64_test-base "${DEBIAN_BASE_TAG}--${PKG_REPO_REV}--${KERNEL_TAG}"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user