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:
4832
4832
- run-custom-csfle-tests-rapid
4833
4833
- run-custom-csfle-tests-latest
4834
4834
- 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
4843
4835
- name : rhel8-test-gcp-kms
4844
4836
display_name : GCP KMS Test
4845
4837
run_on : debian11-small
Original file line number Diff line number Diff line change @@ -780,17 +780,18 @@ BUILD_VARIANTS.push({
780
780
tasks : customDependencyTests . map ( ( { name } ) => name )
781
781
} ) ;
782
782
783
+ // TODO(NODE-6748): unskip serverless tests when getParameter and failPoints are possible
783
784
// 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
+ // });
794
795
795
796
BUILD_VARIANTS . push ( {
796
797
name : 'rhel8-test-gcp-kms' ,
You can’t perform that action at this time.
0 commit comments