Skip to content

Commit 9def5bb

Browse files
committed
chore: use expansions
1 parent 17738f8 commit 9def5bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.evergreen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12457,10 +12457,10 @@ buildvariants:
1245712457
display_name: "Ubuntu 20.04 x64 (Other Tests)"
1245812458
run_on: ubuntu2004-small
1245912459
tags: ["nightly-driver"]
12460+
expansions:
12461+
node_js_version: "20.19.5"
1246012462
tasks:
1246112463
- name: test_vscode
12462-
vars:
12463-
NODE_JS_VERSION: "20.19.5"
1246412464
- name: test_connectivity
1246512465
- name: test_apistrict
1246612466
- name: linux_coverage

.evergreen/evergreen.yml.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1610,10 +1610,10 @@ buildvariants:
16101610
display_name: "Ubuntu 20.04 x64 (Other Tests)"
16111611
run_on: ubuntu2004-small
16121612
tags: ["nightly-driver"]
1613+
expansions:
1614+
node_js_version: "<% out(NODE_JS_VERSION_20) %>"
16131615
tasks:
16141616
- name: test_vscode
1615-
vars:
1616-
NODE_JS_VERSION: "<% out(NODE_JS_VERSION_20) %>"
16171617
- name: test_connectivity
16181618
- name: test_apistrict
16191619
- name: linux_coverage

0 commit comments

Comments
 (0)