Skip to content

Commit d268e88

Browse files
authored
Merge branch 'main' into NODE-6452-proxy
2 parents 3a39f99 + 13ca440 commit d268e88

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1274
-982
lines changed

.evergreen/ci_matrix_constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const MONGODB_VERSIONS = ['latest', 'rapid', '8.0', '7.0', '6.0', '5.0', '4.4', '4.2', '4.0'];
22
const versions = [
33
{ codeName: 'gallium', versionNumber: 16, npmVersion: 9 },
4-
{ codeName: 'hydrogen', versionNumber: 18, npmVersion: 'latest' },
4+
{ codeName: 'hydrogen', versionNumber: 18, npmVersion: 10 },
55
{ codeName: 'iron', versionNumber: 20, npmVersion: 'latest' },
66
{ codeName: 'jod', versionNumber: 22, npmVersion: 'latest' },
77
];

.evergreen/config.in.yml

Lines changed: 0 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -1158,93 +1158,6 @@ tasks:
11581158
- func: bootstrap kms servers
11591159
- func: "run serverless tests"
11601160

1161-
- name: run-spec-benchmark-tests-node-server
1162-
tags:
1163-
- run-spec-benchmark-tests
1164-
- performance
1165-
exec_timeout_secs: 3600
1166-
commands:
1167-
- command: expansions.update
1168-
type: setup
1169-
params:
1170-
updates:
1171-
- { key: NODE_LTS_VERSION, value: v22.11.0 }
1172-
- { key: VERSION, value: v6.0-perf }
1173-
- { key: TOPOLOGY, value: server }
1174-
- { key: AUTH, value: noauth }
1175-
- func: install dependencies
1176-
- func: bootstrap mongo-orchestration
1177-
- func: run spec driver benchmarks
1178-
- command: perf.send
1179-
params:
1180-
file: src/results.json
1181-
1182-
- name: run-spec-benchmark-tests-node-server-timeoutMS-120000
1183-
tags:
1184-
- run-spec-benchmark-tests
1185-
- performance
1186-
exec_timeout_secs: 3600
1187-
commands:
1188-
- command: expansions.update
1189-
type: setup
1190-
params:
1191-
updates:
1192-
- { key: NODE_LTS_VERSION, value: v22.11.0 }
1193-
- { key: VERSION, value: v6.0-perf }
1194-
- { key: TOPOLOGY, value: server }
1195-
- { key: AUTH, value: noauth }
1196-
- { key: MONGODB_CLIENT_OPTIONS, value: '{"timeoutMS": 120000}' }
1197-
- func: install dependencies
1198-
- func: bootstrap mongo-orchestration
1199-
- func: run spec driver benchmarks
1200-
- command: perf.send
1201-
params:
1202-
file: src/results.json
1203-
1204-
- name: run-spec-benchmark-tests-node-server-timeoutMS-0
1205-
tags:
1206-
- run-spec-benchmark-tests
1207-
- performance
1208-
exec_timeout_secs: 3600
1209-
commands:
1210-
- command: expansions.update
1211-
type: setup
1212-
params:
1213-
updates:
1214-
- { key: NODE_LTS_VERSION, value: v22.11.0 }
1215-
- { key: VERSION, value: v6.0-perf }
1216-
- { key: TOPOLOGY, value: server }
1217-
- { key: AUTH, value: noauth }
1218-
- { key: MONGODB_CLIENT_OPTIONS, value: '{"timeoutMS": 0}' }
1219-
- func: install dependencies
1220-
- func: bootstrap mongo-orchestration
1221-
- func: run spec driver benchmarks
1222-
- command: perf.send
1223-
params:
1224-
file: src/results.json
1225-
1226-
- name: run-spec-benchmark-tests-node-server-monitorCommands-true
1227-
tags:
1228-
- run-spec-benchmark-tests
1229-
- performance
1230-
exec_timeout_secs: 3600
1231-
commands:
1232-
- command: expansions.update
1233-
type: setup
1234-
params:
1235-
updates:
1236-
- { key: NODE_LTS_VERSION, value: v22.11.0 }
1237-
- { key: VERSION, value: v6.0-perf }
1238-
- { key: TOPOLOGY, value: server }
1239-
- { key: AUTH, value: noauth }
1240-
- { key: MONGODB_CLIENT_OPTIONS, value: '{"monitorCommands": true}' }
1241-
- func: install dependencies
1242-
- func: bootstrap mongo-orchestration
1243-
- func: run spec driver benchmarks
1244-
- command: perf.send
1245-
params:
1246-
file: src/results.json
1247-
12481161
- name: "test-gcpkms-task"
12491162
commands:
12501163
- command: expansions.update
@@ -1808,12 +1721,3 @@ post:
18081721

18091722
ignore:
18101723
- "*.md"
1811-
buildvariants:
1812-
- name: performance-tests
1813-
display_name: Performance Test
1814-
run_on: rhel90-dbx-perf-large
1815-
tasks:
1816-
- run-spec-benchmark-tests-node-server
1817-
- run-spec-benchmark-tests-node-server-timeoutMS-120000
1818-
- run-spec-benchmark-tests-node-server-timeoutMS-0
1819-
- run-spec-benchmark-tests-node-server-monitorCommands-true

0 commit comments

Comments
 (0)