Skip to content

Commit

Permalink
test(NODE-4985): update csfle build scripts (#3529)
Browse files Browse the repository at this point in the history
  • Loading branch information
durran authored Jan 20, 2023
1 parent 26145df commit a35ede3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2132,7 +2132,7 @@ tasks:
- func: bootstrap kms servers
- func: run custom csfle tests
vars:
CSFLE_GIT_REF: ddb19ae22dc4a5f8b9208096f69fc23e19bae6c9
CSFLE_GIT_REF: ff9e095eaf72f9e442761f69080dae159a395d94
- name: run-custom-csfle-tests-5.0-master
tags:
- run-custom-dependency-tests
Expand Down Expand Up @@ -2162,7 +2162,7 @@ tasks:
- func: bootstrap kms servers
- func: run custom csfle tests
vars:
CSFLE_GIT_REF: ddb19ae22dc4a5f8b9208096f69fc23e19bae6c9
CSFLE_GIT_REF: ff9e095eaf72f9e442761f69080dae159a395d94
- name: run-custom-csfle-tests-rapid-master
tags:
- run-custom-dependency-tests
Expand Down Expand Up @@ -2192,7 +2192,7 @@ tasks:
- func: bootstrap kms servers
- func: run custom csfle tests
vars:
CSFLE_GIT_REF: ddb19ae22dc4a5f8b9208096f69fc23e19bae6c9
CSFLE_GIT_REF: ff9e095eaf72f9e442761f69080dae159a395d94
- 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 @@ -579,7 +579,7 @@ BUILD_VARIANTS.push({
const oneOffFuncAsTasks = []

for (const version of ['5.0', 'rapid', 'latest']) {
for (const ref of ['ddb19ae22dc4a5f8b9208096f69fc23e19bae6c9', 'master']) {
for (const ref of ['ff9e095eaf72f9e442761f69080dae159a395d94', 'master']) {
oneOffFuncAsTasks.push({
name: `run-custom-csfle-tests-${version}-${ref === 'master' ? ref : 'pinned-commit'}`,
tags: ['run-custom-dependency-tests'],
Expand Down
1 change: 0 additions & 1 deletion .evergreen/run-custom-csfle-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ popd # mongo-c-driver
pushd libmongocrypt/bindings/node

npm install --production --ignore-scripts
source ./.evergreen/find_cmake.sh
bash ./etc/build-static.sh

popd # libmongocrypt/bindings/node
Expand Down

0 comments on commit a35ede3

Please sign in to comment.