Skip to content
Snippets Groups Projects
Commit 71576e6b authored by Georges Racinet's avatar Georges Racinet
Browse files

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.
parent 677f804b
No related branches found
No related tags found
4 merge requests!186Merging stable branch into default,!184Merged/adapted oldstable into stable for RHGitaly methods,!180Comparison tests: using a prebuilt RHGitaly, especially in CI,!179RHGitaly CommitService.TreeEntry implementation
Pipeline #69925 passed
......@@ -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:
......
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