Module: Mesa Branch: main Commit: 67ad1142cf6afe61de834cefeddb4be06382899f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=67ad1142cf6afe61de834cefeddb4be06382899f
Author: Pavel Ondračka <[email protected]> Date: Wed Jan 10 09:22:13 2024 +0100 r300/ci: switch to b2c v0.9.11 New version shoudl provide more info about downloads and hopefully help in debugging some random timeouts. Signed-off-by: Pavel Ondračka <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26966> --- src/gallium/drivers/r300/ci/gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/r300/ci/gitlab-ci.yml b/src/gallium/drivers/r300/ci/gitlab-ci.yml index 728b365cb4e..2d34164600e 100644 --- a/src/gallium/drivers/r300/ci/gitlab-ci.yml +++ b/src/gallium/drivers/r300/ci/gitlab-ci.yml @@ -11,6 +11,7 @@ include: FDO_CI_CONCURRENT: 2 # 6.6.8 kernel with radeon driver. B2C_KERNEL_URL: 'https://gitlab.freedesktop.org/ondracka/boot2container/-/wikis/uploads/1733cfc7cc114d08ec785044b24314f3/linux-x86_64' + B2C_INITRAMFS_URL: 'https://gitlab.freedesktop.org/gfx-ci/boot2container/-/releases/v0.9.11/downloads/initramfs.linux_amd64.cpio.xz' r300-rv530-deqp-gles2: extends:
