Skip to content

Commit

Permalink
test(NODE-4516): update csfle sha1
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Aug 17, 2022
1 parent 3a33a3d commit 7472edc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1707,7 +1707,7 @@ tasks:
- func: bootstrap kms servers
- func: run custom csfle tests
vars:
CSFLE_GIT_REF: 41afd44ca04d246998969c53de4e0f22802b0c8a
CSFLE_GIT_REF: 4e4613a0e725a8ba10f2c6ce8bff666e2f184549
- name: run-custom-csfle-tests-5.0-master
tags:
- run-custom-dependency-tests
Expand Down Expand Up @@ -1737,7 +1737,7 @@ tasks:
- func: bootstrap kms servers
- func: run custom csfle tests
vars:
CSFLE_GIT_REF: 41afd44ca04d246998969c53de4e0f22802b0c8a
CSFLE_GIT_REF: 4e4613a0e725a8ba10f2c6ce8bff666e2f184549
- name: run-custom-csfle-tests-rapid-master
tags:
- run-custom-dependency-tests
Expand Down Expand Up @@ -1767,7 +1767,7 @@ tasks:
- func: bootstrap kms servers
- func: run custom csfle tests
vars:
CSFLE_GIT_REF: 41afd44ca04d246998969c53de4e0f22802b0c8a
CSFLE_GIT_REF: 4e4613a0e725a8ba10f2c6ce8bff666e2f184549
- 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 @@ -550,7 +550,7 @@ const oneOffFuncAsTasks = oneOffFuncs.map(oneOffFunc => ({
}));

[ '5.0', 'rapid', 'latest' ].forEach(version => {
[ '41afd44ca04d246998969c53de4e0f22802b0c8a', 'master' ].forEach(ref => {
[ '4e4613a0e725a8ba10f2c6ce8bff666e2f184549', 'master' ].forEach(ref => {
oneOffFuncAsTasks.push({
name: `run-custom-csfle-tests-${version}-${ref === 'master' ? ref : 'pinned-commit'}`,
tags: ['run-custom-dependency-tests'],
Expand Down

0 comments on commit 7472edc

Please sign in to comment.