Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4f663b9

Browse files
committedMay 16, 2022
Desperate CI: try and get some logs from the thing running out of disk
1 parent 15c08e5 commit 4f663b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎.github/workflows/tests.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
179179
sytest:
180180
if: ${{ !failure() && !cancelled() }}
181-
needs: linting-done
181+
#needs: linting-done
182182
runs-on: ubuntu-latest
183183
container:
184184
image: matrixdotorg/sytest-synapse:${{ matrix.sytest-tag }}
@@ -223,7 +223,8 @@ jobs:
223223
- name: Prepare test blacklist
224224
run: cat sytest-blacklist .ci/worker-blacklist > synapse-blacklist-with-workers
225225
- name: Run SyTest
226-
run: /bootstrap.sh synapse
226+
run: |
227+
/bootstrap.sh synapse & bash -c 'while :; do sleep 15; bfree=`df | grep '"'"'/$'"'"' | awk '"'"'{ print $4 }'"'"'`; if [ $bfree \< 512000 ]; then killall -sKILL bootstrap.sh; fi; done' & bash -c 'while :; do sleep 1m; echo MINUTE; done'
227228
working-directory: /src
228229
- name: Summarise results.tap
229230
if: ${{ always() }}

0 commit comments

Comments
 (0)
This repository has been archived.