diff --git a/ci-operator/step-registry/agent/gather/agent-gather-commands.sh b/ci-operator/step-registry/agent/gather/agent-gather-commands.sh index 7a65b74e2d1f7..feaa696f56f4e 100644 --- a/ci-operator/step-registry/agent/gather/agent-gather-commands.sh +++ b/ci-operator/step-registry/agent/gather/agent-gather-commands.sh @@ -15,14 +15,6 @@ cd dev-scripts make agent_gather EOF -if scp "${SSHOPTS[@]}" "root@${IP}:/root/dev-scripts/agent-gather*.tar.xz" "${ARTIFACT_DIR}/" >& /dev/null ; then +if scp "${SSHOPTS[@]}" "root@${IP}:/root/dev-scripts/agent-gather*.tar.xz" "root@${IP}:/root/dev-scripts/ocp/*/installation-logs.tar" "${ARTIFACT_DIR}/" >& /dev/null ; then echo "agent logs published" fi - -echo "### Gather console screenshots..." - -screenshot_archive="agent-gather-console-screenshots.tar.xz" -if [ -f "$screenshot_archive" ]; then - cp "$screenshot_archive" "${ARTIFACT_DIR}/" - echo "gathered $screenshot_archive" -fi