contrib: adjust heptapod CI flavor sizes stable
authorRaphaël Gomès <rgomes@octobus.net>
Mon, 23 Jan 2023 14:04:17 +0100
branchstable
changeset 49945 d00ac86fbd78
parent 49943 330d88217b83
child 49946 76c128d4de4e
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.
contrib/heptapod-ci.yml
--- 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