File tree Expand file tree Collapse file tree 2 files changed +11
-18
lines changed
Expand file tree Collapse file tree 2 files changed +11
-18
lines changed Original file line number Diff line number Diff line change @@ -4832,14 +4832,6 @@ buildvariants:
48324832 - run-custom-csfle-tests-rapid
48334833 - run-custom-csfle-tests-latest
48344834 - test-latest-driver-mongodb-client-encryption-6.0.0
4835- - name : rhel8-test-serverless
4836- display_name : Serverless Test
4837- run_on : rhel80-large
4838- expansions :
4839- NODE_LTS_VERSION : 16
4840- NPM_VERSION : 9
4841- tasks :
4842- - serverless_task_group
48434835 - name : rhel8-test-gcp-kms
48444836 display_name : GCP KMS Test
48454837 run_on : debian11-small
Original file line number Diff line number Diff line change @@ -780,17 +780,18 @@ BUILD_VARIANTS.push({
780780 tasks : customDependencyTests . map ( ( { name } ) => name )
781781} ) ;
782782
783+ // TODO(NODE-6748): unskip serverless tests when getParameter and failPoints are possible
783784// special case for serverless testing
784- BUILD_VARIANTS . push ( {
785- name : 'rhel8-test-serverless' ,
786- display_name : 'Serverless Test' ,
787- run_on : DEFAULT_OS ,
788- expansions : {
789- NODE_LTS_VERSION : LOWEST_LTS ,
790- NPM_VERSION : 9
791- } ,
792- tasks : [ 'serverless_task_group' ]
793- } ) ;
785+ // BUILD_VARIANTS.push({
786+ // name: 'rhel8-test-serverless',
787+ // display_name: 'Serverless Test',
788+ // run_on: DEFAULT_OS,
789+ // expansions: {
790+ // NODE_LTS_VERSION: LOWEST_LTS,
791+ // NPM_VERSION: 9
792+ // },
793+ // tasks: ['serverless_task_group']
794+ // });
794795
795796BUILD_VARIANTS . push ( {
796797 name : 'rhel8-test-gcp-kms' ,
You can’t perform that action at this time.
0 commit comments