File tree Expand file tree Collapse file tree 2 files changed +18
-11
lines changed
Expand file tree Collapse file tree 2 files changed +18
-11
lines changed Original file line number Diff line number Diff line change @@ -3720,6 +3720,14 @@ buildvariants:
37203720 - run-custom-csfle-tests-rapid
37213721 - run-custom-csfle-tests-latest
37223722 - test-latest-driver-mongodb-client-encryption-6.0.0
3723+ - name : rhel8-test-serverless
3724+ display_name : Serverless Test
3725+ run_on : rhel80-large
3726+ expansions :
3727+ NODE_LTS_VERSION : 16
3728+ NPM_VERSION : 9
3729+ tasks :
3730+ - serverless_task_group
37233731 - name : rhel8-test-gcp-kms
37243732 display_name : GCP KMS Test
37253733 run_on : debian11-small
Original file line number Diff line number Diff line change @@ -806,17 +806,16 @@ BUILD_VARIANTS.push({
806806 tasks : customDependencyTests . map ( ( { name } ) => name )
807807} ) ;
808808
809- // TODO(NODE-6786): Reenable serverless testing.
810- // BUILD_VARIANTS.push({
811- // name: 'rhel8-test-serverless',
812- // display_name: 'Serverless Test',
813- // run_on: DEFAULT_OS,
814- // expansions: {
815- // NODE_LTS_VERSION: LOWEST_LTS,
816- // NPM_VERSION: 9
817- // },
818- // tasks: ['serverless_task_group']
819- // });
809+ BUILD_VARIANTS . push ( {
810+ name : 'rhel8-test-serverless' ,
811+ display_name : 'Serverless Test' ,
812+ run_on : DEFAULT_OS ,
813+ expansions : {
814+ NODE_LTS_VERSION : LOWEST_LTS ,
815+ NPM_VERSION : 9
816+ } ,
817+ tasks : [ 'serverless_task_group' ]
818+ } ) ;
820819
821820BUILD_VARIANTS . push ( {
822821 name : 'rhel8-test-gcp-kms' ,
You can’t perform that action at this time.
0 commit comments