Skip to content

Commit 5345b0c

Browse files
committed
test: run tests concurrently
1 parent 3ab4783 commit 5345b0c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ setup-csi-volume-snapshots:
111111
(teardown label-filter)
112112

113113
@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}}
114+
ginkgo -timeout=0 -v --procs=4 --label-filter="{{label-filter}}" ./e2e-next -- --vcluster-image="{{image}}" --teardown={{teardown}}
115115

116116
@iterate-e2e label-filter="core" image="ghcr.io/loft-sh/vcluster:dev-next": \
117117
(run-e2e label-filter image "false")

e2e-next/test_core/sync/test_k8sdefaultendpoint.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import (
99
"github.com/loft-sh/vcluster/e2e-next/clusters"
1010
"github.com/loft-sh/vcluster/e2e-next/constants"
1111
"github.com/loft-sh/vcluster/e2e-next/labels"
12-
//vcluster "github.com/loft-sh/vcluster/e2e-next/setup"
1312
. "github.com/onsi/ginkgo/v2"
1413
. "github.com/onsi/gomega"
1514
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

0 commit comments

Comments
 (0)