diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-17 17:15:54 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-17 17:15:54 +0000 |
commit | 333ae763d45b61356d18b32154f08a44f0ea8dfe (patch) | |
tree | 458129c2295c35aaebed0b50d2b1c57814210420 /.buildkite/pipeline.yml | |
parent | Improved docs on setting up Postgresql (#5661) (diff) | |
parent | Use /src for checking out synapse during sytests (#5664) (diff) | |
download | synapse-333ae763d45b61356d18b32154f08a44f0ea8dfe.tar.xz |
Use /src for checking out synapse during sytests (#5664)
Diffstat (limited to '.buildkite/pipeline.yml')
-rw-r--r-- | .buildkite/pipeline.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index bf5c51217f..c5100be190 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -178,6 +178,7 @@ steps: image: "matrixdotorg/sytest-synapse:py35" propagate-environment: true always-pull: true + workdir: "/src" retry: automatic: - exit_status: -1 @@ -198,6 +199,7 @@ steps: image: "matrixdotorg/sytest-synapse:dinsic-py3" propagate-environment: true always-pull: true + workdir: "/src" retry: automatic: - exit_status: -1 @@ -219,6 +221,7 @@ steps: image: "matrixdotorg/sytest-synapse:dinsic-py3" propagate-environment: true always-pull: true + workdir: "/src" soft_fail: true retry: automatic: |