radv/ci: bump most jobs to the kernel to 6.1 + latest firmwares
authorMartin Roukala (né Peres) <martin.roukala@mupuf.org>
Thu, 2 Jun 2022 11:13:14 +0000 (14:13 +0300)
committerMarge Bot <emma+marge@anholt.net>
Wed, 14 Dec 2022 10:20:11 +0000 (10:20 +0000)
Unfortunately, not all jobs can be using Linux 6.1 right now, as
NAVI10 hits __vm_enough_memory errors then hangs in VKCTS. So for
this job, we will keep Linux 5.17 until this gets fixed.

Reference: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7888
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Signed-off-by: Martin Roukala (né Peres) <martin.roukala@mupuf.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16835>

.gitlab-ci/test/gitlab-ci.yml
src/amd/ci/gitlab-ci.yml

index 609ad42..b06277c 100644 (file)
@@ -210,7 +210,7 @@ rustfmt:
     # 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/144/download'  # 5.17.1
+    B2C_KERNEL_URL: 'https://gitlab.freedesktop.org/mupuf/valve-infra/-/package_files/519/download'  # Linux 6.1
     B2C_INITRAMFS_URL: 'https://gitlab.freedesktop.org/mupuf/boot2container/-/releases/v0.9.8/downloads/initramfs.linux_amd64.cpio.xz'
     B2C_JOB_SUCCESS_REGEX: '\[.*\]: Execution is over, pipeline status: 0\r$'
     B2C_JOB_WARN_REGEX: '\*ERROR\* ring .* timeout, but soft recovered'
index 96f48e9..ecbdf40 100644 (file)
@@ -333,6 +333,9 @@ vkcts-navi10-valve:
     - .test-manual-mr
   variables:
     GPU_VERSION: radv-navi10-aco
+    # Use Linux 5.17 to work around hitting __vm_enough_memory then hanging on Linux 6.1
+    # See https://gitlab.freedesktop.org/mesa/mesa/-/issues/7888 for details
+    B2C_KERNEL_URL: 'https://gitlab.freedesktop.org/mupuf/valve-infra/-/package_files/144/download'  # 5.17.1
 
 vkcts-navi21-valve:
   parallel: 2