Skip to content

Commit

Permalink
Stop trying to archive Test Distribution trace files
Browse files Browse the repository at this point in the history
Since TD is now disabled on CI
  • Loading branch information
marcphilipp committed Jun 17, 2024
1 parent 76ce378 commit 6128287
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .github/actions/main-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,3 @@ runs:
- uses: ./.github/actions/run-gradle
with:
arguments: ${{ inputs.arguments }}
- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: Test Distribution trace files (${{ github.job }})
path: '**/build/test-results/*/trace.json'
5 changes: 0 additions & 5 deletions .github/workflows/cross-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ jobs:
-PjavaToolchain.version=${{ matrix.jdk }} \
-Dscan.tag.JDK_${{ matrix.jdk }} \
build
- name: Upload Test Distribution trace files
uses: actions/upload-artifact@v4
with:
name: "Test Distribution trace files (OpenJDK ${{ matrix.jdk }})"
path: '**/build/test-results/*/trace.json'
openj9:
strategy:
fail-fast: false
Expand Down

0 comments on commit 6128287

Please sign in to comment.