Mesa (master): ci: Update kernel used in LAVA to 5.8-based drm-misc

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Aug 19 07:52:41 UTC 2020


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

Author: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Date:   Tue Aug 18 11:20:20 2020 +0200

ci: Update kernel used in LAVA to 5.8-based drm-misc

Signed-off-by: Tomeu Vizoso <tomeu.vizoso at collabora.com>
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6371>

---

 .gitlab-ci/lava-gitlab-ci.yml | 4 ++--
 .gitlab-ci/x86_64.config      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml
index f7c600223ec..a6ac47c6480 100644
--- a/.gitlab-ci/lava-gitlab-ci.yml
+++ b/.gitlab-ci/lava-gitlab-ci.yml
@@ -1,5 +1,5 @@
 variables:
-  DISTRIBUTION_TAG: "2020-08-03-nfs-2"
+  DISTRIBUTION_TAG: "2020-08-18-new-kernel-6"
 
 .kernel+rootfs:
   stage: container-2
@@ -7,7 +7,7 @@ variables:
     - .ci-run-policy
   variables:
     GIT_STRATEGY: fetch
-    KERNEL_URL: "https://gitlab.freedesktop.org/tomeu/linux/-/archive/v5.5-panfrost-fixes/linux-v5.5-panfrost-fixes.tar.gz"
+    KERNEL_URL: "https://gitlab.freedesktop.org/tomeu/linux/-/archive/v5.8-for-mesa-ci/linux-v5.8-for-mesa-ci.tar.gz"
     UPLOAD_FOR_LAVA: 1
   script:
     - .gitlab-ci/container/lava_build.sh
diff --git a/.gitlab-ci/x86_64.config b/.gitlab-ci/x86_64.config
index 2a28645e40d..46d0d970675 100644
--- a/.gitlab-ci/x86_64.config
+++ b/.gitlab-ci/x86_64.config
@@ -54,7 +54,7 @@ CONFIG_PINCTRL=y
 CONFIG_PINCTRL_AMD=y
 CONFIG_DRM_AMDGPU=y
 CONFIG_DRM_AMDGPU_SI=y
-CONFIG_DRM_AMD_ACP=y
+CONFIG_DRM_AMD_ACP=n
 CONFIG_ACPI_WMI=y
 CONFIG_MXM_WMI=y
 CONFIG_PARPORT=y



More information about the mesa-commit mailing list