# HG changeset patch # User Pierre-Yves David # Date 1730907537 -3600 # Node ID d22b6d6e02e1b8c65e1bd27e704d6d58d7b88dcc # Parent 2c4283c9fa93d7f825bb220c7ae01d77058d6d39 ci: use smaller VM to build wheel There is no need for large machine for this job, Python will be mostly singled threaded anyway. diff -r 2c4283c9fa93 -r d22b6d6e02e1 contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml Wed Nov 06 16:32:15 2024 +0100 +++ b/contrib/heptapod-ci.yml Wed Nov 06 16:38:57 2024 +0100 @@ -48,6 +48,7 @@ WHEEL_TYPE: "" FLAVOR: "" MERCURIAL_SETUP_FORCE_TRANSLATIONS: "1" + CI_CLEVER_CLOUD_FLAVOR: "XS" before_script: - echo "python used, $PYTHON" - $PYTHON --version