From 4011856e6ea076e45fe40b942c20ee63ed7433f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Tue, 11 Oct 2022 00:36:53 +0200 Subject: [PATCH] DEBUG echo --- .github/workflows/ci-pytorch-test-tpu.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-pytorch-test-tpu.yml b/.github/workflows/ci-pytorch-test-tpu.yml index 9c5fafdd50..957fd16aee 100644 --- a/.github/workflows/ci-pytorch-test-tpu.yml +++ b/.github/workflows/ci-pytorch-test-tpu.yml @@ -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 '' /tmp/full_output.txt; then csplit /tmp/full_output.txt '//'; else