Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run stress tests for musl x86 #92

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading