Skip to content

Commit

Permalink
dumping logs - 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Sep 26, 2024
1 parent 6f87ff0 commit 899f8f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
run: |
echo "::::::::::::::" && tree $CI_TEST_RUN_STDOUT_STDERR_DIR/client-1/pilot-*
more $CI_TEST_RUN_STDOUT_STDERR_DIR/client-1/client-1.out | cat
find $CI_TEST_RUN_STDOUT_STDERR_DIR/client-1/* -name "stderrfile" -o -name "stdoutfile" | xargs more | cat
find $CI_TEST_RUN_STDOUT_STDERR_DIR/client-1/pilot-* -name "stderrfile" -o -name "stdoutfile" | xargs more | cat
- name: client worker \#2 stdout/stderr
if: always()
run: |
Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:
run: |
more $CI_TEST_RUN_STDOUT_STDERR_DIR/client-1/client-1.out | cat
echo "::::::::::::::" && tree $CI_TEST_RUN_STDOUT_STDERR_DIR/client-1/pilot-*
find $CI_TEST_RUN_STDOUT_STDERR_DIR/client-1/* -name "stderrfile" -o -name "stdoutfile" | xargs more | cat
find $CI_TEST_RUN_STDOUT_STDERR_DIR/client-1/pilot-* -name "stderrfile" -o -name "stdoutfile" | xargs more | cat
- name: client worker \#2 stdout/stderr
if: always()
run: |
Expand Down Expand Up @@ -434,7 +434,7 @@ jobs:
run: |
more $CI_TEST_RUN_STDOUT_STDERR_DIR/client-1/client-1.out | cat
echo "::::::::::::::" && tree $CI_TEST_RUN_STDOUT_STDERR_DIR/client-1/pilot-*
find $CI_TEST_RUN_STDOUT_STDERR_DIR/client-1/* -name "stderrfile" -o -name "stdoutfile" | xargs more | cat
find $CI_TEST_RUN_STDOUT_STDERR_DIR/client-1/pilot-* -name "stderrfile" -o -name "stdoutfile" | xargs more | cat
- name: client worker \#2 stdout/stderr
if: always()
run: |
Expand Down Expand Up @@ -544,7 +544,7 @@ jobs:
run: |
more $CI_TEST_RUN_STDOUT_STDERR_DIR/client-1/client-1.out | cat
echo "::::::::::::::" && tree $CI_TEST_RUN_STDOUT_STDERR_DIR/client-1/pilot-*
find $CI_TEST_RUN_STDOUT_STDERR_DIR/client-1/* -name "stderrfile" -o -name "stdoutfile" | xargs more | cat
find $CI_TEST_RUN_STDOUT_STDERR_DIR/client-1/pilot-* -name "stderrfile" -o -name "stdoutfile" | xargs more | cat
- name: client worker \#2 stdout/stderr
if: always()
run: |
Expand Down

0 comments on commit 899f8f9

Please sign in to comment.