Mesa (main): Revert "ci/valve: uprev boot2container"

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jun 18 16:31:56 UTC 2022


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

Author: Martin Roukala (né Peres) <martin.roukala at mupuf.org>
Date:   Sat Jun 18 17:48:34 2022 +0300

Revert "ci/valve: uprev boot2container"

This reverts commit 48243965723e53f283d7c9fbfc801c1406795e31.

The newest version of b2c has changed the mount point of the cache
device, which is has proven to be working very well in my local
testing, but ends up confusing podman when the cache device had been
initialized using an older version of b2c. The end result is that we
end up using tmpfs to run our jobs, and some machines just run out of
RAM before the end of the job...

We'll be fixing this issue, cut a new b2c release, then re-introduce
in Mesa.

Signed-off-by: Martin Roukala (né Peres) <martin.roukala at mupuf.org>
Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17120>

---

 .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 eb098a45fd2..2b2499568b0 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.7/downloads/initramfs.linux_amd64.cpio.xz'
+    B2C_INITRAMFS_URL: 'https://gitlab.freedesktop.org/mupuf/boot2container/-/releases/v0.9.6/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