Skip to content

Commit

Permalink
Merge pull request #21687 from madurangasiriwardena/oom
Browse files Browse the repository at this point in the history
Add step to archive the memory dump if available
  • Loading branch information
madurangasiriwardena authored Nov 12, 2024
2 parents c1e5d3d + 9e7c4d5 commit 058dd6b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pr-builder-test-JDK11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,14 @@ jobs:
path: |
product-is/**/surefire-reports
if-no-files-found: warn
- name: Archive heap dump
if: always()
uses: actions/upload-artifact@v4
with:
name: heap-dump
path: |
product-is/**/heap-dump.hprof
if-no-files-found: ignore
- name: Comment build status
if: always()
run: |
Expand Down

0 comments on commit 058dd6b

Please sign in to comment.