This repository was archived by the owner on Sep 28, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Resources:
69
69
TemplateURL : " https://s3.amazonaws.com/load-testing-using-aws-fargate/artifacts/templates/pipeline.yaml"
70
70
Parameters :
71
71
DockerRegistryArn : !GetAtt DockerRegistry.Arn
72
- MasterStackId : !Ref AWS::StackId
72
+ MasterStackId : !Ref ' AWS::StackName'
73
73
GitRepositoryName : !Ref GitRepositoryName
74
74
DockerRegistryURL : !Join
75
75
- ' '
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ Resources:
47
47
# into the ECR Registry.
48
48
CodeBuild :
49
49
Type : AWS::CodeBuild::Project
50
- DependsOn : BuildAndPipelinePolicy
51
50
Properties :
52
51
Description : Builds distributed load testing suite
53
52
TimeoutInMinutes : 20
@@ -87,7 +86,6 @@ Resources:
87
86
# execution of Fargate tasks into the different regions.
88
87
LoadTestRunner :
89
88
Type : AWS::CodeBuild::Project
90
- DependsOn : BuildAndPipelinePolicy
91
89
Properties :
92
90
Description : Runs the load tests in Fargate
93
91
ServiceRole : !GetAtt CodeBuildRole.Arn
@@ -97,16 +95,16 @@ Resources:
97
95
Type : LINUX_CONTAINER
98
96
ComputeType : BUILD_GENERAL1_SMALL
99
97
Image : " aws/codebuild/python:3.6.5"
100
- EnvironmentVariables :
101
- -
102
- Name : TASK_COUNT
103
- Value : !Ref ContainersPerRegion
104
- -
105
- Name : REGION_1
106
- Value : !Ref AWS::Region
107
- -
108
- Name : REGION_1_STACK_NAME
109
- Value : !Ref MasterStackId
98
+ EnvironmentVariables :
99
+ -
100
+ Name : " TASK_COUNT"
101
+ Value : !Ref ContainersPerRegion
102
+ -
103
+ Name : " REGION_1"
104
+ Value : !Ref ' AWS::Region'
105
+ -
106
+ Name : " REGION_1_STACK_NAME"
107
+ Value : !Ref MasterStackId
110
108
Source :
111
109
Type : CODEPIPELINE
112
110
BuildSpec : !Sub |
You can’t perform that action at this time.
0 commit comments