From 7be9fb640911bf5fcb2c6bfdd1d7778ef6df4078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Mon, 30 Dec 2024 13:28:33 +0200 Subject: [PATCH] ci/test: uprev to b2c v0.9.14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This brings a new version of the b2c initrd, adding support for diskless DUTs, reducing boot time, and fixing a bunch of bugs. Signed-off-by: Martin Roukala (né Peres) Part-of: --- .gitlab-ci/test/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 5b664b43bb0..bf0f17e3920 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -280,7 +280,7 @@ yaml-toml-shell-py-test: # No need by default to pull the whole repo GIT_STRATEGY: none # boot2container initrd configuration parameters. - B2C_VERSION: v0.9.10 + B2C_VERSION: v0.9.14 B2C_JOB_SUCCESS_REGEX: 'hwci: mesa: pass, exit_code: 0\r$' B2C_LOG_LEVEL: 6 B2C_POWEROFF_DELAY: 15