Skip to content

Commit

Permalink
CI: include both log paths in fail logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed May 7, 2021
1 parent 901978a commit 135b79d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test_sitl_copter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ jobs:
if: failure()
with:
name: fail-${{matrix.config}}
path: /tmp/buildlogs
path: |
/tmp/buildlogs
/__w/ardupilot/ardupilot/logs
retention-days: 14

- name: Archive .bin artifacts
Expand Down Expand Up @@ -214,7 +216,9 @@ jobs:
if: failure()
with:
name: fail-${{matrix.config}}
path: /tmp/buildlogs
path: |
/tmp/buildlogs
/__w/ardupilot/ardupilot/logs
retention-days: 14

- name: Archive .bin artifacts
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test_sitl_plane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ jobs:
if: failure()
with:
name: fail-${{matrix.config}}
path: /tmp/buildlogs
path: |
/tmp/buildlogs
/__w/ardupilot/ardupilot/logs
retention-days: 14

- name: Archive .bin artifacts
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test_sitl_rover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ jobs:
if: failure()
with:
name: fail-${{matrix.config}}
path: /tmp/buildlogs
path: |
/tmp/buildlogs
/__w/ardupilot/ardupilot/logs
retention-days: 14

- name: Archive .bin artifacts
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test_sitl_sub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ jobs:
if: failure()
with:
name: fail-${{matrix.config}}
path: /tmp/buildlogs
path: |
/tmp/buildlogs
/__w/ardupilot/ardupilot/logs
retention-days: 14

- name: Archive .bin artifacts
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test_sitl_tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ jobs:
if: failure()
with:
name: fail-${{matrix.config}}
path: /tmp/buildlogs
path: |
/tmp/buildlogs
/__w/ardupilot/ardupilot/logs
retention-days: 14

- name: Archive .bin artifacts
Expand Down

0 comments on commit 135b79d

Please sign in to comment.