Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

docker: Run tests in parallel #1257

Merged
merged 1 commit into from
Mar 6, 2019

Commits on Mar 5, 2019

  1. docker: Run tests in parallel

    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]>
    chavafg committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    a59331a View commit details
    Browse the repository at this point in the history