Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: do not run machine test in parallel
while reworking ginkgo to use -p by default we also forced the machine tests to be run in parallel. Right now this does not work at all (something that should be fixed). Using -p is easier becuase that will let ginkgo decide how many parallel nodes to use so it much faster on high core counts. So use some makefile magic to instaed of using `GINKGONODES` use `GINKGO_PARALLEL` and set it to `y` by default. The machine tests will then use that var to disable it. Signed-off-by: Paul Holzinger <[email protected]>
- Loading branch information