Skip to content
Open
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
10 changes: 1 addition & 9 deletions ci-operator/step-registry/agent/gather/agent-gather-commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
coderabbitai[bot] marked this conversation as resolved.

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