jenkins-bot has submitted this change and it was merged. Change subject: Beta timing out jobs now abort + 45 mins for db update ......................................................................
Beta timing out jobs now abort + 45 mins for db update The database update job runs hourly, make it timeout after 45 minutes and abort the build. Change other jobs to no more fail on timeout but abort instead. This way we get the abort email notification. Bug: T92906 Change-Id: I6b410bfaa3e8208f464524a746b57436aa7edc9d --- M jjb/beta.yaml 1 file changed, 4 insertions(+), 2 deletions(-) Approvals: Hashar: Looks good to me, approved jenkins-bot: Verified diff --git a/jjb/beta.yaml b/jjb/beta.yaml index c511ca9..3994bab 100644 --- a/jjb/beta.yaml +++ b/jjb/beta.yaml @@ -27,7 +27,6 @@ wrappers: - timeout: timeout: 30 - fail: true - timestamps - ansicolor @@ -124,6 +123,10 @@ publishers: - beta-irc + + wrappers: + - timeout: + timeout: 45 # We do not have a good way to detect databases modifications, so just spam # the beta cluster with update requests. @@ -227,7 +230,6 @@ - timestamps - timeout: timeout: 45 - fail: true publishers: - beta-irc -- To view, visit https://gerrit.wikimedia.org/r/197226 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6b410bfaa3e8208f464524a746b57436aa7edc9d Gerrit-PatchSet: 3 Gerrit-Project: integration/config Gerrit-Branch: master Gerrit-Owner: Greg Grossmeier <g...@wikimedia.org> Gerrit-Reviewer: Greg Grossmeier <g...@wikimedia.org> Gerrit-Reviewer: Hashar <has...@free.fr> Gerrit-Reviewer: Jforrester <jforres...@wikimedia.org> Gerrit-Reviewer: Krinkle <krinklem...@gmail.com> Gerrit-Reviewer: Mattflaschen <mflasc...@wikimedia.org> Gerrit-Reviewer: Zfilipin <zfili...@wikimedia.org> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits