Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
24 changes: 12 additions & 12 deletions .evergreen/config.in.yml
Original file line number Diff line number Diff line change
Expand Up @@ -988,13 +988,13 @@ tasks:
args:
- .evergreen/run-search-index-management-tests.sh

- name: test-bson-latest-driver-7.0.0-unit-tests
- name: test-bson-8.0-driver-7.0.0-unit-tests
commands:
- command: expansions.update
type: setup
params:
updates:
- { key: VERSION, value: latest }
Comment thread
dariakp marked this conversation as resolved.
- { key: VERSION, value: "8.0" }
- { key: NODE_LTS_VERSION, value: "20.19.0" }
- func: install dependencies
vars:
Expand All @@ -1008,13 +1008,13 @@ tasks:
- func: log state
- func: run unit tests

- name: test-bson-latest-driver-7.0.0-server-tests
- name: test-bson-8.0-driver-7.0.0-server-tests
commands:
- command: expansions.update
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 @@ -1033,13 +1033,13 @@ tasks:
- func: log state
- func: run tests

- name: test-bson-latest-driver-7.0.0-replica_set-tests
- name: test-bson-8.0-driver-7.0.0-replica_set-tests
commands:
- command: expansions.update
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 @@ -1058,13 +1058,13 @@ tasks:
- func: log state
- func: run tests

- name: test-bson-latest-driver-7.0.0-sharded_cluster-tests
- name: test-bson-8.0-driver-7.0.0-sharded_cluster-tests
commands:
- command: expansions.update
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 Expand Up @@ -1369,7 +1369,7 @@ buildvariants:
display_name: BSON compatibility tests
run_on: rhel80-large
tasks:
- test-bson-latest-driver-7.0.0-unit-tests
- test-bson-latest-driver-7.0.0-server-tests
- test-bson-latest-driver-7.0.0-replica_set-tests
- test-bson-latest-driver-7.0.0-sharded_cluster-tests
- test-bson-8.0-driver-7.0.0-unit-tests
- test-bson-8.0-driver-7.0.0-server-tests
- test-bson-8.0-driver-7.0.0-replica_set-tests
- test-bson-8.0-driver-7.0.0-sharded_cluster-tests
24 changes: 12 additions & 12 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -912,13 +912,13 @@ tasks:
add_expansions_to_env: true
args:
- .evergreen/run-search-index-management-tests.sh
- name: test-bson-latest-driver-7.0.0-unit-tests
- name: test-bson-8.0-driver-7.0.0-unit-tests
commands:
- command: expansions.update
type: setup
params:
updates:
- {key: VERSION, value: latest}
- {key: VERSION, value: '8.0'}
- {key: NODE_LTS_VERSION, value: 20.19.0}
- func: install dependencies
vars:
Expand All @@ -931,13 +931,13 @@ tasks:
PACKAGE: https://github.com/mongodb/js-bson#HEAD
- func: log state
- func: run unit tests
- name: test-bson-latest-driver-7.0.0-server-tests
- name: test-bson-8.0-driver-7.0.0-server-tests
commands:
- command: expansions.update
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 @@ -955,13 +955,13 @@ tasks:
PACKAGE: https://github.com/mongodb/js-bson#HEAD
- func: log state
- func: run tests
- name: test-bson-latest-driver-7.0.0-replica_set-tests
- name: test-bson-8.0-driver-7.0.0-replica_set-tests
commands:
- command: expansions.update
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 @@ -979,13 +979,13 @@ tasks:
PACKAGE: https://github.com/mongodb/js-bson#HEAD
- func: log state
- func: run tests
- name: test-bson-latest-driver-7.0.0-sharded_cluster-tests
- name: test-bson-8.0-driver-7.0.0-sharded_cluster-tests
commands:
- command: expansions.update
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 Expand Up @@ -3513,10 +3513,10 @@ buildvariants:
display_name: BSON compatibility tests
run_on: rhel80-large
tasks:
- test-bson-latest-driver-7.0.0-unit-tests
- test-bson-latest-driver-7.0.0-server-tests
- test-bson-latest-driver-7.0.0-replica_set-tests
- test-bson-latest-driver-7.0.0-sharded_cluster-tests
- test-bson-8.0-driver-7.0.0-unit-tests
- test-bson-8.0-driver-7.0.0-server-tests
- test-bson-8.0-driver-7.0.0-replica_set-tests
- test-bson-8.0-driver-7.0.0-sharded_cluster-tests
- name: rhel80-large-iron
display_name: rhel8 Node20.19.0
run_on: rhel80-large
Expand Down
Loading