From: Martin Roukala (né Peres) Date: Mon, 22 May 2023 13:18:57 +0000 (+0300) Subject: radv/ci: switch to b2c v0.9.10 X-Git-Tag: upstream/23.3.3~8309 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=17fd50b817a3a77b893ea3f421009a0410c7644f;p=platform%2Fupstream%2Fmesa.git radv/ci: switch to b2c v0.9.10 This brings a fix for the steam decks which may boot too fast sometimes, and have the network adapter not being enumerated by the time it tries to connect to the gateway... Signed-off-by: Martin Roukala (né Peres) Part-of: --- diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 75fe5a5..16c2439 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -242,7 +242,7 @@ clang-format: GIT_STRATEGY: none # boot2container initrd configuration parameters. B2C_KERNEL_URL: 'https://gitlab.freedesktop.org/mupuf/valve-infra/-/package_files/519/download' # Linux 6.1 - B2C_INITRAMFS_URL: 'https://gitlab.freedesktop.org/mupuf/boot2container/-/releases/v0.9.9/downloads/initramfs.linux_amd64.cpio.xz' + B2C_INITRAMFS_URL: 'https://gitlab.freedesktop.org/mupuf/boot2container/-/releases/v0.9.10/downloads/initramfs.linux_amd64.cpio.xz' B2C_JOB_SUCCESS_REGEX: '\[.*\]: Execution is over, pipeline status: 0\r$' B2C_JOB_WARN_REGEX: '\*ERROR\* ring .* timeout, but soft recovered' B2C_LOG_LEVEL: 6