forked from kata-containers/tests
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Most of our docker tests can be executed in parallel. Use the `ginkgo -nodes` option to achieve this. The ones that cannot be run in parallel are now tagged in the test name as [Serial Test] to run them after we run the tests that can be run in parallel. After running several tests locally on different distros, the number of processes that we can spawn in parallel for these tests is `$(nproc) - 2`. If using `$(nproc)` or `$(nproc -1)`, some jobs become unstable. For firecracker, run all tests serialized. Fixes: kata-containers#1256. Signed-off-by: Salvador Fuentes <[email protected]>
- Loading branch information
Showing
3 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters