Skip to content

Commit 1fa089e

Browse files
authored
CI: Try to reclaim a bit more concurrency (#2255)
Let's see if we can get CI running a little bit faster.
1 parent 8720431 commit 1fa089e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.config/nextest.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ threads-required = 3
1313
# same profile
1414
filter = 'package(~vmm_tests) and test(openhcl)'
1515
# Mark OpenHCL VMM tests as extra heavy, as they have to also run VTL2.
16-
threads-required = 6
16+
threads-required = 5
1717

1818
[[profile.default.overrides]]
1919
# use fuzzy-matching for the package() to allow out-of-tree tests to use the
2020
# same profile
2121
filter = 'package(~vmm_tests) and test(heavy) and not (test(very_heavy))'
2222
# Mark heavy tests as extra heavy, as they include up to 16 vps.
23-
threads-required = 24
23+
threads-required = 18
2424

2525
[[profile.default.overrides]]
2626
# use fuzzy-matching for the package() to allow out-of-tree tests to use the

0 commit comments

Comments
 (0)