Skip to content

Commit 021859b

Browse files
author
AWS
committed
AWS CodeBuild Update: Aws CodeBuild now supports 36 hours build timeout
1 parent 54b37d0 commit 021859b

File tree

2 files changed

+21
-10
lines changed

2 files changed

+21
-10
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS CodeBuild",
4+
"contributor": "",
5+
"description": "Aws CodeBuild now supports 36 hours build timeout"
6+
}

services/codebuild/src/main/resources/codegen-resources/service-2.json

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@
10141014
},
10151015
"timeoutInMinutes":{
10161016
"shape":"WrapperInt",
1017-
"documentation":"<p>How long, in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before timing out this build if it does not get marked as completed.</p>"
1017+
"documentation":"<p>How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out this build if it does not get marked as completed.</p>"
10181018
},
10191019
"queuedTimeoutInMinutes":{
10201020
"shape":"WrapperInt",
@@ -1424,6 +1424,11 @@
14241424
},
14251425
"documentation":"<p>Contains summary information about a batch build group.</p>"
14261426
},
1427+
"BuildTimeOut":{
1428+
"type":"integer",
1429+
"max":2160,
1430+
"min":5
1431+
},
14271432
"Builds":{
14281433
"type":"list",
14291434
"member":{"shape":"Build"}
@@ -1674,8 +1679,8 @@
16741679
"documentation":"<p>The ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf of the Amazon Web Services account.</p>"
16751680
},
16761681
"timeoutInMinutes":{
1677-
"shape":"TimeOut",
1678-
"documentation":"<p>How long, in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before it times out any build that has not been marked as completed. The default is 60 minutes.</p>"
1682+
"shape":"BuildTimeOut",
1683+
"documentation":"<p>How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before it times out any build that has not been marked as completed. The default is 60 minutes.</p>"
16791684
},
16801685
"queuedTimeoutInMinutes":{
16811686
"shape":"TimeOut",
@@ -3051,8 +3056,8 @@
30513056
"documentation":"<p>The ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf of the Amazon Web Services account.</p>"
30523057
},
30533058
"timeoutInMinutes":{
3054-
"shape":"TimeOut",
3055-
"documentation":"<p>How long, in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before timing out any related build that did not get marked as completed. The default is 60 minutes.</p>"
3059+
"shape":"BuildTimeOut",
3060+
"documentation":"<p>How long, in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out any related build that did not get marked as completed. The default is 60 minutes.</p>"
30563061
},
30573062
"queuedTimeoutInMinutes":{
30583063
"shape":"TimeOut",
@@ -4099,7 +4104,7 @@
40994104
"documentation":"<p>Enable this flag to override privileged mode in the batch build project.</p>"
41004105
},
41014106
"buildTimeoutInMinutesOverride":{
4102-
"shape":"TimeOut",
4107+
"shape":"BuildTimeOut",
41034108
"documentation":"<p>Overrides the build timeout specified in the batch build project.</p>"
41044109
},
41054110
"queuedTimeoutInMinutesOverride":{
@@ -4242,8 +4247,8 @@
42424247
"documentation":"<p>Enable this flag to override privileged mode in the build project.</p>"
42434248
},
42444249
"timeoutInMinutesOverride":{
4245-
"shape":"TimeOut",
4246-
"documentation":"<p>The number of build timeout minutes, from 5 to 480 (8 hours), that overrides, for this build only, the latest setting already defined in the build project.</p>"
4250+
"shape":"BuildTimeOut",
4251+
"documentation":"<p>The number of build timeout minutes, from 5 to 2160 (36 hours), that overrides, for this build only, the latest setting already defined in the build project.</p>"
42474252
},
42484253
"queuedTimeoutInMinutesOverride":{
42494254
"shape":"TimeOut",
@@ -4560,8 +4565,8 @@
45604565
"documentation":"<p>The replacement ARN of the IAM role that enables CodeBuild to interact with dependent Amazon Web Services services on behalf of the Amazon Web Services account.</p>"
45614566
},
45624567
"timeoutInMinutes":{
4563-
"shape":"TimeOut",
4564-
"documentation":"<p>The replacement value in minutes, from 5 to 480 (8 hours), for CodeBuild to wait before timing out any related build that did not get marked as completed.</p>"
4568+
"shape":"BuildTimeOut",
4569+
"documentation":"<p>The replacement value in minutes, from 5 to 2160 (36 hours), for CodeBuild to wait before timing out any related build that did not get marked as completed.</p>"
45654570
},
45664571
"queuedTimeoutInMinutes":{
45674572
"shape":"TimeOut",

0 commit comments

Comments
 (0)