Skip to content

Commit

Permalink
mk only
Browse files Browse the repository at this point in the history
  • Loading branch information
mszadkow committed Jan 3, 2025
1 parent dc225b3 commit 2b23115
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile-test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ ENVTEST_K8S_VERSION ?= 1.31
# to run without parallelism.
INTEGRATION_NPROCS ?= 4
# Folder where the integration tests are located.
INTEGRATION_TARGET ?= ./test/integration/...
INTEGRATION_TARGET ?= ./test/integration/multikueue/...
# Verbosity level for apiserver logging.
# The logging is disabled if 0.
INTEGRATION_API_LOG_LEVEL ?= 5
INTEGRATION_API_LOG_LEVEL ?= 1
# Integration filters
INTEGRATION_RUN_ALL?=true
ifneq ($(INTEGRATION_RUN_ALL),true)
Expand Down
2 changes: 1 addition & 1 deletion test/integration/multikueue/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func createCluster(setupFnc framework.ManagerSetup, apiFeatureGates ...string) c
filepath.Join("..", "..", "..", "dep-crds", "jobset-operator"),
filepath.Join("..", "..", "..", "dep-crds", "training-operator-crds"),
filepath.Join("..", "..", "..", "dep-crds", "mpi-operator"),
filepath.Join("..", "..", "..", "dep-crds", "ray-operator"),
// filepath.Join("..", "..", "..", "dep-crds", "ray-operator"),
},
APIServerFeatureGates: apiFeatureGates,
}
Expand Down

0 comments on commit 2b23115

Please sign in to comment.