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:
48344834 - run-custom-csfle-tests-rapid
48354835 - run-custom-csfle-tests-latest
48364836 - 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
48374845 - name : rhel8-test-gcp-kms
48384846 display_name : GCP KMS Test
48394847 run_on : debian11-small
Original file line number Diff line number Diff line change @@ -786,18 +786,17 @@ BUILD_VARIANTS.push({
786786 tasks : customDependencyTests . map ( ( { name } ) => name )
787787} ) ;
788788
789- // TODO(NODE-6748): unskip serverless tests when getParameter and failPoints are possible
790789// 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+ } ) ;
801800
802801BUILD_VARIANTS . push ( {
803802 name : 'rhel8-test-gcp-kms' ,
You can’t perform that action at this time.
0 commit comments