File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1717,6 +1717,7 @@ tasks:
17171717 vars :
17181718 VERSION : ' 5.0'
17191719 TOPOLOGY : server
1720+ - func : bootstrap kms servers
17201721 - func : run custom csfle tests
17211722 - name : run-custom-snappy-tests
17221723 tags :
@@ -1729,6 +1730,7 @@ tasks:
17291730 vars :
17301731 VERSION : ' 5.0'
17311732 TOPOLOGY : server
1733+ - func : bootstrap kms servers
17321734 - func : run custom snappy tests
17331735 - name : run-bson-ext-test
17341736 tags :
@@ -1741,6 +1743,7 @@ tasks:
17411743 vars :
17421744 VERSION : ' 5.0'
17431745 TOPOLOGY : server
1746+ - func : bootstrap kms servers
17441747 - func : run bson-ext test
17451748 vars :
17461749 NODE_LTS_NAME : erbium
Original file line number Diff line number Diff line change @@ -637,6 +637,7 @@ const oneOffFuncAsTasks = oneOffFuncs.map(oneOffFunc => ({
637637 TOPOLOGY : 'server'
638638 }
639639 } ,
640+ { func : 'bootstrap kms servers' } ,
640641 oneOffFunc
641642 ]
642643} ) ) ;
You can’t perform that action at this time.
0 commit comments