Mesa (main): ci/b2c: bump the kernel to 5.17.1

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Apr 21 15:43:37 UTC 2022


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

Author: Martin Roukala (né Peres) <martin.roukala at mupuf.org>
Date:   Thu Apr 14 15:49:37 2022 +0300

ci/b2c: bump the kernel to 5.17.1

This new kernel also brings support for sensors, which makes will
enable us to monitor metrics during the execution of tests.

Signed-off-by: Martin Roukala (né Peres) <martin.roukala at mupuf.org>
Reviewed-by: Charlie Turner <cturner at igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15555>

---

 .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 888d7386316..1af617acda4 100644
--- a/.gitlab-ci/test/gitlab-ci.yml
+++ b/.gitlab-ci/test/gitlab-ci.yml
@@ -186,7 +186,7 @@
     # No need by default to pull the whole repo
     GIT_STRATEGY: none
     # boot2container initrd configuration parameters.
-    B2C_KERNEL_URL: 'https://gitlab.freedesktop.org/mupuf/valve-infra/-/package_files/117/download'  # 5.16-for-mesa-ci
+    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.4/downloads/initramfs.linux_amd64.cpio.xz'
     B2C_JOB_SUCCESS_REGEX: '\[.*\]: Execution is over, pipeline status: 0\r$'
     B2C_JOB_WARN_REGEX: 'null'



More information about the mesa-commit mailing list