Skip to content

Commit

Permalink
Save dump files to S3
Browse files Browse the repository at this point in the history
Signed-off-by: Monthon Klongklaew <[email protected]>
  • Loading branch information
monthonk committed May 30, 2024
1 parent 4cde9a1 commit f9168f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ jobs:
run: cargo test --no-run
- name: Run tests
run: cargo test
- name: Save dump files
if: ${{ failure() && matrix.runner.name == 'Amazon Linux arm' }}
run: |
aws s3 cp /var/lib/systemd/coredump/core.mountpoint_s3* s3://${{ vars.S3_BUCKET_NAME }}/coredump/ --recursive
asan:
name: Address sanitizer
Expand Down

0 comments on commit f9168f4

Please sign in to comment.