OSDN Git Service

gitlab-ci: Upgrade kernel for LAVA jobs to v5.5-rc5
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Mon, 13 Jan 2020 10:47:58 +0000 (11:47 +0100)
committerMarge Bot <eric+marge@anholt.net>
Mon, 13 Jan 2020 21:26:11 +0000 (21:26 +0000)
Some fixes got in that should prevent hangs in lima jobs.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3363>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3363>

.gitlab-ci/container/lava_arm.sh
.gitlab-ci/lava-gitlab-ci.yml

index 10c69d4..99c49ad 100644 (file)
@@ -81,7 +81,7 @@ mv /deqp /artifacts/rootfs/.
 
 
 ############### Cross-build kernel
-KERNEL_URL="https://gitlab.freedesktop.org/tomeu/linux/-/archive/v5.5-rc1-panfrost-fixes/linux-v5.5-rc1-panfrost-fixes.tar.gz"
+KERNEL_URL="https://gitlab.freedesktop.org/tomeu/linux/-/archive/v5.5-rc5-panfrost-fixes/linux-v5.5-rc5-panfrost-fixes.tar.gz"
 export ARCH=${KERNEL_ARCH}
 export CROSS_COMPILE="${GCC_ARCH}-"
 
index 6ac3df3..e7711d3 100644 (file)
@@ -11,7 +11,7 @@ include:
     - .container
   variables:
     REPO_SUFFIX: ${CI_JOB_NAME}
-    DEBIAN_TAG:  &debian_tag '2019-12-17-1'
+    DEBIAN_TAG:  &debian_tag '2020-01-13-1'
     DEBIAN_EXEC: 'DEBIAN_ARCH=${DEBIAN_ARCH}
                   GCC_ARCH=${GCC_ARCH}
                   KERNEL_ARCH=${KERNEL_ARCH}