Skip to content

Commit ae234a8

Browse files
ci(NODE-6748): unskip serverless tests (#4416)
Co-authored-by: Durran Jordan <durran@gmail.com>
1 parent b0d6a56 commit ae234a8

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

.evergreen/config.yml

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

.evergreen/generate_evergreen_tasks.js

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

802801
BUILD_VARIANTS.push({
803802
name: 'rhel8-test-gcp-kms',

0 commit comments

Comments
 (0)