Skip to content

Commit

Permalink
Merge pull request #21688 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 058dd6b + c810750 commit f99c2d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/dependency-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,14 @@ jobs:
path: |
${{steps.builder_step.outputs.REPO_NAME}}/mvn-build.log
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: Google Chat Notification
run: |
STATUS_COLOR=$(if [[ ${{ job.status }} == "success" ]];then echo "#009944";
Expand Down

0 comments on commit f99c2d5

Please sign in to comment.