Mesa (master): gitlab-ci: Upgrade kernel for LAVA jobs to v5.5-rc5

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jan 13 21:45:28 UTC 2020


Module: Mesa
Branch: master
Commit: 40dd418e14e8b4ef945c5cb1d9d2e295b5948706
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=40dd418e14e8b4ef945c5cb1d9d2e295b5948706

Author: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Date:   Mon Jan 13 11:47:58 2020 +0100

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 <tomeu.vizoso at 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 | 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}



More information about the mesa-commit mailing list