Mesa (main): ci/valve: uprev boot2container

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jun 17 12:19:45 UTC 2022


Module: Mesa
Branch: main
Commit: 48243965723e53f283d7c9fbfc801c1406795e31
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=48243965723e53f283d7c9fbfc801c1406795e31

Author: Martin Roukala (né Peres) <martin.roukala at mupuf.org>
Date:   Wed Jun 15 13:04:11 2022 +0300

ci/valve: uprev boot2container

The latest version of the initramfs brings in the latest podman, but
most importantly brings in the usage of collapsed sections, thus
reducing the amount of scrolling up necessary when wanting to find out
the list of failures/flakes.

Signed-off-by: Martin Roukala (né Peres) <martin.roukala at mupuf.org>
Acked-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17051>

---

 .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 2b2499568b0..eb098a45fd2 100644
--- a/.gitlab-ci/test/gitlab-ci.yml
+++ b/.gitlab-ci/test/gitlab-ci.yml
@@ -191,7 +191,7 @@
     GIT_STRATEGY: none
     # boot2container initrd configuration parameters.
     B2C_KERNEL_URL: 'https://gitlab.freedesktop.org/mupuf/valve-infra/-/package_files/144/download'  # 5.17.1
-    B2C_INITRAMFS_URL: 'https://gitlab.freedesktop.org/mupuf/boot2container/-/releases/v0.9.6/downloads/initramfs.linux_amd64.cpio.xz'
+    B2C_INITRAMFS_URL: 'https://gitlab.freedesktop.org/mupuf/boot2container/-/releases/v0.9.7/downloads/initramfs.linux_amd64.cpio.xz'
     B2C_JOB_SUCCESS_REGEX: '\[.*\]: Execution is over, pipeline status: 0\r$'
     B2C_JOB_WARN_REGEX: 'null'
     B2C_LOG_LEVEL: 6



More information about the mesa-commit mailing list