mirror of
https://github.com/stakater/Reloader.git
synced 2026-05-16 21:56:55 +00:00
Change GINKGO_PROCS to 4
Signed-off-by: faizanahmad055 <faizan.ahmad55@outlook.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -152,7 +152,7 @@ CONTAINER_RUNTIME ?= $(shell command -v docker 2>/dev/null || command -v podman
|
||||
# Set SKIP_BUILD=true to skip the image build/load steps and use a pre-built image.
|
||||
SKIP_BUILD ?= false
|
||||
# Number of parallel Ginkgo workers. Defaults to 1 (sequential). Override with GINKGO_PROCS=N.
|
||||
GINKGO_PROCS ?= 1
|
||||
GINKGO_PROCS ?= 4
|
||||
|
||||
.PHONY: e2e-setup
|
||||
e2e-setup: ## One-time setup: create Kind cluster and install dependencies (Argo, CSI, Vault)
|
||||
|
||||
@@ -10,7 +10,7 @@ import (
|
||||
"github.com/stakater/Reloader/test/e2e/utils"
|
||||
)
|
||||
|
||||
var _ = Describe("Workload Reload Tests", func() {
|
||||
var _ = Describe("Workload Reload Tests", Serial, func() {
|
||||
var (
|
||||
configMapName string
|
||||
secretName string
|
||||
|
||||
@@ -10,7 +10,7 @@ import (
|
||||
"github.com/stakater/Reloader/test/e2e/utils"
|
||||
)
|
||||
|
||||
var _ = Describe("CSI SecretProviderClass Tests", Label("csi"), func() {
|
||||
var _ = Describe("CSI SecretProviderClass Tests", Label("csi"), Serial, func() {
|
||||
var (
|
||||
deploymentName string
|
||||
configMapName string
|
||||
|
||||
Reference in New Issue
Block a user