Skip to content

Commit f8a7c63

Browse files
committed
chore: remove superfluous build variants
1 parent 40862b5 commit f8a7c63

File tree

2 files changed

+79
-225
lines changed

2 files changed

+79
-225
lines changed

.evergreen/config.yml

Lines changed: 75 additions & 188 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,108 +1074,12 @@ tasks:
10741074
- func: run aws auth test with aws credentials and session token as environment variables
10751075
- func: run aws ECS auth test
10761076
buildvariants:
1077-
- name: debian71-test-boron
1078-
display_name: Debian 7.1 Node Boron
1079-
run_on: debian71-test
1080-
expansions:
1081-
NODE_LTS_NAME: boron
1082-
tasks: &ref_0
1083-
- test-3.6-server
1084-
- test-3.6-replica_set
1085-
- test-3.6-sharded_cluster
1086-
- test-3.6-server-unified
1087-
- test-3.6-replica_set-unified
1088-
- test-3.6-sharded_cluster-unified
1089-
- test-3.4-server
1090-
- test-3.4-replica_set
1091-
- test-3.4-sharded_cluster
1092-
- test-3.4-server-unified
1093-
- test-3.4-replica_set-unified
1094-
- test-3.4-sharded_cluster-unified
1095-
- test-3.2-server
1096-
- test-3.2-replica_set
1097-
- test-3.2-sharded_cluster
1098-
- test-3.2-server-unified
1099-
- test-3.2-replica_set-unified
1100-
- test-3.2-sharded_cluster-unified
1101-
- test-3.0-server
1102-
- test-3.0-replica_set
1103-
- test-3.0-sharded_cluster
1104-
- test-3.0-server-unified
1105-
- test-3.0-replica_set-unified
1106-
- test-3.0-sharded_cluster-unified
1107-
- test-2.6-server
1108-
- test-2.6-replica_set
1109-
- test-2.6-sharded_cluster
1110-
- test-2.6-server-unified
1111-
- test-2.6-replica_set-unified
1112-
- test-2.6-sharded_cluster-unified
1113-
- name: debian71-test-argon
1114-
display_name: Debian 7.1 Node Argon
1115-
run_on: debian71-test
1116-
expansions:
1117-
NODE_LTS_NAME: argon
1118-
tasks: *ref_0
1119-
- name: debian81-test-dubnium
1120-
display_name: Debian 8.1 Node Dubnium
1121-
run_on: debian81-test
1122-
expansions:
1123-
NODE_LTS_NAME: dubnium
1124-
tasks: &ref_1
1125-
- test-4.0-server
1126-
- test-4.0-replica_set
1127-
- test-4.0-sharded_cluster
1128-
- test-4.0-server-unified
1129-
- test-4.0-replica_set-unified
1130-
- test-4.0-sharded_cluster-unified
1131-
- test-3.6-server
1132-
- test-3.6-replica_set
1133-
- test-3.6-sharded_cluster
1134-
- test-3.6-server-unified
1135-
- test-3.6-replica_set-unified
1136-
- test-3.6-sharded_cluster-unified
1137-
- test-3.4-server
1138-
- test-3.4-replica_set
1139-
- test-3.4-sharded_cluster
1140-
- test-3.4-server-unified
1141-
- test-3.4-replica_set-unified
1142-
- test-3.4-sharded_cluster-unified
1143-
- name: debian81-test-carbon
1144-
display_name: Debian 8.1 Node Carbon
1145-
run_on: debian81-test
1146-
expansions:
1147-
NODE_LTS_NAME: carbon
1148-
tasks: *ref_1
1149-
- name: debian81-test-boron
1150-
display_name: Debian 8.1 Node Boron
1151-
run_on: debian81-test
1152-
expansions:
1153-
NODE_LTS_NAME: boron
1154-
tasks: *ref_1
1155-
- name: debian81-test-argon
1156-
display_name: Debian 8.1 Node Argon
1157-
run_on: debian81-test
1158-
expansions:
1159-
NODE_LTS_NAME: argon
1160-
tasks: *ref_1
1161-
- name: linux-64-amzn-test-boron
1162-
display_name: Amazon Linux (Enterprise) Node Boron
1163-
run_on: linux-64-amzn-test
1164-
expansions:
1165-
NODE_LTS_NAME: boron
1166-
tasks: *ref_0
1167-
- name: linux-64-amzn-test-argon
1168-
display_name: Amazon Linux (Enterprise) Node Argon
1169-
run_on: linux-64-amzn-test
1170-
expansions:
1171-
NODE_LTS_NAME: argon
1172-
tasks: *ref_0
11731077
- name: macos-1014-dubnium
11741078
display_name: macOS 10.14 Node Dubnium
11751079
run_on: macos-1014
11761080
expansions:
11771081
NODE_LTS_NAME: dubnium
1178-
tasks: &ref_2
1082+
tasks: &ref_0
11791083
- test-latest-server
11801084
- test-latest-replica_set
11811085
- test-latest-sharded_cluster
@@ -1237,117 +1141,49 @@ buildvariants:
12371141
run_on: macos-1014
12381142
expansions:
12391143
NODE_LTS_NAME: carbon
1240-
tasks: *ref_2
1144+
tasks: *ref_0
12411145
- name: macos-1014-boron
12421146
display_name: macOS 10.14 Node Boron
12431147
run_on: macos-1014
12441148
expansions:
12451149
NODE_LTS_NAME: boron
1246-
tasks: *ref_2
1150+
tasks: *ref_0
12471151
- name: macos-1014-argon
12481152
display_name: macOS 10.14 Node Argon
12491153
run_on: macos-1014
12501154
expansions:
12511155
NODE_LTS_NAME: argon
1252-
tasks: *ref_2
1156+
tasks: *ref_0
12531157
- name: rhel70-dubnium
12541158
display_name: RHEL 7.0 Node Dubnium
12551159
run_on: rhel70-small
12561160
expansions:
12571161
NODE_LTS_NAME: dubnium
1258-
tasks: *ref_2
1162+
tasks: *ref_0
12591163
- name: rhel70-carbon
12601164
display_name: RHEL 7.0 Node Carbon
12611165
run_on: rhel70-small
12621166
expansions:
12631167
NODE_LTS_NAME: carbon
1264-
tasks: *ref_2
1168+
tasks: *ref_0
12651169
- name: rhel70-boron
12661170
display_name: RHEL 7.0 Node Boron
12671171
run_on: rhel70-small
12681172
expansions:
12691173
NODE_LTS_NAME: boron
1270-
tasks: *ref_2
1174+
tasks: *ref_0
12711175
- name: rhel70-argon
12721176
display_name: RHEL 7.0 Node Argon
12731177
run_on: rhel70-small
12741178
expansions:
12751179
NODE_LTS_NAME: argon
1276-
tasks: *ref_2
1277-
- name: suse12-x86-64-test-dubnium
1278-
display_name: SUSE 12 (x86_64) Node Dubnium
1279-
run_on: suse12-test
1280-
expansions:
1281-
NODE_LTS_NAME: dubnium
1282-
tasks: &ref_3
1283-
- test-latest-server
1284-
- test-latest-replica_set
1285-
- test-latest-sharded_cluster
1286-
- test-latest-server-unified
1287-
- test-latest-replica_set-unified
1288-
- test-latest-sharded_cluster-unified
1289-
- test-4.2-server
1290-
- test-4.2-replica_set
1291-
- test-4.2-sharded_cluster
1292-
- test-4.2-server-unified
1293-
- test-4.2-replica_set-unified
1294-
- test-4.2-sharded_cluster-unified
1295-
- test-4.0-server
1296-
- test-4.0-replica_set
1297-
- test-4.0-sharded_cluster
1298-
- test-4.0-server-unified
1299-
- test-4.0-replica_set-unified
1300-
- test-4.0-sharded_cluster-unified
1301-
- test-3.6-server
1302-
- test-3.6-replica_set
1303-
- test-3.6-sharded_cluster
1304-
- test-3.6-server-unified
1305-
- test-3.6-replica_set-unified
1306-
- test-3.6-sharded_cluster-unified
1307-
- test-3.4-server
1308-
- test-3.4-replica_set
1309-
- test-3.4-sharded_cluster
1310-
- test-3.4-server-unified
1311-
- test-3.4-replica_set-unified
1312-
- test-3.4-sharded_cluster-unified
1313-
- test-3.2-server
1314-
- test-3.2-replica_set
1315-
- test-3.2-sharded_cluster
1316-
- test-3.2-server-unified
1317-
- test-3.2-replica_set-unified
1318-
- test-3.2-sharded_cluster-unified
1319-
- test-atlas-connectivity
1320-
- test-ocsp-valid-cert-server-staples
1321-
- test-ocsp-invalid-cert-server-staples
1322-
- test-ocsp-valid-cert-server-does-not-staple
1323-
- test-ocsp-invalid-cert-server-does-not-staple
1324-
- test-ocsp-soft-fail
1325-
- test-ocsp-malicious-invalid-cert-mustStaple-server-does-not-staple
1326-
- test-ocsp-malicious-no-responder-mustStaple-server-does-not-staple
1327-
- name: suse12-x86-64-test-carbon
1328-
display_name: SUSE 12 (x86_64) Node Carbon
1329-
run_on: suse12-test
1330-
expansions:
1331-
NODE_LTS_NAME: carbon
1332-
tasks: *ref_3
1333-
- name: suse12-x86-64-test-boron
1334-
display_name: SUSE 12 (x86_64) Node Boron
1335-
run_on: suse12-test
1336-
expansions:
1337-
NODE_LTS_NAME: boron
1338-
tasks: *ref_3
1339-
- name: suse12-x86-64-test-argon
1340-
display_name: SUSE 12 (x86_64) Node Argon
1341-
run_on: suse12-test
1342-
expansions:
1343-
NODE_LTS_NAME: argon
1344-
tasks: *ref_3
1180+
tasks: *ref_0
13451181
- name: ubuntu-14.04-dubnium
13461182
display_name: Ubuntu 14.04 Node Dubnium
13471183
run_on: ubuntu1404-test
13481184
expansions:
13491185
NODE_LTS_NAME: dubnium
1350-
tasks: &ref_4
1186+
tasks: &ref_1
13511187
- test-4.0-server
13521188
- test-4.0-replica_set
13531189
- test-4.0-sharded_cluster
@@ -1389,40 +1225,91 @@ buildvariants:
13891225
run_on: ubuntu1404-test
13901226
expansions:
13911227
NODE_LTS_NAME: carbon
1392-
tasks: *ref_4
1228+
tasks: *ref_1
13931229
- name: ubuntu-14.04-boron
13941230
display_name: Ubuntu 14.04 Node Boron
13951231
run_on: ubuntu1404-test
13961232
expansions:
13971233
NODE_LTS_NAME: boron
1398-
tasks: *ref_4
1234+
tasks: *ref_1
13991235
- name: ubuntu-14.04-argon
14001236
display_name: Ubuntu 14.04 Node Argon
14011237
run_on: ubuntu1404-test
14021238
expansions:
14031239
NODE_LTS_NAME: argon
1404-
tasks: *ref_4
1405-
- name: ubuntu-16.04-dubnium
1406-
display_name: Ubuntu 16.04 Node Dubnium
1407-
run_on: ubuntu1604-test
1240+
tasks: *ref_1
1241+
- name: ubuntu-18.04-dubnium
1242+
display_name: Ubuntu 18.04 Node Dubnium
1243+
run_on: ubuntu1804-test
14081244
expansions:
14091245
NODE_LTS_NAME: dubnium
14101246
CLIENT_ENCRYPTION: true
1411-
tasks: *ref_3
1412-
- name: ubuntu-16.04-carbon
1413-
display_name: Ubuntu 16.04 Node Carbon
1414-
run_on: ubuntu1604-test
1247+
tasks: &ref_2
1248+
- test-latest-server
1249+
- test-latest-replica_set
1250+
- test-latest-sharded_cluster
1251+
- test-latest-server-unified
1252+
- test-latest-replica_set-unified
1253+
- test-latest-sharded_cluster-unified
1254+
- test-4.2-server
1255+
- test-4.2-replica_set
1256+
- test-4.2-sharded_cluster
1257+
- test-4.2-server-unified
1258+
- test-4.2-replica_set-unified
1259+
- test-4.2-sharded_cluster-unified
1260+
- test-4.0-server
1261+
- test-4.0-replica_set
1262+
- test-4.0-sharded_cluster
1263+
- test-4.0-server-unified
1264+
- test-4.0-replica_set-unified
1265+
- test-4.0-sharded_cluster-unified
1266+
- test-3.6-server
1267+
- test-3.6-replica_set
1268+
- test-3.6-sharded_cluster
1269+
- test-3.6-server-unified
1270+
- test-3.6-replica_set-unified
1271+
- test-3.6-sharded_cluster-unified
1272+
- test-3.4-server
1273+
- test-3.4-replica_set
1274+
- test-3.4-sharded_cluster
1275+
- test-3.4-server-unified
1276+
- test-3.4-replica_set-unified
1277+
- test-3.4-sharded_cluster-unified
1278+
- test-3.2-server
1279+
- test-3.2-replica_set
1280+
- test-3.2-sharded_cluster
1281+
- test-3.2-server-unified
1282+
- test-3.2-replica_set-unified
1283+
- test-3.2-sharded_cluster-unified
1284+
- test-atlas-connectivity
1285+
- test-ocsp-valid-cert-server-staples
1286+
- test-ocsp-invalid-cert-server-staples
1287+
- test-ocsp-valid-cert-server-does-not-staple
1288+
- test-ocsp-invalid-cert-server-does-not-staple
1289+
- test-ocsp-soft-fail
1290+
- test-ocsp-malicious-invalid-cert-mustStaple-server-does-not-staple
1291+
- test-ocsp-malicious-no-responder-mustStaple-server-does-not-staple
1292+
- name: ubuntu-18.04-carbon
1293+
display_name: Ubuntu 18.04 Node Carbon
1294+
run_on: ubuntu1804-test
14151295
expansions:
14161296
NODE_LTS_NAME: carbon
14171297
CLIENT_ENCRYPTION: true
1418-
tasks: *ref_3
1419-
- name: ubuntu-16.04-boron
1420-
display_name: Ubuntu 16.04 Node Boron
1421-
run_on: ubuntu1604-test
1298+
tasks: *ref_2
1299+
- name: ubuntu-18.04-boron
1300+
display_name: Ubuntu 18.04 Node Boron
1301+
run_on: ubuntu1804-test
14221302
expansions:
14231303
NODE_LTS_NAME: boron
14241304
CLIENT_ENCRYPTION: true
1425-
tasks: *ref_3
1305+
tasks: *ref_2
1306+
- name: ubuntu-18.04-argon
1307+
display_name: Ubuntu 18.04 Node Argon
1308+
run_on: ubuntu1804-test
1309+
expansions:
1310+
NODE_LTS_NAME: argon
1311+
CLIENT_ENCRYPTION: true
1312+
tasks: *ref_2
14261313
- name: ubuntu1804-test-mongodb-aws
14271314
display_name: MONGODB-AWS Auth test
14281315
run_on: ubuntu1804-test

0 commit comments

Comments
 (0)