@@ -23,6 +23,7 @@ Resources:
23
23
Type : ' AWS::CodeBuild::Project'
24
24
Properties :
25
25
Artifacts :
26
+ EncryptionDisabled : true
26
27
Location : !Ref BuildBucketName
27
28
NamespaceType : NONE
28
29
OverrideArtifactName : true
@@ -46,18 +47,12 @@ Resources:
46
47
Location : !Ref GithubFullRepoName
47
48
Type : GITHUB
48
49
TimeoutInMinutes : 60
49
- Triggers :
50
- BuildType : BUILD
51
- # Config list of developers allowlisted to create builds when creating PRs to GithubBranchName
52
- # This allow list can be modified using aws-cli or aws-sdk
53
- # CodeBuild also supports pattern matches using regex, but this is not useful for listing different Github IDs
54
- # so they have to be listed separately
55
- Webhook : true
56
50
Visibility : PRIVATE
57
51
UbuntuArmProject :
58
52
Type : ' AWS::CodeBuild::Project'
59
53
Properties :
60
54
Artifacts :
55
+ EncryptionDisabled : true
61
56
Location : !Ref BuildBucketName
62
57
NamespaceType : NONE
63
58
OverrideArtifactName : true
@@ -81,18 +76,12 @@ Resources:
81
76
Location : !Ref GithubFullRepoName
82
77
Type : GITHUB
83
78
TimeoutInMinutes : 60
84
- Triggers :
85
- BuildType : BUILD
86
- # Config list of developers allowlisted to create builds when creating PRs to GithubBranchName
87
- # This allow list can be modified using aws-cli or aws-sdk
88
- # CodeBuild also supports pattern matches using regex, but this is not useful for listing different Github IDs
89
- # so they have to be listed separately
90
- Webhook : true
91
79
Visibility : PRIVATE
92
80
ArmProject :
93
81
Type : ' AWS::CodeBuild::Project'
94
82
Properties :
95
83
Artifacts :
84
+ EncryptionDisabled : true
96
85
Location : !Ref BuildBucketName
97
86
NamespaceType : NONE
98
87
OverrideArtifactName : true
@@ -116,18 +105,12 @@ Resources:
116
105
Location : !Ref GithubFullRepoName
117
106
Type : GITHUB
118
107
TimeoutInMinutes : 60
119
- Triggers :
120
- BuildType : BUILD
121
- # Config list of developers allowlisted to create builds when creating PRs to GithubBranchName
122
- # This allow list can be modified using aws-cli or aws-sdk
123
- # CodeBuild also supports pattern matches using regex, but this is not useful for listing different Github IDs
124
- # so they have to be listed separately
125
- Webhook : true
126
108
Visibility : PRIVATE
127
109
AmdProject :
128
110
Type : ' AWS::CodeBuild::Project'
129
111
Properties :
130
112
Artifacts :
113
+ EncryptionDisabled : true
131
114
Location : !Ref BuildBucketName
132
115
NamespaceType : NONE
133
116
OverrideArtifactName : true
@@ -151,20 +134,14 @@ Resources:
151
134
Location : !Ref GithubFullRepoName
152
135
Type : GITHUB
153
136
TimeoutInMinutes : 60
154
- Triggers :
155
- BuildType : BUILD
156
- # Config list of developers allowlisted to create builds when creating PRs to GithubBranchName
157
- # This allow list can be modified using aws-cli or aws-sdk
158
- # CodeBuild also supports pattern matches using regex, but this is not useful for listing different Github IDs
159
- # so they have to be listed separately
160
- Webhook : true
161
137
Visibility : PRIVATE
162
138
163
139
# Creates a CodeBuild project for Amazon Linux 2 ARM
164
140
Amzn2ArmProject :
165
141
Type : ' AWS::CodeBuild::Project'
166
142
Properties :
167
143
Artifacts :
144
+ EncryptionDisabled : true
168
145
Location : !Ref BuildBucketName
169
146
NamespaceType : NONE
170
147
OverrideArtifactName : true
@@ -188,20 +165,14 @@ Resources:
188
165
Location : !Ref GithubFullRepoName
189
166
Type : GITHUB
190
167
TimeoutInMinutes : 60
191
- Triggers :
192
- BuildType : BUILD
193
- # Config list of developers allowlisted to create builds when creating PRs to GithubBranchName
194
- # This allow list can be modified using aws-cli or aws-sdk
195
- # CodeBuild also supports pattern matches using regex, but this is not useful for listing different Github IDs
196
- # so they have to be listed separately
197
- Webhook : true
198
168
Visibility : PRIVATE
199
169
200
170
# Creates a CodeBuild project for Amazon Linux 2 AMD
201
171
Amzn2AmdProject :
202
172
Type : ' AWS::CodeBuild::Project'
203
173
Properties :
204
174
Artifacts :
175
+ EncryptionDisabled : true
205
176
Location : !Ref BuildBucketName
206
177
NamespaceType : NONE
207
178
OverrideArtifactName : true
@@ -225,20 +196,14 @@ Resources:
225
196
Location : !Ref GithubFullRepoName
226
197
Type : GITHUB
227
198
TimeoutInMinutes : 60
228
- Triggers :
229
- BuildType : BUILD
230
- # Config list of developers allowlisted to create builds when creating PRs to GithubBranchName
231
- # This allow list can be modified using aws-cli or aws-sdk
232
- # CodeBuild also supports pattern matches using regex, but this is not useful for listing different Github IDs
233
- # so they have to be listed separately
234
- Webhook : true
235
199
Visibility : PRIVATE
236
200
237
201
# Creates a CodeBuild project for Amazon Linux 2023 ARM
238
202
Amzn2023ArmProject :
239
203
Type : ' AWS::CodeBuild::Project'
240
204
Properties :
241
205
Artifacts :
206
+ EncryptionDisabled : true
242
207
Location : !Ref BuildBucketName
243
208
NamespaceType : NONE
244
209
OverrideArtifactName : true
@@ -262,20 +227,14 @@ Resources:
262
227
Location : !Ref GithubFullRepoName
263
228
Type : GITHUB
264
229
TimeoutInMinutes : 60
265
- Triggers :
266
- BuildType : BUILD
267
- # Config list of developers allowlisted to create builds when creating PRs to GithubBranchName
268
- # This allow list can be modified using aws-cli or aws-sdk
269
- # CodeBuild also supports pattern matches using regex, but this is not useful for listing different Github IDs
270
- # so they have to be listed separately
271
- Webhook : true
272
230
Visibility : PRIVATE
273
231
274
232
# Creates a CodeBuild project for Amazon Linux 2023 AMD
275
233
Amzn2023AmdProject :
276
234
Type : ' AWS::CodeBuild::Project'
277
235
Properties :
278
236
Artifacts :
237
+ EncryptionDisabled : true
279
238
Location : !Ref BuildBucketName
280
239
NamespaceType : NONE
281
240
OverrideArtifactName : true
@@ -299,13 +258,6 @@ Resources:
299
258
Location : !Ref GithubFullRepoName
300
259
Type : GITHUB
301
260
TimeoutInMinutes : 60
302
- Triggers :
303
- BuildType : BUILD
304
- # Config list of developers allowlisted to create builds when creating PRs to GithubBranchName
305
- # This allow list can be modified using aws-cli or aws-sdk
306
- # CodeBuild also supports pattern matches using regex, but this is not useful for listing different Github IDs
307
- # so they have to be listed separately
308
- Webhook : true
309
261
Visibility : PRIVATE
310
262
311
263
# Defines the service roles for the CodeBuild projects
@@ -652,4 +604,4 @@ Resources:
652
604
- ' s3:GetBucketAcl'
653
605
- ' s3:GetBucketLocation'
654
606
PolicyName : !Sub '${AWS::StackName}-ServicePolicyAmzn2023Amd'
655
- RoleName : !Sub '${AWS::StackName}-ServiceRoleAmzn2023Amd'
607
+ RoleName : !Sub '${AWS::StackName}-ServiceRoleAmzn2023Amd'
0 commit comments