Skip to content
Snippets Groups Projects
Commit f165f854 authored by ale's avatar ale
Browse files

Stop using Mitogen for tests

This removes some flakiness with newer Ansible and Debian releases,
at the expense of CI test speed.
parent 81c76f78
No related branches found
No related tags found
No related merge requests found
Pipeline #86847 failed
...@@ -21,7 +21,6 @@ variables: ...@@ -21,7 +21,6 @@ variables:
--passwords=${TEST_DIR}/passwords.yml --passwords=${TEST_DIR}/passwords.yml
--num-hosts=1 --num-hosts=1
${LIBVIRT:+-e libvirt.remote_host=${LIBVIRT#*@} -e libvirt.remote_user=${LIBVIRT%@*}} ${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}} ${APT_PROXY:+-e config.apt_proxy=${APT_PROXY}}
$CREATE_ENV_VARS $BUILD_DIR $CREATE_ENV_VARS $BUILD_DIR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment