mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
Every barebone arm or aarch64 job depends on these. When experimenting with CI, this job drags both kernel+rootfs_arm64 and armhf, even when the latter is not used. This should speed up development and relieve one instance for about 30 minutes and overlap between finishing kernel+rootfs_arm64 and armhf jobs per change. Here are some size stats: old arm_test 904M (32+64) new arm64_test 579M (64bit) new armhf_test 402M (32bit) --- both ~ 981M (overhead is 81M overall, but never used together so it's only cost "at rest") Runtime of the arm*_test jobs is ~ 2 minutes. Acked-by: Martin Roukala <martin.roukala@mupuf.org> Acked-by: Daniel Stone <daniels@collabora.com> Reviewed-by: "Sergi Blanch Torné" <sergi.blanch.torne@collabora.com> Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19550>
5 lines
82 B
Bash
5 lines
82 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
arch=arm64 . .gitlab-ci/container/debian/arm_test.sh
|