File tree 2 files changed +11
-19
lines changed
2 files changed +11
-19
lines changed Original file line number Diff line number Diff line change @@ -3720,14 +3720,6 @@ buildvariants:
3720
3720
- run-custom-csfle-tests-rapid
3721
3721
- run-custom-csfle-tests-latest
3722
3722
- 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
3731
3723
- name : rhel8-test-gcp-kms
3732
3724
display_name : GCP KMS Test
3733
3725
run_on : debian11-small
Original file line number Diff line number Diff line change @@ -806,17 +806,17 @@ BUILD_VARIANTS.push({
806
806
tasks : customDependencyTests . map ( ( { name } ) => name )
807
807
} ) ;
808
808
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
+ // });
820
820
821
821
BUILD_VARIANTS . push ( {
822
822
name : 'rhel8-test-gcp-kms' ,
You can’t perform that action at this time.
0 commit comments