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:
3822
3822
- run-custom-csfle-tests-rapid
3823
3823
- run-custom-csfle-tests-latest
3824
3824
- 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
3825
3833
- name : rhel8-test-gcp-kms
3826
3834
display_name : GCP KMS Test
3827
3835
run_on : debian11-small
Original file line number Diff line number Diff line change @@ -809,16 +809,16 @@ BUILD_VARIANTS.push({
809
809
} ) ;
810
810
811
811
// 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
+ } ) ;
822
822
823
823
BUILD_VARIANTS . push ( {
824
824
name : 'rhel8-test-gcp-kms' ,
You can’t perform that action at this time.
0 commit comments