Skip to content

Commit ca0129b

Browse files
committed
Test
1 parent 73d1d75 commit ca0129b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile-test.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ TEST_LOG_LEVEL ?= -3
2929
INTEGRATION_NPROCS ?= 4
3030
INTEGRATION_NPROCS_MULTIKUEUE ?= 3
3131
# Folder where the integration tests are located.
32-
INTEGRATION_TARGET ?= ./test/integration/singlecluster/...
32+
INTEGRATION_TARGET ?= ./test/integration/singlecluster/controller/dra/...
3333
INTEGRATION_TARGET_MULTIKUEUE ?= ./test/integration/multikueue/...
3434
# Verbosity level for apiserver logging.
3535
# The logging is disabled if 0.
@@ -91,7 +91,7 @@ test-integration: compile-crd-manifests gomod-download envtest ginkgo dep-crds k
9191
KUEUE_BIN=$(BIN_DIR) \
9292
ENVTEST_K8S_VERSION=$(ENVTEST_K8S_VERSION) \
9393
TEST_LOG_LEVEL=$(TEST_LOG_LEVEL) API_LOG_LEVEL=$(INTEGRATION_API_LOG_LEVEL) \
94-
$(GINKGO) $(INTEGRATION_FILTERS) $(GINKGO_ARGS) $(GOFLAGS) -procs=$(INTEGRATION_NPROCS) --race --junit-report=junit.xml --json-report=integration.json $(INTEGRATION_OUTPUT_OPTIONS) --output-dir=$(ARTIFACTS) -v $(INTEGRATION_TARGET)
94+
$(GINKGO) $(INTEGRATION_FILTERS) $(GINKGO_ARGS) $(GOFLAGS) -procs=$(INTEGRATION_NPROCS) --race --junit-report=junit.xml --json-report=integration.json $(INTEGRATION_OUTPUT_OPTIONS) --repeat=50 --output-dir=$(ARTIFACTS) -v $(INTEGRATION_TARGET)
9595
$(BIN_DIR)/ginkgo-top -i $(ARTIFACTS)/integration.json > $(ARTIFACTS)/integration-top.yaml
9696

9797
.PHONY: test-integration-baseline

0 commit comments

Comments
 (0)