From 3461c14155f99fa0981b3b412fb4a8b084123d07 Mon Sep 17 00:00:00 2001 From: Kittywhiskers Van Gogh <63189531+kwvg@users.noreply.github.com> Date: Sun, 16 Feb 2025 19:06:48 +0000 Subject: [PATCH] ci: tentatively drop multiprocess and tsan functional tests 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. --- .github/workflows/build.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ac8fa8a7c947..8b3ba89217800 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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