Skip to content

Commit

Permalink
chore: add proper log message when argo logs yields with EOF error
Browse files Browse the repository at this point in the history
  • Loading branch information
kdoroszko-splunk committed Sep 9, 2024
1 parent 13162a5 commit fd291fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ echo "After argo submit $?"
echo 'WORKFLOW_NAME:' ${WORKFLOW_NAME}
echo "workflow-name=$(echo $WORKFLOW_NAME)" >> $GITHUB_OUTPUT

argo logs --follow ${WORKFLOW_NAME} -n ${2}
argo logs --follow ${WORKFLOW_NAME} -n ${2} || echo "... There was an error fetching the logs. The workflow is still in progress, and the tests are still running. The results will be available in the Test Report step. Please wait for the workflow to complete. ..."

0 comments on commit fd291fd

Please sign in to comment.