We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278523a commit 3934465Copy full SHA for 3934465
.evergreen/config.in.yml
@@ -1045,15 +1045,16 @@ tasks:
1045
- performance
1046
exec_timeout_secs: 3600
1047
commands:
1048
+ - command: expansions.update
1049
+ type: setup
1050
+ params:
1051
+ updates:
1052
+ - {key: NODE_LTS_VERSION, value: '18' }
1053
+ - {key: NPM_VERSION, value: '9'}
1054
+ - {key: VERSION, value: rapid }
1055
+ - {key: TOPOLOGY, value: server}
1056
- func: install dependencies
- vars:
- NODE_LTS_VERSION: 18
- NPM_VERSION: 9
1057
- func: bootstrap mongo-orchestration
- VERSION: rapid
- TOPOLOGY: server
- AUTH: noauth
1058
- func: run spec driver benchmarks
1059
- command: perf.send
1060
params:
0 commit comments