Skip to content

Commit

Permalink
ci: bump mongodb-client-encryption version (#3435)
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Oct 10, 2022
1 parent 69f64e7 commit 9654442
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1763,7 +1763,7 @@ tasks:
- func: bootstrap kms servers
- func: run custom csfle tests
vars:
CSFLE_GIT_REF: c071d5a8d59ddcad40f22887a12bdb374c2f86af
CSFLE_GIT_REF: 5745f374109346a2597405f2251a178d463a14e1
- name: run-custom-csfle-tests-5.0-master
tags:
- run-custom-dependency-tests
Expand Down Expand Up @@ -1793,7 +1793,7 @@ tasks:
- func: bootstrap kms servers
- func: run custom csfle tests
vars:
CSFLE_GIT_REF: c071d5a8d59ddcad40f22887a12bdb374c2f86af
CSFLE_GIT_REF: 5745f374109346a2597405f2251a178d463a14e1
- name: run-custom-csfle-tests-rapid-master
tags:
- run-custom-dependency-tests
Expand Down Expand Up @@ -1823,7 +1823,7 @@ tasks:
- func: bootstrap kms servers
- func: run custom csfle tests
vars:
CSFLE_GIT_REF: c071d5a8d59ddcad40f22887a12bdb374c2f86af
CSFLE_GIT_REF: 5745f374109346a2597405f2251a178d463a14e1
- name: run-custom-csfle-tests-latest-master
tags:
- run-custom-dependency-tests
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/generate_evergreen_tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ const oneOffFuncAsTasks = oneOffFuncs.map(oneOffFunc => ({
}));

for (const version of ['5.0', 'rapid', 'latest']) {
for (const ref of ['c071d5a8d59ddcad40f22887a12bdb374c2f86af', 'master']) {
for (const ref of ['5745f374109346a2597405f2251a178d463a14e1', 'master']) {
oneOffFuncAsTasks.push({
name: `run-custom-csfle-tests-${version}-${ref === 'master' ? ref : 'pinned-commit'}`,
tags: ['run-custom-dependency-tests'],
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/run-bson-ext-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi
# run tests
echo "Running $AUTH tests over $SSL, connecting to $MONGODB_URI"

npm install mongodb-client-encryption@">=2.2.0"
npm install mongodb-client-encryption@">=2.3.0"
npm install bson-ext

export MONGODB_API_VERSION=${MONGODB_API_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ else
source "$DRIVERS_TOOLS"/.evergreen/csfle/set-temp-creds.sh
fi

npm install mongodb-client-encryption@">=2.2.0"
npm install mongodb-client-encryption@">=2.3.0"
npm install @mongodb-js/zstd
npm install snappy

Expand Down

0 comments on commit 9654442

Please sign in to comment.