Skip to content

Commit

Permalink
Remove unnecessary CI steps (open-telemetry#6742)
Browse files Browse the repository at this point in the history
Since tests aren't run on assemble, these shouldn't be needed.
  • Loading branch information
trask committed Sep 25, 2022
1 parent 27f553e commit 6fdea85
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/reusable-assemble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
distribution: temurin
java-version: 17

- name: Start deadlock detector
run: .github/scripts/deadlock-detector.sh

- name: Assemble
uses: gradle/gradle-build-action@v2
env:
Expand Down Expand Up @@ -73,24 +70,3 @@ jobs:
echo $(git diff)
exit 1
fi
- name: Upload deadlock detector artifacts if any
if: always()
uses: actions/upload-artifact@v3
with:
name: deadlock-detector-assemble
path: /tmp/deadlock-detector-*
if-no-files-found: ignore

- name: Upload jvm crash dump files if any
if: always()
uses: actions/upload-artifact@v3
with:
name: javacore-assemble
path: |
**/hs_err_pid*.log
**/javacore.*.txt
**/Snap.*.trc
**/core.*.dmp
**/jitdump.*.dmp
if-no-files-found: ignore

0 comments on commit 6fdea85

Please sign in to comment.