mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-12 10:29:27 -05:00
Use /src for checking out synapse during sytests (#5664)
This commit is contained in:
parent
39e9839a04
commit
a83577d64f
@ -179,6 +179,7 @@ steps:
|
|||||||
image: "matrixdotorg/sytest-synapse:py35"
|
image: "matrixdotorg/sytest-synapse:py35"
|
||||||
propagate-environment: true
|
propagate-environment: true
|
||||||
always-pull: true
|
always-pull: true
|
||||||
|
workdir: "/src"
|
||||||
retry:
|
retry:
|
||||||
automatic:
|
automatic:
|
||||||
- exit_status: -1
|
- exit_status: -1
|
||||||
@ -199,6 +200,7 @@ steps:
|
|||||||
image: "matrixdotorg/sytest-synapse:py35"
|
image: "matrixdotorg/sytest-synapse:py35"
|
||||||
propagate-environment: true
|
propagate-environment: true
|
||||||
always-pull: true
|
always-pull: true
|
||||||
|
workdir: "/src"
|
||||||
retry:
|
retry:
|
||||||
automatic:
|
automatic:
|
||||||
- exit_status: -1
|
- exit_status: -1
|
||||||
@ -220,6 +222,7 @@ steps:
|
|||||||
image: "matrixdotorg/sytest-synapse:py35"
|
image: "matrixdotorg/sytest-synapse:py35"
|
||||||
propagate-environment: true
|
propagate-environment: true
|
||||||
always-pull: true
|
always-pull: true
|
||||||
|
workdir: "/src"
|
||||||
soft_fail: true
|
soft_fail: true
|
||||||
retry:
|
retry:
|
||||||
automatic:
|
automatic:
|
||||||
|
1
changelog.d/5664.misc
Normal file
1
changelog.d/5664.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Update the sytest BuildKite configuration to checkout Synapse in `/src`.
|
Loading…
Reference in New Issue
Block a user