File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments