File tree 2 files changed +2
-22
lines changed
2 files changed +2
-22
lines changed Original file line number Diff line number Diff line change @@ -1942,6 +1942,8 @@ axes:
1942
1942
task_groups :
1943
1943
- name : " atlas-deployed-task-group"
1944
1944
max_hosts : -1
1945
+ setup_group_can_fail_task : true
1946
+ setup_group_timeout_secs : 1800
1945
1947
setup_group :
1946
1948
- func : fetch source
1947
1949
- func : prepare resources
@@ -1965,8 +1967,6 @@ task_groups:
1965
1967
add_expansions_to_env : true
1966
1968
args :
1967
1969
- ${DRIVERS_TOOLS}/.evergreen/atlas/teardown-atlas-cluster.sh
1968
- setup_group_can_fail_task : true
1969
- setup_group_timeout_secs : 1800
1970
1970
tasks :
1971
1971
- " atlas-search-index-management-task"
1972
1972
- " aws-lambda-deployed-task"
Original file line number Diff line number Diff line change @@ -37,26 +37,6 @@ Resources:
37
37
Properties :
38
38
Path : /mongodb
39
39
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
60
40
Outputs :
61
41
LambdaTestApi :
62
42
Description : API Gateway endpoint URL for Prod stage for Lambda Test function
You can’t perform that action at this time.
0 commit comments