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 9986c10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ 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/

asan:
name: Address sanitizer
Expand Down

0 comments on commit 9986c10

Please sign in to comment.