Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
ZKAPAuthorizer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Administrator
ZKAPAuthorizer
Commits
bf44f510
Commit
bf44f510
authored
3 years ago
by
Jean-Paul Calderone
Browse files
Options
Downloads
Patches
Plain Diff
pin the cores based on our chosen resource_class
parent
57744a0c
No related branches found
No related tags found
1 merge request
!306
Use trial multiprocess feature even when collecting coverage
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.circleci/config.yml
+7
-1
7 additions, 1 deletion
.circleci/config.yml
with
7 additions
and
1 deletion
.circleci/config.yml
+
7
−
1
View file @
bf44f510
...
...
@@ -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 >> \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment