Skip to content

Commit

Permalink
test(NODE-5300): add 7.0 to CI (#3676)
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson authored May 26, 2023
1 parent 98b7bdf commit 8a73735
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/ci_matrix_constants.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const MONGODB_VERSIONS = ['latest', 'rapid', '6.0', '5.0', '4.4', '4.2', '4.0', '3.6'];
const MONGODB_VERSIONS = ['latest', 'rapid', '7.0', '6.0', '5.0', '4.4', '4.2', '4.0', '3.6'];
const versions = [
{ codeName: 'erbium', versionNumber: 12 },
{ codeName: 'fermium', versionNumber: 14 },
Expand Down
108 changes: 108 additions & 0 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1062,6 +1062,45 @@ tasks:
AUTH: auth
- func: bootstrap kms servers
- func: run tests
- name: test-7.0-server
tags:
- '7.0'
- server
commands:
- func: install dependencies
- func: bootstrap mongo-orchestration
vars:
VERSION: '7.0'
TOPOLOGY: server
AUTH: auth
- func: bootstrap kms servers
- func: run tests
- name: test-7.0-replica_set
tags:
- '7.0'
- replica_set
commands:
- func: install dependencies
- func: bootstrap mongo-orchestration
vars:
VERSION: '7.0'
TOPOLOGY: replica_set
AUTH: auth
- func: bootstrap kms servers
- func: run tests
- name: test-7.0-sharded_cluster
tags:
- '7.0'
- sharded_cluster
commands:
- func: install dependencies
- func: bootstrap mongo-orchestration
vars:
VERSION: '7.0'
TOPOLOGY: sharded_cluster
AUTH: auth
- func: bootstrap kms servers
- func: run tests
- name: test-6.0-server
tags:
- '6.0'
Expand Down Expand Up @@ -2608,6 +2647,48 @@ tasks:
AUTH: noauth
- func: bootstrap kms servers
- func: run tests
- name: test-7.0-server-noauth
tags:
- '7.0'
- server
- noauth
commands:
- func: install dependencies
- func: bootstrap mongo-orchestration
vars:
VERSION: '7.0'
TOPOLOGY: server
AUTH: noauth
- func: bootstrap kms servers
- func: run tests
- name: test-7.0-replica_set-noauth
tags:
- '7.0'
- replica_set
- noauth
commands:
- func: install dependencies
- func: bootstrap mongo-orchestration
vars:
VERSION: '7.0'
TOPOLOGY: replica_set
AUTH: noauth
- func: bootstrap kms servers
- func: run tests
- name: test-7.0-sharded_cluster-noauth
tags:
- '7.0'
- sharded_cluster
- noauth
commands:
- func: install dependencies
- func: bootstrap mongo-orchestration
vars:
VERSION: '7.0'
TOPOLOGY: sharded_cluster
AUTH: noauth
- func: bootstrap kms servers
- func: run tests
- name: test-6.0-server-noauth
tags:
- '6.0'
Expand Down Expand Up @@ -3043,6 +3124,9 @@ buildvariants:
- test-rapid-server
- test-rapid-replica_set
- test-rapid-sharded_cluster
- test-7.0-server
- test-7.0-replica_set
- test-7.0-sharded_cluster
- test-6.0-server
- test-6.0-replica_set
- test-6.0-sharded_cluster
Expand Down Expand Up @@ -3091,6 +3175,9 @@ buildvariants:
- test-rapid-server
- test-rapid-replica_set
- test-rapid-sharded_cluster
- test-7.0-server
- test-7.0-replica_set
- test-7.0-sharded_cluster
- test-6.0-server
- test-6.0-replica_set
- test-6.0-sharded_cluster
Expand Down Expand Up @@ -3139,6 +3226,9 @@ buildvariants:
- test-rapid-server
- test-rapid-replica_set
- test-rapid-sharded_cluster
- test-7.0-server
- test-7.0-replica_set
- test-7.0-sharded_cluster
- test-6.0-server
- test-6.0-replica_set
- test-6.0-sharded_cluster
Expand Down Expand Up @@ -3185,6 +3275,9 @@ buildvariants:
- test-rapid-server
- test-rapid-replica_set
- test-rapid-sharded_cluster
- test-7.0-server
- test-7.0-replica_set
- test-7.0-sharded_cluster
- test-6.0-server
- test-6.0-replica_set
- test-6.0-sharded_cluster
Expand Down Expand Up @@ -3277,6 +3370,9 @@ buildvariants:
- test-rapid-server
- test-rapid-replica_set
- test-rapid-sharded_cluster
- test-7.0-server
- test-7.0-replica_set
- test-7.0-sharded_cluster
- test-6.0-server
- test-6.0-replica_set
- test-6.0-sharded_cluster
Expand Down Expand Up @@ -3320,6 +3416,9 @@ buildvariants:
- test-rapid-server
- test-rapid-replica_set
- test-rapid-sharded_cluster
- test-7.0-server
- test-7.0-replica_set
- test-7.0-sharded_cluster
- test-6.0-server
- test-6.0-replica_set
- test-6.0-sharded_cluster
Expand Down Expand Up @@ -3361,6 +3460,9 @@ buildvariants:
- test-rapid-server
- test-rapid-replica_set
- test-rapid-sharded_cluster
- test-7.0-server
- test-7.0-replica_set
- test-7.0-sharded_cluster
- test-6.0-server
- test-6.0-replica_set
- test-6.0-sharded_cluster
Expand Down Expand Up @@ -3400,6 +3502,9 @@ buildvariants:
- test-rapid-server
- test-rapid-replica_set
- test-rapid-sharded_cluster
- test-7.0-server
- test-7.0-replica_set
- test-7.0-sharded_cluster
- test-6.0-server
- test-6.0-replica_set
- test-6.0-sharded_cluster
Expand Down Expand Up @@ -3607,6 +3712,9 @@ buildvariants:
- test-rapid-server-noauth
- test-rapid-replica_set-noauth
- test-rapid-sharded_cluster-noauth
- test-7.0-server-noauth
- test-7.0-replica_set-noauth
- test-7.0-sharded_cluster-noauth
- test-6.0-server-noauth
- test-6.0-replica_set-noauth
- test-6.0-sharded_cluster-noauth
Expand Down

0 comments on commit 8a73735

Please sign in to comment.