Skip to content
Snippets Groups Projects
Commit bf44f510 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

pin the cores based on our chosen resource_class

parent 57744a0c
No related branches found
No related tags found
1 merge request!306Use trial multiprocess feature even when collecting coverage
......@@ -201,7 +201,13 @@ jobs:
#
# Further, we want the "doc" output built as well because that's
# where the coverage data ends up.
nix-build tests.nix \
#
# Also explicitly specify the number of cores to use such that it
# only slightly exceeds what CircleCI advertises for the resource
# class (defined above) we're using. The CircleCI environment
# looks like it has many more cores than are actually usable by
# our build.
nix-build --cores 5 tests.nix \
--argstr hypothesisProfile ci \
--arg collectCoverage true \
--argstr tahoe-lafs-source << parameters.tahoe-lafs-source >> \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment