File tree Expand file tree Collapse file tree 2 files changed +2
-22
lines changed Expand file tree Collapse file tree 2 files changed +2
-22
lines changed Original file line number Diff line number Diff line change @@ -1942,6 +1942,8 @@ axes:
19421942task_groups :
19431943 - name : " atlas-deployed-task-group"
19441944 max_hosts : -1
1945+ setup_group_can_fail_task : true
1946+ setup_group_timeout_secs : 1800
19451947 setup_group :
19461948 - func : fetch source
19471949 - func : prepare resources
@@ -1965,8 +1967,6 @@ task_groups:
19651967 add_expansions_to_env : true
19661968 args :
19671969 - ${DRIVERS_TOOLS}/.evergreen/atlas/teardown-atlas-cluster.sh
1968- setup_group_can_fail_task : true
1969- setup_group_timeout_secs : 1800
19701970 tasks :
19711971 - " atlas-search-index-management-task"
19721972 - " aws-lambda-deployed-task"
Original file line number Diff line number Diff line change @@ -37,26 +37,6 @@ Resources:
3737 Properties :
3838 Path : /mongodb
3939 Method : get
40- ApplicationResourceGroup :
41- Type : AWS::ResourceGroups::Group
42- Properties :
43- Name :
44- Fn::Join :
45- - ' '
46- - - ApplicationInsights-SAM-
47- - Ref : AWS::StackName
48- ResourceQuery :
49- Type : CLOUDFORMATION_STACK_1_0
50- ApplicationInsightsMonitoring :
51- Type : AWS::ApplicationInsights::Application
52- Properties :
53- ResourceGroupName :
54- Fn::Join :
55- - ' '
56- - - ApplicationInsights-SAM-
57- - Ref : AWS::StackName
58- AutoConfigurationEnabled : true
59- DependsOn : ApplicationResourceGroup
6040Outputs :
6141 LambdaTestApi :
6242 Description : API Gateway endpoint URL for Prod stage for Lambda Test function
You can’t perform that action at this time.
0 commit comments