Skip to content

Commit

Permalink
ci(NODE-5654): remove vars from evergreen config (#3881)
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Oct 10, 2023
1 parent 278523a commit 3934465
Show file tree
Hide file tree
Showing 3 changed files with 1,304 additions and 977 deletions.
15 changes: 8 additions & 7 deletions .evergreen/config.in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1045,15 +1045,16 @@ tasks:
- performance
exec_timeout_secs: 3600
commands:
- command: expansions.update
type: setup
params:
updates:
- {key: NODE_LTS_VERSION, value: '18' }
- {key: NPM_VERSION, value: '9'}
- {key: VERSION, value: rapid }
- {key: TOPOLOGY, value: server}
- func: install dependencies
vars:
NODE_LTS_VERSION: 18
NPM_VERSION: 9
- func: bootstrap mongo-orchestration
vars:
VERSION: rapid
TOPOLOGY: server
AUTH: noauth
- func: run spec driver benchmarks
- command: perf.send
params:
Expand Down
Loading

0 comments on commit 3934465

Please sign in to comment.