From f165f85443a2352ca09872e2ea10424560b6e41d Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Fri, 31 Jan 2025 19:56:26 +0000
Subject: [PATCH] Stop using Mitogen for tests

This removes some flakiness with newer Ansible and Debian releases,
at the expense of CI test speed.
---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3025a763..0a14bd03 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,7 +21,6 @@ variables:
       --passwords=${TEST_DIR}/passwords.yml
       --num-hosts=1
       ${LIBVIRT:+-e libvirt.remote_host=${LIBVIRT#*@} -e libvirt.remote_user=${LIBVIRT%@*}}
-      -e ansible_cfg.defaults.strategy=mitogen_linear ${MITOGEN:+-e ansible_cfg.defaults.strategy_plugins=${MITOGEN}/ansible_mitogen/plugins/strategy}
       ${APT_PROXY:+-e config.apt_proxy=${APT_PROXY}}
       $CREATE_ENV_VARS $BUILD_DIR
 
-- 
GitLab