Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 356ed04

Browse files
authored
Speed up the PostgreSQL unit tests (#5717)
1 parent 6a85cb5 commit 356ed04

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,10 @@ steps:
117117
limit: 2
118118

119119
- label: ":python: 3.5 / :postgres: 9.5"
120+
agents:
121+
queue: "medium"
120122
env:
121-
TRIAL_FLAGS: "-j 4"
123+
TRIAL_FLAGS: "-j 8"
122124
command:
123125
- "bash -c 'python -m pip install tox && python -m tox -e py35-postgres,codecov'"
124126
plugins:
@@ -134,8 +136,10 @@ steps:
134136
limit: 2
135137

136138
- label: ":python: 3.7 / :postgres: 9.5"
139+
agents:
140+
queue: "medium"
137141
env:
138-
TRIAL_FLAGS: "-j 4"
142+
TRIAL_FLAGS: "-j 8"
139143
command:
140144
- "bash -c 'python -m pip install tox && python -m tox -e py37-postgres,codecov'"
141145
plugins:
@@ -151,8 +155,10 @@ steps:
151155
limit: 2
152156

153157
- label: ":python: 3.7 / :postgres: 11"
158+
agents:
159+
queue: "medium"
154160
env:
155-
TRIAL_FLAGS: "-j 4"
161+
TRIAL_FLAGS: "-j 8"
156162
command:
157163
- "bash -c 'python -m pip install tox && python -m tox -e py37-postgres,codecov'"
158164
plugins:

changelog.d/5717.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Speed up PostgreSQL unit tests in CI.

0 commit comments

Comments
 (0)