diff --git a/.evergreen/.evg.yml b/.evergreen/.evg.yml index c1fba35e36d..66b809e38a0 100644 --- a/.evergreen/.evg.yml +++ b/.evergreen/.evg.yml @@ -1942,6 +1942,8 @@ axes: task_groups: - name: "atlas-deployed-task-group" max_hosts: -1 + setup_group_can_fail_task: true + setup_group_timeout_secs: 1800 setup_group: - func: fetch source - func: prepare resources @@ -1965,8 +1967,6 @@ task_groups: add_expansions_to_env: true args: - ${DRIVERS_TOOLS}/.evergreen/atlas/teardown-atlas-cluster.sh - setup_group_can_fail_task: true - setup_group_timeout_secs: 1800 tasks: - "atlas-search-index-management-task" - "aws-lambda-deployed-task" diff --git a/driver-lambda/template.yaml b/driver-lambda/template.yaml index 7a53bb20272..9441f804f20 100644 --- a/driver-lambda/template.yaml +++ b/driver-lambda/template.yaml @@ -37,26 +37,6 @@ Resources: Properties: Path: /mongodb Method: get - ApplicationResourceGroup: - Type: AWS::ResourceGroups::Group - Properties: - Name: - Fn::Join: - - '' - - - ApplicationInsights-SAM- - - Ref: AWS::StackName - ResourceQuery: - Type: CLOUDFORMATION_STACK_1_0 - ApplicationInsightsMonitoring: - Type: AWS::ApplicationInsights::Application - Properties: - ResourceGroupName: - Fn::Join: - - '' - - - ApplicationInsights-SAM- - - Ref: AWS::StackName - AutoConfigurationEnabled: true - DependsOn: ApplicationResourceGroup Outputs: LambdaTestApi: Description: API Gateway endpoint URL for Prod stage for Lambda Test function