File tree Expand file tree Collapse file tree 2 files changed +11
-19
lines changed Expand file tree Collapse file tree 2 files changed +11
-19
lines changed Original file line number Diff line number Diff line change @@ -3720,14 +3720,6 @@ 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
37313723 - name : rhel8-test-gcp-kms
37323724 display_name : GCP KMS Test
37333725 run_on : debian11-small
Original file line number Diff line number Diff line change @@ -806,17 +806,17 @@ BUILD_VARIANTS.push({
806806 tasks : customDependencyTests . map ( ( { name } ) => name )
807807} ) ;
808808
809- // special case for 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+ // 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+ // });
820820
821821BUILD_VARIANTS . push ( {
822822 name : 'rhel8-test-gcp-kms' ,
You can’t perform that action at this time.
0 commit comments