File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,11 @@ CONFORMANCE_E2E_ARGS += $(E2E_ARGS)
11
11
12
12
.PHONY : test-conformance
13
13
test-conformance : # # Run conformance test on workload cluster.
14
+ ifeq ($(MANAGER_IMAGE ) ,)
14
15
$(MAKE) test-e2e-skip-push GINKGO_FOCUS="Conformance" E2E_ARGS='$(CONFORMANCE_E2E_ARGS)' CONFORMANCE_FLAVOR='$(CONFORMANCE_FLAVOR)'
16
+ else ## If MANAGER_IMAGE is set, use it for the conformance test (test-e2e-skip-push overwrites it).
17
+ $(MAKE) test-e2e-custom-image GINKGO_FOCUS="Conformance" E2E_ARGS='$(CONFORMANCE_E2E_ARGS)' CONFORMANCE_FLAVOR='$(CONFORMANCE_FLAVOR)'
18
+ endif
15
19
16
20
test-conformance-fast : # # Run conformance test on workload cluster using a subset of the conformance suite in parallel.
17
21
$(MAKE ) test-conformance CONFORMANCE_E2E_ARGS=" -kubetest.config-file=$( KUBETEST_FAST_CONF_PATH) -kubetest.ginkgo-nodes=5 $( E2E_ARGS) "
You can’t perform that action at this time.
0 commit comments