Skip to content

Commit

Permalink
Speed up the PostgreSQL unit tests (matrix-org#5717)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl authored Jul 19, 2019
1 parent 6a85cb5 commit 356ed04
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down
1 change: 1 addition & 0 deletions changelog.d/5717.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Speed up PostgreSQL unit tests in CI.

0 comments on commit 356ed04

Please sign in to comment.