1
0

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

This commit is contained in:
Andrew Morgan
2020-02-17 17:15:54 +00:00
2 changed files with 4 additions and 0 deletions

View File

@@ -178,6 +178,7 @@ steps:
image: "matrixdotorg/sytest-synapse:py35"
propagate-environment: true
always-pull: true
workdir: "/src"
retry:
automatic:
- exit_status: -1
@@ -198,6 +199,7 @@ steps:
image: "matrixdotorg/sytest-synapse:dinsic-py3"
propagate-environment: true
always-pull: true
workdir: "/src"
retry:
automatic:
- exit_status: -1
@@ -219,6 +221,7 @@ steps:
image: "matrixdotorg/sytest-synapse:dinsic-py3"
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`.