File tree 2 files changed +4
-3
lines changed
images/codebuild-image/python/src/sagemakerci
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ def execute_notebook(
195
195
"VolumeSizeInGB" : 40 ,
196
196
}
197
197
},
198
- "StoppingCondition" : {"MaxRuntimeInSeconds" : 28800 },
198
+ "StoppingCondition" : {"MaxRuntimeInSeconds" : 7200 },
199
199
"AppSpecification" : {
200
200
"ImageUri" : image ,
201
201
"ContainerArguments" : [
Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ export const projects: Project[] = [
9
9
new Project ( {
10
10
repo : Constants . exampleNotebooksRepo ,
11
11
computeType : codebuild . ComputeType . LARGE ,
12
- timeout : Duration . minutes ( 480 ) ,
12
+ timeout : Duration . minutes ( 120 ) ,
13
13
releaseBuildSpec : buildspecs . createFullRepoScanBuildSpec ( ) ,
14
14
deployBuildSpec : buildspecs . createRepoScanResultsBuildSpec ( ) ,
15
+ enableAutomaticRelease : true ,
15
16
releasePipelineScheduleExpression : "cron(0 0 ? * SUN *)" ,
16
17
additionalBuildProjects : [
17
18
// new Build({
@@ -30,7 +31,7 @@ export const projects: Project[] = [
30
31
new Project ( {
31
32
repo : "amazon-sagemaker-examples-staging" ,
32
33
computeType : codebuild . ComputeType . LARGE ,
33
- timeout : Duration . minutes ( 480 ) ,
34
+ timeout : Duration . minutes ( 120 ) ,
34
35
enableReleaseBuild : false ,
35
36
additionalBuildProjects : [
36
37
// new Build({
You can’t perform that action at this time.
0 commit comments