Skip to content
Snippets Groups Projects
Unverified Commit a83577d6 authored by Amber Brown's avatar Amber Brown Committed by GitHub
Browse files

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

parent 39e9839a
No related branches found
No related tags found
No related merge requests found
...@@ -179,6 +179,7 @@ steps: ...@@ -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: ...@@ -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: ...@@ -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:
......
Update the sytest BuildKite configuration to checkout Synapse in `/src`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment