ci: Switch the baremetal runner to be an x86 docker image.
authorEric Anholt <eric@anholt.net>
Wed, 13 May 2020 18:08:08 +0000 (11:08 -0700)
committerMarge Bot <eric+marge@anholt.net>
Mon, 18 May 2020 19:39:46 +0000 (19:39 +0000)
commit68b3b5bcab95f34073fcde7fe671cb25975218b0
treea6bd1be4e18b1fa565b7da0af8ab65ccc67c47d0
parent8094a9ab685b67ce5bd54b3f7a2a7b22795f5420
ci: Switch the baremetal runner to be an x86 docker image.

The runner is an x86 system, so running the ARM image meant doing
everything at runtime under qemu, and for the xz of the test rootfs that
was quite expensive.  Also, we can rebuild x86 images much faster than we
can rebuild arm images for container development, which will help unblock
some of the other feature parity work I have to do versus the old docker
system that cheza is using.

Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5033>
.gitlab-ci.yml
.gitlab-ci/container/x86_cross_arm_test.sh [new file with mode: 0644]