Skip to content
Merged
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
7 changes: 3 additions & 4 deletions .evergreen/config.in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,6 @@ tasks:
type: setup
params:
updates:
- { key: VERSION, value: latest }
Comment thread
dariakp marked this conversation as resolved.
- { key: NODE_LTS_VERSION, value: "20.19.0" }
- func: install dependencies
vars:
Expand All @@ -1014,7 +1013,7 @@ tasks:
type: setup
params:
updates:
- { key: VERSION, value: latest }
- { key: VERSION, value: "8.0" }
- { key: TOPOLOGY, value: server }
- { key: AUTH, value: auth }
- { key: SSL, value: nossl }
Expand All @@ -1039,7 +1038,7 @@ tasks:
type: setup
params:
updates:
- { key: VERSION, value: latest }
- { key: VERSION, value: "8.0" }
- { key: TOPOLOGY, value: replica_set }
- { key: AUTH, value: auth }
- { key: SSL, value: nossl }
Expand All @@ -1064,7 +1063,7 @@ tasks:
type: setup
params:
updates:
- { key: VERSION, value: latest }
- { key: VERSION, value: "8.0" }
- { key: TOPOLOGY, value: sharded_cluster }
- { key: AUTH, value: auth }
- { key: SSL, value: nossl }
Expand Down
7 changes: 3 additions & 4 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,6 @@ tasks:
type: setup
params:
updates:
- {key: VERSION, value: latest}
- {key: NODE_LTS_VERSION, value: 20.19.0}
- func: install dependencies
vars:
Expand All @@ -937,7 +936,7 @@ tasks:
type: setup
params:
updates:
- {key: VERSION, value: latest}
- {key: VERSION, value: '8.0'}
- {key: TOPOLOGY, value: server}
- {key: AUTH, value: auth}
- {key: SSL, value: nossl}
Expand All @@ -961,7 +960,7 @@ tasks:
type: setup
params:
updates:
- {key: VERSION, value: latest}
- {key: VERSION, value: '8.0'}
- {key: TOPOLOGY, value: replica_set}
- {key: AUTH, value: auth}
- {key: SSL, value: nossl}
Expand All @@ -985,7 +984,7 @@ tasks:
type: setup
params:
updates:
- {key: VERSION, value: latest}
- {key: VERSION, value: '8.0'}
- {key: TOPOLOGY, value: sharded_cluster}
- {key: AUTH, value: auth}
- {key: SSL, value: nossl}
Expand Down
Loading