Skip to content
Draft

TEST #70704

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,14 @@ if [[ "${AZURE_MULTI_ARCH:-}" == "true" ]]; then
AZURE_MULTI_ARCH_PARAMS="--e2e.azure-multi-arch=true"
fi

hack/ci-test-e2e.sh -test.v \
oc image extract quay.io/wewang58/test-e2e:cilium --confirm --path /:/tmp/
sleep 10m

CI_TESTS_RUN=TestCiliumConnectivity
cp hack/ci-test-e2e.sh /tmp
sed -i 's|bin/test-e2e|/tmp/test-e2e|g' /tmp/ci-test-e2e.sh
chmod +x /tmp/test-e2e
/tmp/ci-test-e2e.sh -test.v \
-test.run=${CI_TESTS_RUN:-} \
-test.parallel=20 \
--e2e.platform=Azure \
Expand Down