-
Notifications
You must be signed in to change notification settings - Fork 198
MetalLB E2E tests: Add logs path #1326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MetalLB E2E tests: Add logs path #1326
Conversation
7031b74
to
446e5a5
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: msherif1234 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
446e5a5
to
0ad33f2
Compare
metallb/run_e2e.sh
Outdated
@@ -42,4 +46,4 @@ export RUN_FRR_CONTAINER_ON_HOST_NETWORK=true | |||
inv e2etest --kubeconfig=$(readlink -f ../../ocp/ostest/auth/kubeconfig) \ | |||
--service-pod-port=8080 --system-namespaces="metallb-system" --skip-docker \ | |||
--ipv4-service-range=192.168.10.0/24 --ipv6-service-range=fc00:f853:0ccd:e799::/124 \ | |||
--skip="${SKIP}" | |||
--skip="${SKIP}" -e ${TESTS_REPORTS_PATH} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do u need "${TESTS_REPORTS_PATH}" ?
Setting the logs path to /logs/artifacts/ as this is the openshift-ci artifacts location so the logs will be stored on every CI run.
0ad33f2
to
efc9f81
Compare
/lgtm |
/test e2e-metal-ipi-ovn-ipv6 |
Setting the logs path to
/logs/artifacts/
as this is the openshift-ci artifacts location so the logs will be stored on every CI run.