# HG changeset patch # User Georges Racinet <georges.racinet@octobus.net> # Date 1691249995 -7200 # Sat Aug 05 17:39:55 2023 +0200 # Branch oldstable # Node ID 71576e6b502acbadd6440057f4661655ee280efa # Parent 677f804bb945f54d69ae8b6e642a40e64ee059a1 CI/CD: using a bigger flavor for tests-rust This job is way longer than the Python tests in the same stage and is needed for Comparison Tests. Most of the time being spent in Rust compilation, it should be worthwile to launch a worker with more CPUs. diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,6 +77,8 @@ stage: main image: ${BASE_IMAGES_COLLECTION}/hgitaly-rust:${CI_COMMIT_HG_BRANCH} extends: .cargo-cache + variables: + CI_CLEVER_CLOUD_FLAVOR: XL cache: policy: pull-push script: