CI: include both log paths in fail logs
This commit is contained in:
parent
901978a9b3
commit
135b79d746
8
.github/workflows/test_sitl_copter.yml
vendored
8
.github/workflows/test_sitl_copter.yml
vendored
@ -113,7 +113,9 @@ jobs:
|
|||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: fail-${{matrix.config}}
|
name: fail-${{matrix.config}}
|
||||||
path: /tmp/buildlogs
|
path: |
|
||||||
|
/tmp/buildlogs
|
||||||
|
/__w/ardupilot/ardupilot/logs
|
||||||
retention-days: 14
|
retention-days: 14
|
||||||
|
|
||||||
- name: Archive .bin artifacts
|
- name: Archive .bin artifacts
|
||||||
@ -214,7 +216,9 @@ jobs:
|
|||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: fail-${{matrix.config}}
|
name: fail-${{matrix.config}}
|
||||||
path: /tmp/buildlogs
|
path: |
|
||||||
|
/tmp/buildlogs
|
||||||
|
/__w/ardupilot/ardupilot/logs
|
||||||
retention-days: 14
|
retention-days: 14
|
||||||
|
|
||||||
- name: Archive .bin artifacts
|
- name: Archive .bin artifacts
|
||||||
|
4
.github/workflows/test_sitl_plane.yml
vendored
4
.github/workflows/test_sitl_plane.yml
vendored
@ -108,7 +108,9 @@ jobs:
|
|||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: fail-${{matrix.config}}
|
name: fail-${{matrix.config}}
|
||||||
path: /tmp/buildlogs
|
path: |
|
||||||
|
/tmp/buildlogs
|
||||||
|
/__w/ardupilot/ardupilot/logs
|
||||||
retention-days: 14
|
retention-days: 14
|
||||||
|
|
||||||
- name: Archive .bin artifacts
|
- name: Archive .bin artifacts
|
||||||
|
4
.github/workflows/test_sitl_rover.yml
vendored
4
.github/workflows/test_sitl_rover.yml
vendored
@ -108,7 +108,9 @@ jobs:
|
|||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: fail-${{matrix.config}}
|
name: fail-${{matrix.config}}
|
||||||
path: /tmp/buildlogs
|
path: |
|
||||||
|
/tmp/buildlogs
|
||||||
|
/__w/ardupilot/ardupilot/logs
|
||||||
retention-days: 14
|
retention-days: 14
|
||||||
|
|
||||||
- name: Archive .bin artifacts
|
- name: Archive .bin artifacts
|
||||||
|
4
.github/workflows/test_sitl_sub.yml
vendored
4
.github/workflows/test_sitl_sub.yml
vendored
@ -107,7 +107,9 @@ jobs:
|
|||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: fail-${{matrix.config}}
|
name: fail-${{matrix.config}}
|
||||||
path: /tmp/buildlogs
|
path: |
|
||||||
|
/tmp/buildlogs
|
||||||
|
/__w/ardupilot/ardupilot/logs
|
||||||
retention-days: 14
|
retention-days: 14
|
||||||
|
|
||||||
- name: Archive .bin artifacts
|
- name: Archive .bin artifacts
|
||||||
|
4
.github/workflows/test_sitl_tracker.yml
vendored
4
.github/workflows/test_sitl_tracker.yml
vendored
@ -107,7 +107,9 @@ jobs:
|
|||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
name: fail-${{matrix.config}}
|
name: fail-${{matrix.config}}
|
||||||
path: /tmp/buildlogs
|
path: |
|
||||||
|
/tmp/buildlogs
|
||||||
|
/__w/ardupilot/ardupilot/logs
|
||||||
retention-days: 14
|
retention-days: 14
|
||||||
|
|
||||||
- name: Archive .bin artifacts
|
- name: Archive .bin artifacts
|
||||||
|
Loading…
Reference in New Issue
Block a user