jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/404436 )
Change subject: Increase pywikibot-tox-docker timeout to 10 min ...................................................................... Increase pywikibot-tox-docker timeout to 10 min We've had some timeout incidents in recent pywikibot-core-tox-docker jobs: https://integration.wikimedia.org/ci/job/pywikibot-core-tox-docker/781/console https://integration.wikimedia.org/ci/job/pywikibot-core-tox-docker/806/console https://integration.wikimedia.org/ci/job/pywikibot-core-tox-docker/823/console Increasing the timeout should fix the issue. Change-Id: Icdeaf108a5a48f08596229e35f2cca879106687e --- M jjb/pywikibot.yaml 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Hashar: Looks good to me, approved jenkins-bot: Verified diff --git a/jjb/pywikibot.yaml b/jjb/pywikibot.yaml index 554fa2f..68554e0 100644 --- a/jjb/pywikibot.yaml +++ b/jjb/pywikibot.yaml @@ -3,7 +3,7 @@ jobs: - '{name}-tox-docker': docker_image_var: docker-registry.wikimedia.org/releng/tox-pywikibot:0.1.0 - build_timeout: 4 # minutes + build_timeout: 10 # minutes - '{name}-tox-publish': docsrc: 'docs/_build/html' docdest: 'pywikibot' -- To view, visit https://gerrit.wikimedia.org/r/404436 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Icdeaf108a5a48f08596229e35f2cca879106687e Gerrit-PatchSet: 1 Gerrit-Project: integration/config Gerrit-Branch: master Gerrit-Owner: Dalba <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Paladox <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
