File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2132,7 +2132,7 @@ tasks:
21322132 - func : bootstrap kms servers
21332133 - func : run custom csfle tests
21342134 vars :
2135- CSFLE_GIT_REF : ff9e095eaf72f9e442761f69080dae159a395d94
2135+ CSFLE_GIT_REF : e8e0c0b07db62b0e8ee0e5f3b669a180a94df1e8
21362136 - name : run-custom-csfle-tests-5.0-master
21372137 tags :
21382138 - run-custom-dependency-tests
@@ -2162,7 +2162,7 @@ tasks:
21622162 - func : bootstrap kms servers
21632163 - func : run custom csfle tests
21642164 vars :
2165- CSFLE_GIT_REF : ff9e095eaf72f9e442761f69080dae159a395d94
2165+ CSFLE_GIT_REF : e8e0c0b07db62b0e8ee0e5f3b669a180a94df1e8
21662166 - name : run-custom-csfle-tests-rapid-master
21672167 tags :
21682168 - run-custom-dependency-tests
@@ -2192,7 +2192,7 @@ tasks:
21922192 - func : bootstrap kms servers
21932193 - func : run custom csfle tests
21942194 vars :
2195- CSFLE_GIT_REF : ff9e095eaf72f9e442761f69080dae159a395d94
2195+ CSFLE_GIT_REF : e8e0c0b07db62b0e8ee0e5f3b669a180a94df1e8
21962196 - name : run-custom-csfle-tests-latest-master
21972197 tags :
21982198 - run-custom-dependency-tests
Original file line number Diff line number Diff line change @@ -579,7 +579,7 @@ BUILD_VARIANTS.push({
579579const oneOffFuncAsTasks = [ ]
580580
581581for ( const version of [ '5.0' , 'rapid' , 'latest' ] ) {
582- for ( const ref of [ 'ff9e095eaf72f9e442761f69080dae159a395d94 ' , 'master' ] ) {
582+ for ( const ref of [ 'e8e0c0b07db62b0e8ee0e5f3b669a180a94df1e8 ' , 'master' ] ) {
583583 oneOffFuncAsTasks . push ( {
584584 name : `run-custom-csfle-tests-${ version } -${ ref === 'master' ? ref : 'pinned-commit' } ` ,
585585 tags : [ 'run-custom-dependency-tests' ] ,
You can’t perform that action at this time.
0 commit comments