summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-10-21 17:35:16 +0100
committerBrendan Abolivier <babolivier@matrix.org>2019-10-21 17:35:16 +0100
commita4e4a9c93b14fcf0d6ee3f31adbc071a7075d169 (patch)
treee70d94e9bdcaf3e9125aabfa67a43b343296c219
parentAdd py3 jobs on BuildKite (diff)
downloadsynapse-a4e4a9c93b14fcf0d6ee3f31adbc071a7075d169.tar.xz
Try running the workers job on bigger agents
-rw-r--r--.buildkite/pipeline.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml

index 7bbd2c47fa..32fe64092a 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml
@@ -71,7 +71,7 @@ steps: - label: "SyTest - :python: 2.7 / :postgres: 9.6 / Workers" agents: - queue: "medium" + queue: "xlarge" env: POSTGRES: "1" WORKERS: "1" @@ -122,7 +122,7 @@ steps: - label: "SyTest - :python: 3 / :postgres: 9.6 / Workers" agents: - queue: "medium" + queue: "xlarge" env: POSTGRES: "1" WORKERS: "1"