ci: Move Kernel build tasks into its own file
authorTomeu Vizoso <tomeu.vizoso@collabora.com>
Mon, 8 Mar 2021 13:05:08 +0000 (14:05 +0100)
committerMarge Bot <eric+marge@anholt.net>
Wed, 9 Jun 2021 19:14:00 +0000 (19:14 +0000)
commitd08e2e5a96feb53f1c343a3913ee69f6c598bbe4
treebf0bf3142da98c8bbf2e72be3c6f81fdc0d07dd8
parentdc9cd18f522d09dc447e2e3f1c80af0549d45660
ci: Move Kernel build tasks into its own file

Allows to reuse the Kernel build tasks everywhere it is needed.

The x86_test-gl container now need a kernel image to use for the crosvm environment,
Reuse this task there.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10862>
.gitlab-ci.yml
.gitlab-ci/container/build-kernel.sh [new file with mode: 0644]
.gitlab-ci/container/lava_build.sh
.gitlab-ci/container/x86_test-gl.sh