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 @@ -4834,6 +4834,14 @@ buildvariants:
4834
4834
- run-custom-csfle-tests-rapid
4835
4835
- run-custom-csfle-tests-latest
4836
4836
- test-latest-driver-mongodb-client-encryption-6.0.0
4837
+ - name : rhel8-test-serverless
4838
+ display_name : Serverless Test
4839
+ run_on : rhel80-large
4840
+ expansions :
4841
+ NODE_LTS_VERSION : 16
4842
+ NPM_VERSION : 9
4843
+ tasks :
4844
+ - serverless_task_group
4837
4845
- name : rhel8-test-gcp-kms
4838
4846
display_name : GCP KMS Test
4839
4847
run_on : debian11-small
Original file line number Diff line number Diff line change @@ -786,18 +786,17 @@ BUILD_VARIANTS.push({
786
786
tasks : customDependencyTests . map ( ( { name } ) => name )
787
787
} ) ;
788
788
789
- // TODO(NODE-6748): unskip serverless tests when getParameter and failPoints are possible
790
789
// special case for serverless testing
791
- // BUILD_VARIANTS.push({
792
- // name: 'rhel8-test-serverless',
793
- // display_name: 'Serverless Test',
794
- // run_on: DEFAULT_OS,
795
- // expansions: {
796
- // NODE_LTS_VERSION: LOWEST_LTS,
797
- // NPM_VERSION: 9
798
- // },
799
- // tasks: ['serverless_task_group']
800
- // });
790
+ BUILD_VARIANTS . push ( {
791
+ name : 'rhel8-test-serverless' ,
792
+ display_name : 'Serverless Test' ,
793
+ run_on : DEFAULT_OS ,
794
+ expansions : {
795
+ NODE_LTS_VERSION : LOWEST_LTS ,
796
+ NPM_VERSION : 9
797
+ } ,
798
+ tasks : [ 'serverless_task_group' ]
799
+ } ) ;
801
800
802
801
BUILD_VARIANTS . push ( {
803
802
name : 'rhel8-test-gcp-kms' ,
You can’t perform that action at this time.
0 commit comments