Skip to content
Snippets Groups Projects
Commit d00ac86f authored by Raphaël Gomès's avatar Raphaël Gomès
Browse files

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.
parent 330d8821
No related branches found
No related tags found
2 merge requests!416merge stable into default.,!401contrib: adjust heptapod CI flavor sizes
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment