Skip to content

Commit

Permalink
run stress tests for musl x86
Browse files Browse the repository at this point in the history
  • Loading branch information
richardstartin committed May 9, 2024
1 parent 06a163b commit 6433933
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,15 @@ jobs:
export JAVA_TEST_HOME=$(pwd)/test_jdk
chmod a+x ddprof-lib/test.sh
./gradlew :ddprof-test:test --info
./gradlew :ddprof-stresstest:runStressTests -x cppTest --info
- name: Post or update PR comment
if: ${{ github.event_name == 'pull_request' }}
uses: ./.github/actions/pr_comment
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
commenter: "pr-comment-stresstests"
search-text: "stress-bellsoft_${{ matrix.java_version }}_musl"
comment-file: 'ddprof-stresstest/jmh-comment.html'
- name: Upload logs
uses: actions/upload-artifact@v3
if: always()
Expand All @@ -268,6 +277,7 @@ jobs:
ddprof-test/build/reports/tests
ddprof-lib/src/test/build/Testing/Temporary/LastTest.log
ddprof-lib/build/tmp/compileReleaseLinuxCpp/output.txt
./stresstest.html
- uses: actions/upload-artifact@v3
if: success()
with:
Expand Down

0 comments on commit 6433933

Please sign in to comment.