# HG changeset patch # User Raphaël Gomès # Date 2023-01-23 13:04:17 # Node ID d00ac86fbd7860b9f8fe89ec3a88758ee6ddd0fb # Parent 330d88217b83f0d030f6958e1cc869cad387335e contrib: adjust heptapod CI flavor sizes Our CI currently runs on a number of different runners, some of which are run by Clever Cloud. By setting this environement variable, we're asking for a smaller size runner for our smaller jobs, which puts less load on the Clever Cloud infrastructure, while not affecting our overall pipeline times. diff --git a/contrib/heptapod-ci.yml b/contrib/heptapod-ci.yml --- a/contrib/heptapod-ci.yml +++ b/contrib/heptapod-ci.yml @@ -34,6 +34,7 @@ checks: variables: RUNTEST_ARGS: "--time --test-list /tmp/check-tests.txt" PYTHON: python3 + CI_CLEVER_CLOUD_FLAVOR: S rust-cargo-test: <<: *all @@ -43,6 +44,7 @@ rust-cargo-test: - make rust-tests variables: PYTHON: python3 + CI_CLEVER_CLOUD_FLAVOR: S test-c: <<: *runtests