Mesa (master): gitlab-ci: Update kernel for LAVA jobs to 5.4-rc4

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Oct 24 06:48:07 UTC 2019


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

Author: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Date:   Mon Oct 21 16:27:31 2019 +0200

gitlab-ci: Update kernel for LAVA jobs to 5.4-rc4

Update to 5.4-rc4 so we can test Panfrost on devices with Mali T720 and
T820.

A bug was found that prevented things working at all on RK3288 devices,
so we carry a patch for now in my personal fork.

Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Acked-by: Daniel Stone <daniels at collabora.com>

---

 .gitlab-ci/lava-debian-install.sh | 2 +-
 .gitlab-ci/lava-gitlab-ci.yml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci/lava-debian-install.sh b/.gitlab-ci/lava-debian-install.sh
index 07f6f3586f5..be0b1c64805 100644
--- a/.gitlab-ci/lava-debian-install.sh
+++ b/.gitlab-ci/lava-debian-install.sh
@@ -155,7 +155,7 @@ apt-get -y remove \*llvm\*
 
 
 ############### Cross-build kernel
-KERNEL_URL="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/snapshot/linux-5.3-rc8.tar.gz"
+KERNEL_URL="https://gitlab.freedesktop.org/tomeu/linux/-/archive/panfrost-veyron-fix/linux-panfrost-veyron-fix.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 73254fc9130..5e838cc66ab 100644
--- a/.gitlab-ci/lava-gitlab-ci.yml
+++ b/.gitlab-ci/lava-gitlab-ci.yml
@@ -1,6 +1,6 @@
 variables:
     LAVA_DEBIAN_VERSION: testing-slim
-    LAVA_IMAGE_TAG: "lava-2019-10-10-1"
+    LAVA_IMAGE_TAG: "lava-2019-10-23-1"
 
 include:
   - project: 'wayland/ci-templates'




More information about the mesa-commit mailing list