summary refs log tree commit diff
path: root/.buildkite/pipeline.yml
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-02-19 11:50:54 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-02-19 11:50:54 +0000
commit383acba5b6f7190d09c0ba08109b1516c0371f37 (patch)
tree353d8ea9ed662ae18fbba0bcbe07bffdd12aa924 /.buildkite/pipeline.yml
parentMerge pull request #5730 from matrix-org/erikj/cache_versions (diff)
parentFix logging in workers (#5729) (diff)
downloadsynapse-383acba5b6f7190d09c0ba08109b1516c0371f37.tar.xz
Fix logging in workers (#5729)
Diffstat (limited to '.buildkite/pipeline.yml')
-rw-r--r--.buildkite/pipeline.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml
index 592832d754..ee76954185 100644
--- a/.buildkite/pipeline.yml
+++ b/.buildkite/pipeline.yml
@@ -219,8 +219,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:
@@ -228,7 +230,6 @@ steps:
           propagate-environment: true
           always-pull: true
           workdir: "/src"
-    soft_fail: true
     retry:
       automatic:
         - exit_status: -1