Skip to content

Commit

Permalink
Add cpu:2 tag to extractor tests (#11697)
Browse files Browse the repository at this point in the history
This will limit the parallelism of extractor integration tests.

Each test runs now a bit faster although overall all tests seem
to run a bit slower. This seems a good compromise as it should
limit the contention over system resources between various
integration tests, each running a PostgreSQL instance and sharing
various system resources.\

changelog_begin
changelog_end
  • Loading branch information
stefanobaghino-da authored Nov 15, 2021
1 parent 8e08450 commit 8015f60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extractor/extractor.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def extractor_test(name, srcs, flaky):
name = name,
flaky = flaky,
size = "medium",
tags = ["cpu:2"],
srcs = srcs,
data = [
"//daml-lf/encoder:testing-dar-latest",
Expand Down

0 comments on commit 8015f60

Please sign in to comment.