Skip to content

Commit 1dcdde2

Browse files
committed
drop unnecessary configs
1 parent a047ace commit 1dcdde2

2 files changed

Lines changed: 2 additions & 14 deletions

File tree

.evergreen/config.in.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -991,18 +991,12 @@ tasks:
991991
- .evergreen/run-search-index-management-tests.sh
992992

993993
- name: test-bson-latest-server-7.0.0
994-
tags:
995-
- "bson-compat"
996-
- "driver-7.0.0"
997994
commands:
998995
- command: expansions.update
999996
type: setup
1000997
params:
1001998
updates:
1002-
- { key: VERSION, value: "7.0" }
1003-
- { key: TOPOLOGY, value: "replica_set" }
1004-
- { key: AUTH, value: "auth" }
1005-
- { key: SSL, value: "ssl" }
999+
- { key: VERSION, value: "latest" }
10061000
- { key: NODE_LTS_VERSION, value: '24'}
10071001
- { key: PACKAGE, value: "https://github.com/mongodb/js-bson#HEAD" }
10081002
- func: install dependencies

.evergreen/config.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -915,18 +915,12 @@ tasks:
915915
args:
916916
- .evergreen/run-search-index-management-tests.sh
917917
- name: test-bson-latest-server-7.0.0
918-
tags:
919-
- bson-compat
920-
- driver-7.0.0
921918
commands:
922919
- command: expansions.update
923920
type: setup
924921
params:
925922
updates:
926-
- {key: VERSION, value: '7.0'}
927-
- {key: TOPOLOGY, value: replica_set}
928-
- {key: AUTH, value: auth}
929-
- {key: SSL, value: ssl}
923+
- {key: VERSION, value: latest}
930924
- {key: NODE_LTS_VERSION, value: '24'}
931925
- {key: PACKAGE, value: https://github.com/mongodb/js-bson#HEAD}
932926
- func: install dependencies

0 commit comments

Comments
 (0)