Skip to content

Commit

Permalink
ci: skip serverless tests (#4409)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken authored Feb 11, 2025
1 parent 7bfce01 commit 3d2b723
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 deletions.
8 changes: 0 additions & 8 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4832,14 +4832,6 @@ buildvariants:
- run-custom-csfle-tests-rapid
- run-custom-csfle-tests-latest
- test-latest-driver-mongodb-client-encryption-6.0.0
- name: rhel8-test-serverless
display_name: Serverless Test
run_on: rhel80-large
expansions:
NODE_LTS_VERSION: 16
NPM_VERSION: 9
tasks:
- serverless_task_group
- name: rhel8-test-gcp-kms
display_name: GCP KMS Test
run_on: debian11-small
Expand Down
21 changes: 11 additions & 10 deletions .evergreen/generate_evergreen_tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -780,17 +780,18 @@ BUILD_VARIANTS.push({
tasks: customDependencyTests.map(({ name }) => name)
});

// TODO(NODE-6748): unskip serverless tests when getParameter and failPoints are possible
// special case for serverless testing
BUILD_VARIANTS.push({
name: 'rhel8-test-serverless',
display_name: 'Serverless Test',
run_on: DEFAULT_OS,
expansions: {
NODE_LTS_VERSION: LOWEST_LTS,
NPM_VERSION: 9
},
tasks: ['serverless_task_group']
});
// BUILD_VARIANTS.push({
// name: 'rhel8-test-serverless',
// display_name: 'Serverless Test',
// run_on: DEFAULT_OS,
// expansions: {
// NODE_LTS_VERSION: LOWEST_LTS,
// NPM_VERSION: 9
// },
// tasks: ['serverless_task_group']
// });

BUILD_VARIANTS.push({
name: 'rhel8-test-gcp-kms',
Expand Down

0 comments on commit 3d2b723

Please sign in to comment.