diff options
author | Tomeu Vizoso <[email protected]> | 2020-06-15 13:29:22 +0200 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-06-25 17:33:28 +0000 |
commit | 21b2dac793081fc7072f7ddfd0ba2f4aa94e8a0a (patch) | |
tree | 56b126169ecff63c9fecd96a13c1c89070b6d4f6 /.gitlab-ci.yml | |
parent | a04672a105239b230b0e880d63cee6621a10f10c (diff) |
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 <[email protected]>
Acked-by: Alyssa Rosenzweig <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5433>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b8713bb026..edec580a39f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: |