@@ -556,6 +556,9 @@ functions:
556
556
export AWS_ACCESS_KEY_ID=${aws_key}
557
557
export AWS_SECRET_ACCESS_KEY=${aws_secret}
558
558
559
+ # use Node20
560
+ export PATH=/opt/devtools/node20/bin:/opt/dev/tools/bin:$PATH
561
+
559
562
# Download all the task coverage files.
560
563
# NOTE: All coverage files are too large for V8 to handle the resulting call to
561
564
# JSON.stringify from within nyc, so with stick to Fermiun to include the
@@ -1994,24 +1997,6 @@ tasks:
1994
1997
- func : install mongodb-client-encryption from source
1995
1998
- func : assume secrets manager role
1996
1999
- func : run custom csfle tests
1997
- - name : test-latest-driver-mongodb-client-encryption-6.0.0
1998
- tags :
1999
- - run-custom-dependency-tests
2000
- commands :
2001
- - command : expansions.update
2002
- type : setup
2003
- params :
2004
- updates :
2005
- - {key: NODE_LTS_VERSION, value: 20.19.0}
2006
- - {key: VERSION, value: '7.0'}
2007
- - {key: TOPOLOGY, value: replica_set}
2008
- - {key: CLIENT_ENCRYPTION, value: 'true'}
2009
- - func : install dependencies
2010
- - func : bootstrap mongo-orchestration
2011
- - func : install package
2012
- vars :
2013
-
2014
- - func : run tests
2015
2000
- name : test-alpine-fle
2016
2001
tags :
2017
2002
- alpine-fle
@@ -3205,7 +3190,6 @@ buildvariants:
3205
3190
- run-custom-csfle-tests-5.0
3206
3191
- run-custom-csfle-tests-rapid
3207
3192
- run-custom-csfle-tests-latest
3208
- - test-latest-driver-mongodb-client-encryption-6.0.0
3209
3193
- name : rhel8-test-gcp-kms
3210
3194
display_name : GCP KMS Test
3211
3195
run_on : debian11-small
0 commit comments