Skip to content

Commit 30ecb53

Browse files
committed
test(NODE-4160): add build variants
1 parent 0e8a444 commit 30ecb53

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.evergreen/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2543,3 +2543,9 @@ buildvariants:
25432543
- test-3.6-server-noauth
25442544
- test-3.6-replica_set-noauth
25452545
- test-3.6-sharded_cluster-noauth
2546+
- name: ubuntu1804-test-lambda
2547+
display_name: AWS Lambda handler tests
2548+
run_on: ubuntu1804-test
2549+
tasks:
2550+
- test-lambda-example
2551+
- test-lambda-aws-auth-example

.evergreen/generate_evergreen_tasks.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,13 @@ BUILD_VARIANTS.push({
664664
tasks: AUTH_DISABLED_TASKS.map(({ name }) => name)
665665
});
666666

667+
BUILD_VARIANTS.push({
668+
name: 'ubuntu1804-test-lambda',
669+
display_name: 'AWS Lambda handler tests',
670+
run_on: 'ubuntu1804-test',
671+
tasks: ['test-lambda-example', 'test-lambda-aws-auth-example']
672+
});
673+
667674
// TODO(NODE-4575): unskip zstd and snappy on node 16
668675
for (const variant of BUILD_VARIANTS.filter(
669676
variant => variant.expansions && variant.expansions.NODE_LTS_NAME === 'gallium'

0 commit comments

Comments
 (0)