Use /src for checking out synapse during sytests (#5664)
parent
39e9839a04
commit
a83577d64f
|
@ -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:
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Update the sytest BuildKite configuration to checkout Synapse in `/src`.
|
Loading…
Reference in New Issue