File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -2543,3 +2543,9 @@ buildvariants:
2543
2543
- test-3.6-server-noauth
2544
2544
- test-3.6-replica_set-noauth
2545
2545
- test-3.6-sharded_cluster-noauth
2546
+ - name : ubuntu1804-test-lambda
2547
+ display_name : AWS Lambda handler tests
2548
+ run_on : ubuntu1804-test
2549
+ tasks :
2550
+ - test-lambda-example
2551
+ - test-lambda-aws-auth-example
Original file line number Diff line number Diff line change @@ -664,6 +664,13 @@ BUILD_VARIANTS.push({
664
664
tasks : AUTH_DISABLED_TASKS . map ( ( { name } ) => name )
665
665
} ) ;
666
666
667
+ BUILD_VARIANTS . push ( {
668
+ name : 'ubuntu1804-test-lambda' ,
669
+ display_name : 'AWS Lambda handler tests' ,
670
+ run_on : 'ubuntu1804-test' ,
671
+ tasks : [ 'test-lambda-example' , 'test-lambda-aws-auth-example' ]
672
+ } ) ;
673
+
667
674
// TODO(NODE-4575): unskip zstd and snappy on node 16
668
675
for ( const variant of BUILD_VARIANTS . filter (
669
676
variant => variant . expansions && variant . expansions . NODE_LTS_NAME === 'gallium'
You can’t perform that action at this time.
0 commit comments