From f7ed0941c49c1cdbe4d26a90ea7856b0bc4b8e9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Sat, 18 Jun 2022 17:48:34 +0300 Subject: [PATCH] Revert "ci/valve: uprev boot2container" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) Reviewed-by: Bas Nieuwenhuizen 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 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