ci/test/b2c: do not download the debian/*_test-(gl|vk) artifacts

There are no artifacts there that we need, so let's not waste time
making requests to GitLab.

Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32927>
This commit is contained in:
Martin Roukala (né Peres)
2025-01-31 05:45:27 +02:00
committed by Marge Bot
parent d450d9c70b
commit 3e05307bee

View File

@@ -417,7 +417,8 @@ yaml-toml-shell-py-test:
- .use-debian/x86_64_test-vk
- .b2c-x86_64-test
needs:
- debian/x86_64_test-vk
- job: debian/x86_64_test-vk
artifacts: false
- debian-testing
- !reference [.required-for-hardware-jobs, needs]
@@ -435,7 +436,8 @@ yaml-toml-shell-py-test:
- .use-debian/x86_64_test-gl
- .b2c-x86_64-test
needs:
- debian/x86_64_test-gl
- job: debian/x86_64_test-gl
artifacts: false
- debian-testing
- !reference [.required-for-hardware-jobs, needs]
@@ -444,7 +446,8 @@ yaml-toml-shell-py-test:
- .use-debian/x86_64_test-gl
- .b2c-x86_64-test
needs:
- debian/x86_64_test-gl
- job: debian/x86_64_test-gl
artifacts: false
- debian-build-testing
- !reference [.required-for-hardware-jobs, needs]
@@ -460,7 +463,8 @@ yaml-toml-shell-py-test:
- .use-debian/arm64_test-vk
- .b2c-arm64-test
needs:
- debian/arm64_test-vk
- job: debian/arm64_test-vk
artifacts: false
- debian-arm64
- !reference [.required-for-hardware-jobs, needs]
@@ -469,6 +473,7 @@ yaml-toml-shell-py-test:
- .use-debian/arm64_test-gl
- .b2c-arm64-test
needs:
- debian/arm64_test-gl
- job: debian/arm64_test-gl
artifacts: false
- debian-arm64
- !reference [.required-for-hardware-jobs, needs]