Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Use /src for checking out synapse during sytests (#5664)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Jul 11, 2019
1 parent 39e9839 commit a83577d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildkite/pipeline.yml
Expand Up @@ -179,6 +179,7 @@ steps:
image: "matrixdotorg/sytest-synapse:py35"
propagate-environment: true
always-pull: true
workdir: "/src"
retry:
automatic:
- exit_status: -1
Expand All @@ -199,6 +200,7 @@ steps:
image: "matrixdotorg/sytest-synapse:py35"
propagate-environment: true
always-pull: true
workdir: "/src"
retry:
automatic:
- exit_status: -1
Expand All @@ -220,6 +222,7 @@ steps:
image: "matrixdotorg/sytest-synapse:py35"
propagate-environment: true
always-pull: true
workdir: "/src"
soft_fail: true
retry:
automatic:
Expand Down
1 change: 1 addition & 0 deletions changelog.d/5664.misc
@@ -0,0 +1 @@
Update the sytest BuildKite configuration to checkout Synapse in `/src`.

0 comments on commit a83577d

Please sign in to comment.