File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -229,8 +229,8 @@ mesh-upgrade: install-tools
229229 UNINSTALL_MESH=false ./hack/mesh.sh
230230 TRACING_BACKEND=zipkin ./hack/tracing.sh
231231 UNINSTALL_STRIMZI=false ./hack/strimzi.sh
232- MESH=true INSTALL_PREVIOUS_VERSION=true INSTALL_KAFKA=true TRACING_BACKEND=zipkin ENABLE_TRACING=true SCALE_UP=6 ./hack/install.sh
233- MESH=true TEST_KNATIVE_KAFKA=true TEST_KNATIVE_E2E=false TEST_KNATIVE_UPGRADE=true ./test/upstream-e2e-tests.sh
232+ MESH=true MESH_VERSION=2 INSTALL_PREVIOUS_VERSION=true INSTALL_KAFKA=true TRACING_BACKEND=zipkin ENABLE_TRACING=true SCALE_UP=6 ./hack/install.sh
233+ MESH=true MESH_VERSION=2 TEST_KNATIVE_KAFKA=true TEST_KNATIVE_E2E=false TEST_KNATIVE_UPGRADE=true ./test/upstream-e2e-tests.sh
234234
235235test-upgrade-with-mesh : mesh-upgrade
236236
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ function prepare_knative_serving_tests {
2929 # Adding scc for anyuid to test TestShouldRunAsUserContainerDefault.
3030 oc adm policy add-scc-to-user anyuid -z default -n serving-tests
3131 # Add networkpolicy to test namespace and label to serving namespaces for testing under the strict networkpolicy.
32- # add_networkpolicy "serving-tests"
33- # add_networkpolicy "serving-tests-alt"
32+ add_networkpolicy " serving-tests"
33+ add_networkpolicy " serving-tests-alt"
3434
3535 export GATEWAY_OVERRIDE=" kourier"
3636 export GATEWAY_NAMESPACE_OVERRIDE=" ${INGRESS_NAMESPACE} "
You can’t perform that action at this time.
0 commit comments