1
0

Allow the multi-pg, workers, asyncio Synapse config to fail

Without causing CI to fail, as it's very flaky.
This commit is contained in:
Andrew Morgan
2025-06-03 11:43:36 +01:00
parent fae72f181b
commit f2fe05704b
2 changed files with 6 additions and 0 deletions

View File

@@ -525,6 +525,11 @@ jobs:
- name: Run SyTest
run: /bootstrap.sh synapse
working-directory: /src
# Prevent failures of this configuration from causing all of CI to
# marked as failed. This is useful for testing a new Synapse configuration
# in anger without causing sporatic CI failures.
continue-on-error: ${{ matrix.job.failure_allowed || false }}
- name: Summarise results.tap
if: ${{ always() }}
run: /sytest/scripts/tap_to_gha.pl /logs/results.tap