Skip to content

Commit 3d2b723

Browse files
authored
ci: skip serverless tests (#4409)
1 parent 7bfce01 commit 3d2b723

File tree

2 files changed

+11
-18
lines changed

2 files changed

+11
-18
lines changed

.evergreen/config.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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

.evergreen/generate_evergreen_tasks.js

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff 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

795796
BUILD_VARIANTS.push({
796797
name: 'rhel8-test-gcp-kms',

0 commit comments

Comments
 (0)