Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
231 changes: 0 additions & 231 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1338,54 +1338,6 @@ tasks:
- func: install dependencies
- func: bootstrap mongo-orchestration
- func: run tests
- name: test-4.2-server
tags:
- '4.2'
- server
commands:
- command: expansions.update
type: setup
params:
updates:
- {key: VERSION, value: '4.2'}
- {key: TOPOLOGY, value: server}
- {key: SSL, value: nossl}
- {key: AUTH, value: auth}
- func: install dependencies
- func: bootstrap mongo-orchestration
- func: run tests
- name: test-4.2-replica_set
tags:
- '4.2'
- replica_set
commands:
- command: expansions.update
type: setup
params:
updates:
- {key: VERSION, value: '4.2'}
- {key: TOPOLOGY, value: replica_set}
- {key: SSL, value: nossl}
- {key: AUTH, value: auth}
- func: install dependencies
- func: bootstrap mongo-orchestration
- func: run tests
- name: test-4.2-sharded_cluster
tags:
- '4.2'
- sharded_cluster
commands:
- command: expansions.update
type: setup
params:
updates:
- {key: VERSION, value: '4.2'}
- {key: TOPOLOGY, value: sharded_cluster}
- {key: SSL, value: nossl}
- {key: AUTH, value: auth}
- func: install dependencies
- func: bootstrap mongo-orchestration
- func: run tests
- name: test-latest-server-v1-api
tags:
- latest
Expand Down Expand Up @@ -1741,22 +1693,6 @@ tasks:
- func: install dependencies
- func: bootstrap mongo-orchestration
- func: run tls tests
- name: test-tls-support-4.2
tags:
- tls-support
- tls-support-4.2
commands:
- command: expansions.update
type: setup
params:
updates:
- {key: VERSION, value: '4.2'}
- {key: SSL, value: ssl}
- {key: TOPOLOGY, value: server}
- {key: AUTH, value: auth}
- func: install dependencies
- func: bootstrap mongo-orchestration
- func: run tls tests
- name: aws-latest-auth-test-run-aws-auth-test-with-regular-aws-credentials
commands:
- command: expansions.update
Expand Down Expand Up @@ -2545,60 +2481,6 @@ tasks:
- func: install dependencies
- func: bootstrap mongo-orchestration
- func: run tests
- name: test-4.2-server-noauth
tags:
- '4.2'
- server
- noauth
commands:
- command: expansions.update
type: setup
params:
updates:
- {key: VERSION, value: '4.2'}
- {key: TOPOLOGY, value: server}
- {key: AUTH, value: noauth}
- {key: SSL, value: nossl}
- {key: NODE_LTS_VERSION, value: 20.19.0}
- func: install dependencies
- func: bootstrap mongo-orchestration
- func: run tests
- name: test-4.2-replica_set-noauth
tags:
- '4.2'
- replica_set
- noauth
commands:
- command: expansions.update
type: setup
params:
updates:
- {key: VERSION, value: '4.2'}
- {key: TOPOLOGY, value: replica_set}
- {key: AUTH, value: noauth}
- {key: SSL, value: nossl}
- {key: NODE_LTS_VERSION, value: 20.19.0}
- func: install dependencies
- func: bootstrap mongo-orchestration
- func: run tests
- name: test-4.2-sharded_cluster-noauth
tags:
- '4.2'
- sharded_cluster
- noauth
commands:
- command: expansions.update
type: setup
params:
updates:
- {key: VERSION, value: '4.2'}
- {key: TOPOLOGY, value: sharded_cluster}
- {key: AUTH, value: noauth}
- {key: SSL, value: nossl}
- {key: NODE_LTS_VERSION, value: 20.19.0}
- func: install dependencies
- func: bootstrap mongo-orchestration
- func: run tests
- name: test-lambda-example
tags:
- latest
Expand Down Expand Up @@ -2744,22 +2626,6 @@ tasks:
- func: install dependencies
- func: bootstrap mongo-orchestration
- func: run tests
- name: test-4.2-csfle-mongocryptd
tags:
- '4.2'
- sharded_cluster
commands:
- command: expansions.update
type: setup
params:
updates:
- {key: VERSION, value: '4.2'}
- {key: TOPOLOGY, value: sharded_cluster}
- {key: AUTH, value: auth}
- {key: NODE_LTS_VERSION, value: '24'}
- func: install dependencies
- func: bootstrap mongo-orchestration
- func: run tests
- name: test-latest-server-ssl
tags:
- latest
Expand Down Expand Up @@ -3180,66 +3046,6 @@ tasks:
- func: install dependencies
- func: bootstrap mongo-orchestration
- func: run tests
- name: test-4.2-server-ssl
tags:
- '4.2'
- server
- ssl
commands:
- command: expansions.update
type: setup
params:
updates:
- {key: VERSION, value: '4.2'}
- {key: TOPOLOGY, value: server}
- {key: AUTH, value: auth}
- {key: SSL, value: ssl}
- {key: NODE_LTS_VERSION, value: '24'}
- {key: CLIENT_ENCRYPTION, value: 'true'}
- {key: TEST_CSFLE, value: 'true'}
- func: install dependencies
- func: bootstrap mongo-orchestration
- func: run tests
- name: test-4.2-replica_set-ssl
tags:
- '4.2'
- replica_set
- ssl
commands:
- command: expansions.update
type: setup
params:
updates:
- {key: VERSION, value: '4.2'}
- {key: TOPOLOGY, value: replica_set}
- {key: AUTH, value: auth}
- {key: SSL, value: ssl}
- {key: NODE_LTS_VERSION, value: '24'}
- {key: CLIENT_ENCRYPTION, value: 'true'}
- {key: TEST_CSFLE, value: 'true'}
- func: install dependencies
- func: bootstrap mongo-orchestration
- func: run tests
- name: test-4.2-sharded_cluster-ssl
tags:
- '4.2'
- sharded_cluster
- ssl
commands:
- command: expansions.update
type: setup
params:
updates:
- {key: VERSION, value: '4.2'}
- {key: TOPOLOGY, value: sharded_cluster}
- {key: AUTH, value: auth}
- {key: SSL, value: ssl}
- {key: NODE_LTS_VERSION, value: '24'}
- {key: CLIENT_ENCRYPTION, value: 'true'}
- {key: TEST_CSFLE, value: 'true'}
- func: install dependencies
- func: bootstrap mongo-orchestration
- func: run tests
task_groups:
- name: test_gcpkms_task_group
setup_group_can_fail_task: true
Expand Down Expand Up @@ -3547,9 +3353,6 @@ buildvariants:
- test-4.4-server
- test-4.4-replica_set
- test-4.4-sharded_cluster
- test-4.2-server
- test-4.2-replica_set
- test-4.2-sharded_cluster
- test-latest-server-v1-api
- test-x509-authentication
- test-atlas-connectivity
Expand All @@ -3572,7 +3375,6 @@ buildvariants:
- test-tls-support-6.0
- test-tls-support-5.0
- test-tls-support-4.4
- test-tls-support-4.2
- name: rhel80-large-Node22
display_name: rhel8 Node22
run_on: rhel80-large
Expand Down Expand Up @@ -3603,9 +3405,6 @@ buildvariants:
- test-4.4-server
- test-4.4-replica_set
- test-4.4-sharded_cluster
- test-4.2-server
- test-4.2-replica_set
- test-4.2-sharded_cluster
- test-latest-server-v1-api
- test-x509-authentication
- test-atlas-connectivity
Expand All @@ -3628,7 +3427,6 @@ buildvariants:
- test-tls-support-6.0
- test-tls-support-5.0
- test-tls-support-4.4
- test-tls-support-4.2
- name: rhel80-large-Node24
display_name: rhel8 Node24
run_on: rhel80-large
Expand Down Expand Up @@ -3658,9 +3456,6 @@ buildvariants:
- test-4.4-server
- test-4.4-replica_set
- test-4.4-sharded_cluster
- test-4.2-server
- test-4.2-replica_set
- test-4.2-sharded_cluster
- test-latest-server-v1-api
- test-x509-authentication
- test-atlas-connectivity
Expand All @@ -3683,7 +3478,6 @@ buildvariants:
- test-tls-support-6.0
- test-tls-support-5.0
- test-tls-support-4.4
- test-tls-support-4.2
- name: rhel80-large-node-latest
display_name: rhel8 Node Latest
run_on: rhel80-large
Expand Down Expand Up @@ -3713,9 +3507,6 @@ buildvariants:
- test-4.4-server
- test-4.4-replica_set
- test-4.4-sharded_cluster
- test-4.2-server
- test-4.2-replica_set
- test-4.2-sharded_cluster
- test-latest-server-v1-api
- test-x509-authentication
- test-atlas-connectivity
Expand All @@ -3737,7 +3528,6 @@ buildvariants:
- test-tls-support-6.0
- test-tls-support-5.0
- test-tls-support-4.4
- test-tls-support-4.2
- name: windows-2022-latest-large-iron
display_name: Windows Node20.19.0
run_on: windows-2022-latest-large
Expand Down Expand Up @@ -3767,9 +3557,6 @@ buildvariants:
- test-4.4-server
- test-4.4-replica_set
- test-4.4-sharded_cluster
- test-4.2-server
- test-4.2-replica_set
- test-4.2-sharded_cluster
- test-latest-server-v1-api
- test-socks5
- test-socks5-tls
Expand All @@ -3781,7 +3568,6 @@ buildvariants:
- test-tls-support-6.0
- test-tls-support-5.0
- test-tls-support-4.4
- test-tls-support-4.2
- name: windows-2022-latest-large-Node22
display_name: Windows Node22
run_on: windows-2022-latest-large
Expand Down Expand Up @@ -3812,9 +3598,6 @@ buildvariants:
- test-4.4-server
- test-4.4-replica_set
- test-4.4-sharded_cluster
- test-4.2-server
- test-4.2-replica_set
- test-4.2-sharded_cluster
- test-latest-server-v1-api
- test-socks5
- test-socks5-tls
Expand All @@ -3826,7 +3609,6 @@ buildvariants:
- test-tls-support-6.0
- test-tls-support-5.0
- test-tls-support-4.4
- test-tls-support-4.2
- name: windows-2022-latest-large-Node24
display_name: Windows Node24
run_on: windows-2022-latest-large
Expand Down Expand Up @@ -3856,9 +3638,6 @@ buildvariants:
- test-4.4-server
- test-4.4-replica_set
- test-4.4-sharded_cluster
- test-4.2-server
- test-4.2-replica_set
- test-4.2-sharded_cluster
- test-latest-server-v1-api
- test-socks5
- test-socks5-tls
Expand All @@ -3870,7 +3649,6 @@ buildvariants:
- test-tls-support-6.0
- test-tls-support-5.0
- test-tls-support-4.4
- test-tls-support-4.2
- name: windows-2022-latest-large-node-latest
display_name: Windows Node Latest
run_on: windows-2022-latest-large
Expand Down Expand Up @@ -3900,9 +3678,6 @@ buildvariants:
- test-4.4-server
- test-4.4-replica_set
- test-4.4-sharded_cluster
- test-4.2-server
- test-4.2-replica_set
- test-4.2-sharded_cluster
- test-latest-server-v1-api
- test-socks5-tls
- test-snappy-compression
Expand All @@ -3913,7 +3688,6 @@ buildvariants:
- test-tls-support-6.0
- test-tls-support-5.0
- test-tls-support-4.4
- test-tls-support-4.2
- name: rhel8-node20.19.0-test-csfle-mongocryptd
display_name: rhel 8 Node20.19.0 test mongocryptd
run_on: rhel80-large
Expand All @@ -3929,7 +3703,6 @@ buildvariants:
- test-6.0-csfle-mongocryptd
- test-5.0-csfle-mongocryptd
- test-4.4-csfle-mongocryptd
- test-4.2-csfle-mongocryptd
- name: rhel8-node24-test-csfle-mongocryptd
display_name: rhel 8 Node24 test mongocryptd
run_on: rhel80-large
Expand All @@ -3945,7 +3718,6 @@ buildvariants:
- test-6.0-csfle-mongocryptd
- test-5.0-csfle-mongocryptd
- test-4.4-csfle-mongocryptd
- test-4.2-csfle-mongocryptd
- name: macos-14-arm64
display_name: MacOS 14 ARM Node24
run_on: macos-14-arm64
Expand Down Expand Up @@ -4052,9 +3824,6 @@ buildvariants:
- test-4.4-server-noauth
- test-4.4-replica_set-noauth
- test-4.4-sharded_cluster-noauth
- test-4.2-server-noauth
- test-4.2-replica_set-noauth
- test-4.2-sharded_cluster-noauth
- name: rhel8-test-lambda
display_name: AWS Lambda handler tests
run_on: rhel80-large
Expand Down
Loading
Loading