@@ -912,13 +912,13 @@ tasks:
912912 add_expansions_to_env : true
913913 args :
914914 - .evergreen/run-search-index-management-tests.sh
915- - name : test-bson-latest -driver-7.0.0-unit-tests
915+ - name : test-bson-8.0 -driver-7.0.0-unit-tests
916916 commands :
917917 - command : expansions.update
918918 type : setup
919919 params :
920920 updates :
921- - {key: VERSION, value: latest }
921+ - {key: VERSION, value: '8.0' }
922922 - {key: NODE_LTS_VERSION, value: 20.19.0}
923923 - func : install dependencies
924924 vars :
@@ -931,13 +931,13 @@ tasks:
931931 PACKAGE : https://github.com/mongodb/js-bson#HEAD
932932 - func : log state
933933 - func : run unit tests
934- - name : test-bson-latest -driver-7.0.0-server-tests
934+ - name : test-bson-8.0 -driver-7.0.0-server-tests
935935 commands :
936936 - command : expansions.update
937937 type : setup
938938 params :
939939 updates :
940- - {key: VERSION, value: latest }
940+ - {key: VERSION, value: '8.0' }
941941 - {key: TOPOLOGY, value: server}
942942 - {key: AUTH, value: auth}
943943 - {key: SSL, value: nossl}
@@ -955,13 +955,13 @@ tasks:
955955 PACKAGE : https://github.com/mongodb/js-bson#HEAD
956956 - func : log state
957957 - func : run tests
958- - name : test-bson-latest -driver-7.0.0-replica_set-tests
958+ - name : test-bson-8.0 -driver-7.0.0-replica_set-tests
959959 commands :
960960 - command : expansions.update
961961 type : setup
962962 params :
963963 updates :
964- - {key: VERSION, value: latest }
964+ - {key: VERSION, value: '8.0' }
965965 - {key: TOPOLOGY, value: replica_set}
966966 - {key: AUTH, value: auth}
967967 - {key: SSL, value: nossl}
@@ -979,13 +979,13 @@ tasks:
979979 PACKAGE : https://github.com/mongodb/js-bson#HEAD
980980 - func : log state
981981 - func : run tests
982- - name : test-bson-latest -driver-7.0.0-sharded_cluster-tests
982+ - name : test-bson-8.0 -driver-7.0.0-sharded_cluster-tests
983983 commands :
984984 - command : expansions.update
985985 type : setup
986986 params :
987987 updates :
988- - {key: VERSION, value: latest }
988+ - {key: VERSION, value: '8.0' }
989989 - {key: TOPOLOGY, value: sharded_cluster}
990990 - {key: AUTH, value: auth}
991991 - {key: SSL, value: nossl}
@@ -3513,10 +3513,10 @@ buildvariants:
35133513 display_name : BSON compatibility tests
35143514 run_on : rhel80-large
35153515 tasks :
3516- - test-bson-latest -driver-7.0.0-unit-tests
3517- - test-bson-latest -driver-7.0.0-server-tests
3518- - test-bson-latest -driver-7.0.0-replica_set-tests
3519- - test-bson-latest -driver-7.0.0-sharded_cluster-tests
3516+ - test-bson-8.0 -driver-7.0.0-unit-tests
3517+ - test-bson-8.0 -driver-7.0.0-server-tests
3518+ - test-bson-8.0 -driver-7.0.0-replica_set-tests
3519+ - test-bson-8.0 -driver-7.0.0-sharded_cluster-tests
35203520 - name : rhel80-large-iron
35213521 display_name : rhel8 Node20.19.0
35223522 run_on : rhel80-large
0 commit comments