Skip to content

Commit 6c71aaa

Browse files
committed
build: adjust timeout to 300m
The build-arch job is already at 300 and we just lost a built because the signing of the OSTree commit took an hour. Sigh..
1 parent 7a5b5de commit 6c71aaa

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

jobs/build.Jenkinsfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,7 @@ currentBuild.description = "${build_description} Waiting"
113113
def newBuildID, basearch
114114

115115
// matches between build/build-arch job
116-
def timeout_mins = 240
117-
if (pipecfg.hacks?.ppc64le_kola_minimal) {
118-
// XXX: extend the timeout for ppc64le; temporary measure for ppc64le move
119-
// in RHCOS pipeline
120-
timeout_mins = 300
121-
}
116+
def timeout_mins = 300
122117

123118
if (params.WAIT_FOR_RELEASE_JOB) {
124119
// Waiting for the release job effectively means waiting for all the build-

0 commit comments

Comments
 (0)