Skip to content

Commit

Permalink
ci: tentatively drop multiprocess and tsan functional tests
Browse files Browse the repository at this point in the history
Currently, we are experiencing issues surrounding exhausting disk space
during the log collection of these runs. While actions exist to free up
space on the runner, they are unusable when the job runs in a container
context nor are deleting files a viable way to get by, we will drop this
for now until a remedy for this can be figured out.
  • Loading branch information
kwvg committed Feb 25, 2025
1 parent 5db8fa0 commit 3461c14
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,15 +164,6 @@ jobs:
build-target: linux64
container-path: ${{ needs.container.outputs.path }}

test-linux64_multiprocess:
name: linux64_multiprocess-test
uses: ./.github/workflows/test-src.yml
needs: [container, depends-linux64_multiprocess, src-linux64_multiprocess]
with:
bundle-key: ${{ needs.src-linux64_multiprocess.outputs.key }}
build-target: linux64_multiprocess
container-path: ${{ needs.container.outputs.path }}

test-linux64_nowallet:
name: linux64_nowallet-test
uses: ./.github/workflows/test-src.yml
Expand All @@ -191,15 +182,6 @@ jobs:
build-target: linux64_sqlite
container-path: ${{ needs.container.outputs.path }}

test-linux64_tsan:
name: linux64_tsan-test
uses: ./.github/workflows/test-src.yml
needs: [container, depends-linux64_multiprocess, src-linux64_tsan]
with:
bundle-key: ${{ needs.src-linux64_tsan.outputs.key }}
build-target: linux64_tsan
container-path: ${{ needs.container.outputs.path }}

test-linux64_ubsan:
name: linux64_ubsan-test
uses: ./.github/workflows/test-src.yml
Expand Down

0 comments on commit 3461c14

Please sign in to comment.