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.
--- a/contrib/heptapod-ci.yml Thu Jan 12 19:56:59 2023 +0400
+++ b/contrib/heptapod-ci.yml Mon Jan 23 14:04:17 2023 +0100
@@ -34,6 +34,7 @@
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 @@
- make rust-tests
variables:
PYTHON: python3
+ CI_CLEVER_CLOUD_FLAVOR: S
test-c:
<<: *runtests