mirror of https://github.com/ArduPilot/ardupilot
CI: include both log paths in fail logs
This commit is contained in:
parent
901978a9b3
commit
135b79d746
|
@ -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
|
||||
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue