Mercurial > hg
changeset 49945:d00ac86fbd78 stable
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.
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Mon, 23 Jan 2023 14:04:17 +0100 |
parents | 330d88217b83 |
children | 76c128d4de4e |
files | contrib/heptapod-ci.yml |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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