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 3ab4783 commit 06acd29Copy full SHA for 06acd29
Justfile
@@ -111,7 +111,7 @@ setup-csi-volume-snapshots:
111
(teardown label-filter)
112
113
@run-e2e label-filter="core" image="ghcr.io/loft-sh/vcluster:dev-next" teardown="true":
114
- ginkgo -timeout=0 -v --label-filter="{{label-filter}}" ./e2e-next -- --vcluster-image="{{image}}" --teardown={{teardown}}
+ ginkgo -timeout=0 -v --procs=4 --label-filter="{{label-filter}}" ./e2e-next -- --vcluster-image="{{image}}" --teardown={{teardown}}
115
116
@iterate-e2e label-filter="core" image="ghcr.io/loft-sh/vcluster:dev-next": \
117
(run-e2e label-filter image "false")
0 commit comments