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:
117
117
limit : 2
118
118
119
119
- label : " :python: 3.5 / :postgres: 9.5"
120
+ agents :
121
+ queue : " medium"
120
122
env :
121
- TRIAL_FLAGS : " -j 4 "
123
+ TRIAL_FLAGS : " -j 8 "
122
124
command :
123
125
- " bash -c 'python -m pip install tox && python -m tox -e py35-postgres,codecov'"
124
126
plugins :
@@ -134,8 +136,10 @@ steps:
134
136
limit : 2
135
137
136
138
- label : " :python: 3.7 / :postgres: 9.5"
139
+ agents :
140
+ queue : " medium"
137
141
env :
138
- TRIAL_FLAGS : " -j 4 "
142
+ TRIAL_FLAGS : " -j 8 "
139
143
command :
140
144
- " bash -c 'python -m pip install tox && python -m tox -e py37-postgres,codecov'"
141
145
plugins :
@@ -151,8 +155,10 @@ steps:
151
155
limit : 2
152
156
153
157
- label : " :python: 3.7 / :postgres: 11"
158
+ agents :
159
+ queue : " medium"
154
160
env :
155
- TRIAL_FLAGS : " -j 4 "
161
+ TRIAL_FLAGS : " -j 8 "
156
162
command :
157
163
- " bash -c 'python -m pip install tox && python -m tox -e py37-postgres,codecov'"
158
164
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