diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2019-07-23 01:05:00 +1000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-07-22 16:05:00 +0100 |
commit | 0d0f6d12bc84b106ac83ecf824bd722a08070b78 (patch) | |
tree | d5d101573f71758b8bce0b5586299c0e0cf6c0c5 /.buildkite/pipeline.yml | |
parent | Merge pull request #5730 from matrix-org/erikj/cache_versions (diff) | |
download | synapse-0d0f6d12bc84b106ac83ecf824bd722a08070b78.tar.xz |
Fix logging in workers (#5729)
This also adds a worker blacklist.
Diffstat (limited to '.buildkite/pipeline.yml')
-rw-r--r-- | .buildkite/pipeline.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index d5e5aeec6b..c8ae1a44be 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -220,8 +220,10 @@ steps: env: POSTGRES: "1" WORKERS: "1" + BLACKLIST: "synapse-blacklist-with-workers" command: - "bash .buildkite/merge_base_branch.sh" + - "bash -c 'cat /src/sytest-blacklist /src/.buildkite/worker-blacklist > /src/synapse-blacklist-with-workers'" - "bash /synapse_sytest.sh" plugins: - docker#v3.0.1: @@ -229,7 +231,6 @@ steps: propagate-environment: true always-pull: true workdir: "/src" - soft_fail: true retry: automatic: - exit_status: -1 |