Skip to content

Commit 7031b74

Browse files
committed
MetalLB E2E tests: Add logs path
Setting the logs path to /logs/artifacts/ as this is the openshift-ci artifacts location so it will be stored on every CI run.
1 parent f5d92e2 commit 7031b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metallb/run_e2e.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ export RUN_FRR_CONTAINER_ON_HOST_NETWORK=true
4242
inv e2etest --kubeconfig=$(readlink -f ../../ocp/ostest/auth/kubeconfig) \
4343
--service-pod-port=8080 --system-namespaces="metallb-system" --skip-docker \
4444
--ipv4-service-range=192.168.10.0/24 --ipv6-service-range=fc00:f853:0ccd:e799::/124 \
45-
--skip="${SKIP}"
45+
--skip="${SKIP}" -e /logs/artifacts/

0 commit comments

Comments
 (0)