We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ee8a4 commit d7c1ed4Copy full SHA for d7c1ed4
ci-operator/step-registry/oadp/execute-tests/oadp-execute-tests-commands.sh
@@ -76,6 +76,10 @@ export EXTRA_GINKGO_PARAMS=$OADP_TEST_FOCUS &&\
76
export JUNIT_REPORT_ABS_PATH="${ARTIFACT_DIR}/junit_oadp_interop_results.xml" &&\
77
(/bin/bash /alabama/cspi/test_settings/scripts/test_runner.sh || true)
78
79
+sleep 30
80
+
81
+oc adm must-gather --image=registry.redhat.io/oadp/oadp-mustgather-rhel9:v1.4 --dest-dir="${ARTIFACT_DIR}/oadp-must-gather"
82
83
# Copy logs into artifact directory if they exist
84
echo "Checking for additional logs in ${LOGS_FOLDER}"
85
if [ -d "${LOGS_FOLDER}" ]; then
0 commit comments