This repository was archived by the owner on Aug 12, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -159,12 +159,12 @@ $(E2E_CONF_FILE): $(ENVSUBST) $(E2E_CONF_FILE_SOURCE)
159
159
run-e2e-tests : $(KUSTOMIZE ) $(GINKGO ) $(E2E_CONF_FILE ) e2e-test-templates $(if $(SKIP_IMAGE_BUILD ) ,,e2e-image) # # Run the e2e tests
160
160
$(MAKE ) set-manifest-image MANIFEST_IMG=$(REGISTRY ) /$(IMAGE_NAME ) MANIFEST_TAG=$(TAG )
161
161
$(MAKE ) set-manifest-pull-policy PULL_POLICY=IfNotPresent
162
- cd test/e2e; time $(GINKGO ) -v --trace --progress -- tags=e2e \
163
- --randomizeAllSpecs -race $(GINKGO_ADDITIONAL_ARGS ) \
162
+ cd test/e2e; time $(GINKGO ) -v --trace --tags=e2e \
163
+ --randomize-all -race $(GINKGO_ADDITIONAL_ARGS ) \
164
164
--focus=$(GINKGO_FOCUS ) --skip=$(GINKGO_SKIP ) \
165
- -nodes=$(GINKGO_NODES ) --noColor =$(GINKGO_NOCOLOR ) \
165
+ -nodes=$(GINKGO_NODES ) --no-color =$(GINKGO_NOCOLOR ) \
166
166
--output-dir=" $( ARTIFACTS) " --junit-report=" junit.e2e_suite.1.xml" \
167
- --flakeAttempts =$(GINKGO_FLAKE_ATTEMPTS ) ./ -- \
167
+ --flake-attempts =$(GINKGO_FLAKE_ATTEMPTS ) ./ -- \
168
168
-e2e.artifacts-folder=" $( ARTIFACTS) " \
169
169
-e2e.config=" $( E2E_CONF_FILE) " \
170
170
-e2e.skip-resource-cleanup=$(SKIP_CLEANUP ) \
You can’t perform that action at this time.
0 commit comments