summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2020-11-09 15:06:38 -0800
committerDylan Baker <dylan.c.baker@intel.com>2020-11-13 10:05:38 -0800
commit51d4d91f7d2584674f54a25917fbb253063e19e6 (patch)
treeff5b527437f53fb17febdc5a882b8b0789e55296 /.gitlab-ci.yml
parenta442fc2955ee2411d7d827324b44cc612efd2597 (diff)
ci: Only install kernel modules for LAVA devices.
The recent change to install kernel modules for AMD included a sed job to disable kernel modules in the defconfig. This somehow broke booting on a307, except the commit failed to bump the arm64_test tag so it wasn't noticed until the next uprev. (I didn't notice when landing the next change to that container to add the deqp runner, because I didn't get a git conflict on rebasing my tag bump so I didn't bump the tag again to pull in the kernel changes and catch the fail). I've spent a while trying to debug what's happened (including what *should* be a replication of the kernel build on my local db410c) and come up empty. Just punt and disable the AMD kernel module changes on baremetal to fix it. Bump every container using lava_build.sh to make sure we don't screw anything up with the script changes. Fixes: 60c5729d1669 ("ci: Distribute ADMGPU driver to LAVA as a module") Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6971> (cherry picked from commit bf576b449e1d5cf685bfb5a14b05d1ee03d32cb0)
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 73e103482e3..9ad2268d7d5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -414,7 +414,7 @@ arm64_test:
extends:
- .use-arm_test-base
variables:
- FDO_DISTRIBUTION_TAG: &arm64_test "2020-11-03-deqp-runner"
+ FDO_DISTRIBUTION_TAG: &arm64_test "2020-11-09-kmod"
.use-arm64_test:
variables: