summary refs log tree commit diff
path: root/.buildkite
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2019-07-19 19:01:23 +1000
committerGitHub <noreply@github.com>2019-07-19 19:01:23 +1000
commit356ed0438e3081b48a29c71042620c0c68af3c25 (patch)
treef4431b47df38ff81ae60a90e984063b31c0305db /.buildkite
parentRemove non-dedicated logging options and command line arguments (#5678) (diff)
downloadsynapse-356ed0438e3081b48a29c71042620c0c68af3c25.tar.xz
Speed up the PostgreSQL unit tests (#5717)
Diffstat (limited to '.buildkite')
-rw-r--r--.buildkite/pipeline.yml12
1 files changed, 9 insertions, 3 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml
index 7f42fad909..d5e5aeec6b 100644
--- a/.buildkite/pipeline.yml
+++ b/.buildkite/pipeline.yml
@@ -117,8 +117,10 @@ steps:
           limit: 2
 
   - label: ":python: 3.5 / :postgres: 9.5"
+    agents:
+      queue: "medium"
     env:
-      TRIAL_FLAGS: "-j 4"
+      TRIAL_FLAGS: "-j 8"
     command:
       - "bash -c 'python -m pip install tox && python -m tox -e py35-postgres,codecov'"
     plugins:
@@ -134,8 +136,10 @@ steps:
           limit: 2
 
   - label: ":python: 3.7 / :postgres: 9.5"
+    agents:
+      queue: "medium"
     env:
-      TRIAL_FLAGS: "-j 4"
+      TRIAL_FLAGS: "-j 8"
     command:
       - "bash -c 'python -m pip install tox && python -m tox -e py37-postgres,codecov'"
     plugins:
@@ -151,8 +155,10 @@ steps:
           limit: 2
 
   - label: ":python: 3.7 / :postgres: 11"
+    agents:
+      queue: "medium"
     env:
-      TRIAL_FLAGS: "-j 4"
+      TRIAL_FLAGS: "-j 8"
     command:
       - "bash -c 'python -m pip install tox && python -m tox -e py37-postgres,codecov'"
     plugins: