File tree Expand file tree Collapse file tree 2 files changed +18
-10
lines changed Expand file tree Collapse file tree 2 files changed +18
-10
lines changed Original file line number Diff line number Diff line change @@ -3822,6 +3822,14 @@ buildvariants:
38223822 - run-custom-csfle-tests-rapid
38233823 - run-custom-csfle-tests-latest
38243824 - test-latest-driver-mongodb-client-encryption-6.0.0
3825+ - name : rhel8-test-serverless
3826+ display_name : Serverless Test
3827+ run_on : rhel80-large
3828+ expansions :
3829+ NODE_LTS_VERSION : 16
3830+ NPM_VERSION : 9
3831+ tasks :
3832+ - serverless_task_group
38253833 - name : rhel8-test-gcp-kms
38263834 display_name : GCP KMS Test
38273835 run_on : debian11-small
Original file line number Diff line number Diff line change @@ -809,16 +809,16 @@ BUILD_VARIANTS.push({
809809} ) ;
810810
811811// special case for serverless testing
812- // BUILD_VARIANTS.push({
813- // name: 'rhel8-test-serverless',
814- // display_name: 'Serverless Test',
815- // run_on: DEFAULT_OS,
816- // expansions: {
817- // NODE_LTS_VERSION: LOWEST_LTS,
818- // NPM_VERSION: 9
819- // },
820- // tasks: ['serverless_task_group']
821- // });
812+ BUILD_VARIANTS . push ( {
813+ name : 'rhel8-test-serverless' ,
814+ display_name : 'Serverless Test' ,
815+ run_on : DEFAULT_OS ,
816+ expansions : {
817+ NODE_LTS_VERSION : LOWEST_LTS ,
818+ NPM_VERSION : 9
819+ } ,
820+ tasks : [ 'serverless_task_group' ]
821+ } ) ;
822822
823823BUILD_VARIANTS . push ( {
824824 name : 'rhel8-test-gcp-kms' ,
You can’t perform that action at this time.
0 commit comments