Skip to content

Commit af276ca

Browse files
committed
PYTHON-1395 - Use rhel62-small instead of -test
1 parent 95c6513 commit af276ca

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.evergreen/config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,7 +1107,7 @@ buildvariants:
11071107
ssl: "ssl"
11081108
coverage: "*"
11091109
display_name: "${python-version} RHEL 6.2 (x86_64) ${auth} ${ssl} ${coverage}"
1110-
run_on: rhel62-test
1110+
run_on: rhel62-small
11111111
tasks:
11121112
- ".latest"
11131113
- ".3.4"
@@ -1125,7 +1125,7 @@ buildvariants:
11251125
ssl: "*"
11261126
coverage: "*"
11271127
display_name: "${c-extensions} ${python-version} RHEL 6.2 (x86_64) ${auth} ${ssl} ${coverage}"
1128-
run_on: rhel62-test
1128+
run_on: rhel62-small
11291129
tasks:
11301130
- ".latest"
11311131
- ".3.4"
@@ -1141,7 +1141,7 @@ buildvariants:
11411141
green-framework: "*"
11421142
auth-ssl: "*"
11431143
display_name: "${green-framework} ${python-version} RHEL 6.2 (x86_64) ${auth-ssl}"
1144-
run_on: rhel62-test
1144+
run_on: rhel62-small
11451145
tasks:
11461146
- ".latest"
11471147
- ".3.4"
@@ -1179,7 +1179,7 @@ buildvariants:
11791179
- matrix_name: "tests-storage-engines"
11801180
matrix_spec: {storage-engine: "*", python-version: "2.7"}
11811181
display_name: "Storage ${storage-engine} ${python-version} RHEL 6.2 (x86_64)"
1182-
run_on: rhel62-test
1182+
run_on: rhel62-small
11831183
rules:
11841184
- if:
11851185
storage-engine: ["mmapv1", "inmemory"]
@@ -1199,7 +1199,7 @@ buildvariants:
11991199
- matrix_name: "test-linux-enterprise-auth"
12001200
matrix_spec: {"python-version": "*", auth: "auth"}
12011201
display_name: "Enterprise Auth Linux ${python-version}"
1202-
run_on: rhel62-test
1202+
run_on: rhel62-small
12031203
tasks:
12041204
- name: "test-enterprise-auth"
12051205

@@ -1224,22 +1224,22 @@ buildvariants:
12241224
python-version: ["2.7", "3.4", "3.6"]
12251225
mod-wsgi-version: ["2.8"]
12261226
display_name: "${mod-wsgi-version} ${python-version}"
1227-
run_on: rhel62-test
1227+
run_on: rhel62-small
12281228
tasks:
12291229
- name: "mod-wsgi-standalone"
12301230
- name: "mod-wsgi-replica-set"
12311231

12321232
- matrix_name: "mockupdb-tests"
12331233
matrix_spec: {python-version: "2.7"}
12341234
display_name: "MockupDB Tests"
1235-
run_on: rhel62-test
1235+
run_on: rhel62-small
12361236
tasks:
12371237
- name: "mockupdb"
12381238

12391239
- matrix_name: "tests-doctests"
12401240
matrix_spec: {python-version: ["2.7", "3.4"]}
12411241
display_name: "Doctests ${python-version}"
1242-
run_on: rhel62-test
1242+
run_on: rhel62-small
12431243
tasks:
12441244
- name: "doctests"
12451245

@@ -1248,14 +1248,14 @@ buildvariants:
12481248
display_name: "cdecimal ${python-version}"
12491249
batchtime: 10080 # 7 days
12501250
run_on:
1251-
- rhel62-test
1251+
- rhel62-small
12521252
tasks:
12531253
- name: "cdecimal"
12541254

12551255
- name: "no-server"
12561256
display_name: "No server test"
12571257
run_on:
1258-
- rhel62-test
1258+
- rhel62-small
12591259
tasks:
12601260
- name: "no-server"
12611261

0 commit comments

Comments
 (0)