Skip to content

Commit

Permalink
[ci] Remove Java Flight Recorder from CI, as it seems to corrupt the …
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Oct 20, 2024
1 parent 2d3976e commit 20e9555
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]
permissions:
contents: read
env:
MAVEN_OPTS: -XX:StartFlightRecording=maxsize=5g,disk=true,dumponexit=true,settings=default,filename=./ -DtrimStackTrace=false -D'maven.resolver.transport=wagon'
MAVEN_OPTS: -DtrimStackTrace=false -D'maven.resolver.transport=wagon'
DEV_JDK: '17'
jobs:
license:
Expand Down Expand Up @@ -81,6 +81,5 @@ jobs:
name: ${{ runner.os }}-${{ matrix.jvm }}-build-logs
retention-days: 5
path: |
**/*.jfr
**/hs_err_pid*.log
**/target/surefire-reports/*

0 comments on commit 20e9555

Please sign in to comment.