0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-02 02:38:59 +02:00

Use /src for checking out synapse during sytests (#5664)

This commit is contained in:
Amber Brown 2019-07-11 23:43:41 +10:00 committed by GitHub
parent 39e9839a04
commit a83577d64f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -179,6 +179,7 @@ steps:
image: "matrixdotorg/sytest-synapse:py35"
propagate-environment: true
always-pull: true
workdir: "/src"
retry:
automatic:
- exit_status: -1
@ -199,6 +200,7 @@ steps:
image: "matrixdotorg/sytest-synapse:py35"
propagate-environment: true
always-pull: true
workdir: "/src"
retry:
automatic:
- exit_status: -1
@ -220,6 +222,7 @@ steps:
image: "matrixdotorg/sytest-synapse:py35"
propagate-environment: true
always-pull: true
workdir: "/src"
soft_fail: true
retry:
automatic:

1
changelog.d/5664.misc Normal file
View file

@ -0,0 +1 @@
Update the sytest BuildKite configuration to checkout Synapse in `/src`.