From 40dd418e14e8b4ef945c5cb1d9d2e295b5948706 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Mon, 13 Jan 2020 11:47:58 +0100 Subject: [PATCH] gitlab-ci: Upgrade kernel for LAVA jobs to v5.5-rc5 Some fixes got in that should prevent hangs in lima jobs. Signed-off-by: Tomeu Vizoso Tested-by: Marge Bot Part-of: --- .gitlab-ci/container/lava_arm.sh | 2 +- .gitlab-ci/lava-gitlab-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/container/lava_arm.sh b/.gitlab-ci/container/lava_arm.sh index 10c69d4e674..99c49ad5818 100644 --- a/.gitlab-ci/container/lava_arm.sh +++ b/.gitlab-ci/container/lava_arm.sh @@ -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}-" diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml index 6ac3df3be58..e7711d3a745 100644 --- a/.gitlab-ci/lava-gitlab-ci.yml +++ b/.gitlab-ci/lava-gitlab-ci.yml @@ -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} -- 2.30.2