Skip to content

Commit fd73b47

Browse files
committed
Run mesh-upgrade with SM2
1 parent 141cc36 commit fd73b47

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

235235
test-upgrade-with-mesh: mesh-upgrade
236236

test/serving.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}"

0 commit comments

Comments
 (0)