This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 1+ Speed up PostgreSQL unit tests in CI.
You can’t perform that action at this time.
0 commit comments