Skip to content

Commit 3934465

Browse files
ci(NODE-5654): remove vars from evergreen config (#3881)
1 parent 278523a commit 3934465

File tree

3 files changed

+1304
-977
lines changed

3 files changed

+1304
-977
lines changed

.evergreen/config.in.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,15 +1045,16 @@ tasks:
10451045
- performance
10461046
exec_timeout_secs: 3600
10471047
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}
10481056
- func: install dependencies
1049-
vars:
1050-
NODE_LTS_VERSION: 18
1051-
NPM_VERSION: 9
10521057
- func: bootstrap mongo-orchestration
1053-
vars:
1054-
VERSION: rapid
1055-
TOPOLOGY: server
1056-
AUTH: noauth
10571058
- func: run spec driver benchmarks
10581059
- command: perf.send
10591060
params:

0 commit comments

Comments
 (0)