From 80cbb324434558a07907b010e42edf2376b5b828 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Tue, 3 Nov 2020 10:52:04 +0100 Subject: [PATCH] ci: Update kernel for LAVA to 5.10-rc2 plus patches Signed-off-by: Tomeu Vizoso Reviewed-by: Boris Brezillon Reviewed-by: Eric Anholt Part-of: --- .gitlab-ci/lava-gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci/lava-gitlab-ci.yml b/.gitlab-ci/lava-gitlab-ci.yml index 4f48a42db63..486c2753d14 100644 --- a/.gitlab-ci/lava-gitlab-ci.yml +++ b/.gitlab-ci/lava-gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - DISTRIBUTION_TAG: "2020-10-08-new-kernel" + DISTRIBUTION_TAG: "2020-11-05-new-kernel" .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.9-rc5-for-mesa-ci/linux-v5.9-rc5-for-mesa-ci.tar.gz" + KERNEL_URL: "https://gitlab.freedesktop.org/tomeu/linux/-/archive/v5.10-rc2-for-mesa-ci/linux-v5.10-rc2-for-mesa-ci.tar.gz" UPLOAD_FOR_LAVA: 1 script: - .gitlab-ci/container/lava_build.sh