mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 14:00:16 +01:00
So far, testing VC4 and V3D/V3DV requires the CI runners having access to a Raspberry Pi 3/4 kernel, and the correspondent modules and bootloader files. If a different kernel must be used, it means touching the runners to provide them. This commit adds the option to define an URL pointing to a (compressed) tarball containing such files, without requiring dealing with the runners. This link is provided through the `BM_BOOTFS` job variable. The tarball must contain two directories in the root: a `/boot` directory (containing the kernel, DTBs and bootloader files), and a `/lib/modules` (or `/usr/lib/modules`) with the kernel modules. Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9527> |
||
|---|---|---|
| .. | ||
| bare-metal | ||
| container | ||
| fossils | ||
| meson | ||
| piglit | ||
| windows | ||
| cross-xfail-i386 | ||
| cross-xfail-ppc64el | ||
| cross-xfail-s390x | ||
| deqp-default-skips.txt | ||
| deqp-runner.sh | ||
| docs | ||
| download-git-cache.sh | ||
| fossilize-runner.sh | ||
| fossils.yml | ||
| generate_lava.py | ||
| lava-deqp.yml.jinja2 | ||
| lava-gitlab-ci.yml | ||
| lava-piglit.yml.jinja2 | ||
| meson-build.sh | ||
| prepare-artifacts.sh | ||
| run-shader-db.sh | ||
| scons-build.sh | ||
| test-source-dep.yml | ||
| x86_64-w64-mingw32 | ||