summary refs log tree commit diff
path: root/.buildkite/pipeline.yml
diff options
context:
space:
mode:
Diffstat (limited to '.buildkite/pipeline.yml')
-rw-r--r--.buildkite/pipeline.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml

index b75269a155..118d648862 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml
@@ -47,7 +47,6 @@ steps: - wait - - command: - "apt-get update && apt-get install -y python3.5 python3.5-dev python3-pip libxml2-dev libxslt-dev zlib1g-dev" - "python3.5 -m pip install tox" @@ -196,7 +195,7 @@ steps: - label: "SyTest - :python: 3.5 / :postgres: 9.6 / Monolith" agents: - queue: "medium" + queue: "xlarge" env: POSTGRES: "1" command: @@ -204,7 +203,7 @@ steps: - "bash /synapse_sytest.sh" plugins: - docker#v3.0.1: - image: "matrixdotorg/sytest-synapse:py35" + image: "matrixdotorg/sytest-synapse:dinsic-py3" propagate-environment: true always-pull: true workdir: "/src" @@ -215,7 +214,7 @@ steps: - exit_status: 2 limit: 2 - - label: "SyTest - :python: 3.5 / :postgres: 9.6 / Workers" + - label: "SyTest - :python: 3 / :postgres: 9.6 / Workers" agents: queue: "medium" env: @@ -228,7 +227,7 @@ steps: - "bash /synapse_sytest.sh" plugins: - docker#v3.0.1: - image: "matrixdotorg/sytest-synapse:py35" + image: "matrixdotorg/sytest-synapse:dinsic-py3" propagate-environment: true always-pull: true workdir: "/src"