mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 17:30:20 +01:00
ci: Move ARM rootfses to stable
We build in Debian buster but were currently testing in bullseye-based ramdisks. This has started being a problem since Python 3.7 was removed from bullseye. [ Also bumped arm_test containers, by anholt ] Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5433>
This commit is contained in:
parent
a04672a105
commit
21b2dac793
2 changed files with 4 additions and 4 deletions
|
|
@ -272,7 +272,7 @@ arm_build:
|
|||
- .fdo.container-build@debian@arm64v8
|
||||
- .container
|
||||
variables:
|
||||
FDO_DISTRIBUTION_TAG: &arm_build "2020-06-12"
|
||||
FDO_DISTRIBUTION_TAG: &arm_build "2020-06-22-stable"
|
||||
|
||||
.use-arm_build:
|
||||
variables:
|
||||
|
|
@ -287,7 +287,7 @@ arm_test-base:
|
|||
- .fdo.container-build@debian
|
||||
- .container
|
||||
variables:
|
||||
FDO_DISTRIBUTION_TAG: &arm_test-base "2020-06-09-rsync"
|
||||
FDO_DISTRIBUTION_TAG: &arm_test-base "2020-06-22-stable"
|
||||
|
||||
.use-arm_test-base:
|
||||
extends:
|
||||
|
|
@ -305,7 +305,7 @@ arm64_test:
|
|||
extends:
|
||||
- .use-arm_test-base
|
||||
variables:
|
||||
FDO_DISTRIBUTION_TAG: &arm64_test "2020-06-18-vkcts"
|
||||
FDO_DISTRIBUTION_TAG: &arm64_test "2020-06-22-stable"
|
||||
|
||||
.use-arm64_test:
|
||||
variables:
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ debootstrap \
|
|||
--variant=minbase \
|
||||
--arch=${DEBIAN_ARCH} \
|
||||
--components main,contrib,non-free \
|
||||
testing \
|
||||
buster \
|
||||
/lava-files/rootfs-${DEBIAN_ARCH}/ \
|
||||
http://deb.debian.org/debian
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue