Skip to content

Commit d26c253

Browse files
committed
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.
1 parent 5d2fd27 commit d26c253

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/build.yml

-18
Original file line numberDiff line numberDiff line change
@@ -164,15 +164,6 @@ jobs:
164164
build-target: linux64
165165
container-path: ${{ needs.container.outputs.path }}
166166

167-
test-linux64_multiprocess:
168-
name: linux64_multiprocess-test
169-
uses: ./.github/workflows/test-src.yml
170-
needs: [container, depends-linux64_multiprocess, src-linux64_multiprocess]
171-
with:
172-
bundle-key: ${{ needs.src-linux64_multiprocess.outputs.key }}
173-
build-target: linux64_multiprocess
174-
container-path: ${{ needs.container.outputs.path }}
175-
176167
test-linux64_nowallet:
177168
name: linux64_nowallet-test
178169
uses: ./.github/workflows/test-src.yml
@@ -191,15 +182,6 @@ jobs:
191182
build-target: linux64_sqlite
192183
container-path: ${{ needs.container.outputs.path }}
193184

194-
test-linux64_tsan:
195-
name: linux64_tsan-test
196-
uses: ./.github/workflows/test-src.yml
197-
needs: [container, depends-linux64_multiprocess, src-linux64_tsan]
198-
with:
199-
bundle-key: ${{ needs.src-linux64_tsan.outputs.key }}
200-
build-target: linux64_tsan
201-
container-path: ${{ needs.container.outputs.path }}
202-
203185
test-linux64_ubsan:
204186
name: linux64_ubsan-test
205187
uses: ./.github/workflows/test-src.yml

0 commit comments

Comments
 (0)