Compare commits

...

1 Commits

Author SHA1 Message Date
Andrew Morgan
f2fe05704b Allow the multi-pg, workers, asyncio Synapse config to fail
Without causing CI to fail, as it's very flaky.
2025-06-03 11:43:36 +01:00
2 changed files with 6 additions and 0 deletions

View File

@@ -120,6 +120,7 @@ sytest_tests = [
"postgres": "multi-postgres",
"workers": "workers",
"reactor": "asyncio",
"failure_allowed": True,
},
]

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