Skip to content

Commit

Permalink
DEBUG echo
Browse files Browse the repository at this point in the history
  • Loading branch information
carmocca committed Oct 10, 2022
1 parent 1cd4ee2 commit 4011856
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-pytorch-test-tpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
done
echo "Done waiting. Job status code: $status_code"
kubectl logs -f $pod_name --container=train > /tmp/full_output.txt
echo /tmp/full_output.txt
if grep -q '<?xml version="1.0" ?>' /tmp/full_output.txt; then
csplit /tmp/full_output.txt '/<?xml version="1.0" ?>/';
else
Expand Down

0 comments on commit 4011856

Please sign in to comment.