Skip to content

Commit c307d30

Browse files
Merge pull request #2094 from mongodb/merge-release/1.17-into-release/2.2-1749516396116
Merge release/1.17 into release/2.2
2 parents fa88e35 + d694af2 commit c307d30

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

.evergreen/config.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ functions:
213213
type: test
214214
params:
215215
binary: bash
216+
add_expansions_to_env: true
216217
env:
217218
BASE_SHA: "${revision}"
218219
HEAD_SHA: "${github_commit}"
@@ -223,6 +224,7 @@ functions:
223224
type: test
224225
params:
225226
binary: bash
227+
add_expansions_to_env: true
226228
env:
227229
COMMIT: "${github_commit}"
228230
PR_TASK: apply-labels
@@ -233,6 +235,7 @@ functions:
233235
type: test
234236
params:
235237
binary: bash
238+
add_expansions_to_env: true
236239
env:
237240
COMMIT: "${github_commit}"
238241
PR_TASK: assign-reviewer
@@ -647,6 +650,7 @@ tasks:
647650
- name: pull-request-helpers
648651
allowed_requesters: ["patch", "github_pr"]
649652
commands:
653+
- func: assume-test-secrets-ec2-role
650654
- func: "add PR reviewer"
651655
- func: "add PR labels"
652656
- func: "create-api-report"
@@ -1679,11 +1683,11 @@ tasks:
16791683
type: test
16801684
params:
16811685
binary: bash
1686+
add_expansions_to_env: true
16821687
env:
16831688
TEST_LAMBDA_DIRECTORY: ${PROJECT_DIRECTORY}/internal/cmd/faas/awslambda
16841689
LAMBDA_STACK_NAME: dbx-go-lambda
16851690
AWS_REGION: us-east-1
1686-
include_expansions_in_env: ["AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY", "AWS_SESSION_TOKEN"]
16871691
args: [*task-runner, evg-test-deployed-lambda-aws]
16881692

16891693
- name: "oidc-auth-test"
@@ -2063,6 +2067,7 @@ task_groups:
20632067
params:
20642068
working_dir: src/go.mongodb.org/mongo-driver
20652069
binary: bash
2070+
add_expansions_to_env: true
20662071
env:
20672072
LAMBDA_STACK_NAME: dbx-go-lambda
20682073
AWS_REGION: us-east-1

internal/cmd/faas/awslambda/template.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,6 @@ Resources:
3232
Variables:
3333
MONGODB_URI: !Ref MongoDbUri
3434

35-
ApplicationResourceGroup:
36-
Type: AWS::ResourceGroups::Group
37-
Properties:
38-
Name:
39-
Fn::Sub: ApplicationInsights-SAM-${AWS::StackName}
40-
ResourceQuery:
41-
Type: CLOUDFORMATION_STACK_1_0
42-
ApplicationInsightsMonitoring:
43-
Type: AWS::ApplicationInsights::Application
44-
Properties:
45-
ResourceGroupName:
46-
Ref: ApplicationResourceGroup
47-
AutoConfigurationEnabled: 'true'
48-
4935
Outputs:
5036
MongoDBApi:
5137
Description: "API Gateway endpoint URL for Prod stage for MongoDB function"

0 commit comments

Comments
 (0)