Skip to content

Commit d18108c

Browse files
authored
ci: dont test aws on all server versions (#4418)
1 parent ae234a8 commit d18108c

File tree

2 files changed

+1
-1051
lines changed

2 files changed

+1
-1051
lines changed

.evergreen/ci_matrix_constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const LOWEST_LTS = NODE_VERSIONS[0];
1010
const LATEST_LTS = NODE_VERSIONS[NODE_VERSIONS.length - 1];
1111

1212
const TOPOLOGIES = ['server', 'replica_set', 'sharded_cluster'];
13-
const AWS_AUTH_VERSIONS = ['latest', '8.0', '7.0', '6.0', '5.0', '4.4'];
13+
const AWS_AUTH_VERSIONS = ['latest'];
1414
const TLS_VERSIONS = ['latest', '8.0', '7.0', '6.0', '5.0', '4.4', '4.2'];
1515
const LB_VERSIONS = MONGODB_VERSIONS.slice(0, MONGODB_VERSIONS.indexOf('5.0') + 1);
1616
LB_VERSIONS.reverse();

0 commit comments

Comments
 (0)