File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ TEST_LOG_LEVEL ?= -3
2929INTEGRATION_NPROCS ?= 4
3030INTEGRATION_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/ ...
3333INTEGRATION_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
You can’t perform that action at this time.
0 commit comments