diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-10-21 17:35:16 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-10-21 17:35:16 +0100 |
commit | a4e4a9c93b14fcf0d6ee3f31adbc071a7075d169 (patch) | |
tree | e70d94e9bdcaf3e9125aabfa67a43b343296c219 /.buildkite/pipeline.yml | |
parent | Add py3 jobs on BuildKite (diff) | |
download | synapse-a4e4a9c93b14fcf0d6ee3f31adbc071a7075d169.tar.xz |
Try running the workers job on bigger agents
Diffstat (limited to '.buildkite/pipeline.yml')
-rw-r--r-- | .buildkite/pipeline.yml | 4 |
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" |