From ca315e4c422bbf142dba91f6ef5390d17ecaa791 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sat, 4 Jan 2025 12:27:07 +0100 Subject: [PATCH] Run trixie test with a trixie float-runner Try a recent Ansible version to deal with targets having Python 3.12. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 607a23c8..3025a763 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,6 +59,8 @@ base_test: trixie_test: <<: *base_test + # Need a more recent Ansible version, for Python 3.12 targets. + image: registry.git.autistici.org/ai3/docker/float-runner:trixie variables: VM_IMAGE: "trixie" CREATE_ENV_VARS: "-e config.float_debian_dist=trixie" -- GitLab