We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8720431 commit 1fa089eCopy full SHA for 1fa089e
.config/nextest.toml
@@ -13,14 +13,14 @@ threads-required = 3
13
# same profile
14
filter = 'package(~vmm_tests) and test(openhcl)'
15
# Mark OpenHCL VMM tests as extra heavy, as they have to also run VTL2.
16
-threads-required = 6
+threads-required = 5
17
18
[[profile.default.overrides]]
19
# use fuzzy-matching for the package() to allow out-of-tree tests to use the
20
21
filter = 'package(~vmm_tests) and test(heavy) and not (test(very_heavy))'
22
# Mark heavy tests as extra heavy, as they include up to 16 vps.
23
-threads-required = 24
+threads-required = 18
24
25
26
0 commit comments