Yuvipanda has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/326004 )

Change subject: tools: Increase harakiri timeout for toolschecker
......................................................................


tools: Increase harakiri timeout for toolschecker

This basically increases the timeout for each individual check.
This is necessary because our checks are not atomic, and so
we can't run them in parallel (the ones that touch the grid will
fail). This is basically a hack to reduce the number and frequency
of spurious failures.

Change-Id: Iefb2dac267f7b830f8da6015d6d226bfc37b2a70
---
M modules/toollabs/templates/toolschecker.upstart.erb
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Yuvipanda: Verified; Looks good to me, approved



diff --git a/modules/toollabs/templates/toolschecker.upstart.erb 
b/modules/toollabs/templates/toolschecker.upstart.erb
index bdbf453..0893032 100644
--- a/modules/toollabs/templates/toolschecker.upstart.erb
+++ b/modules/toollabs/templates/toolschecker.upstart.erb
@@ -13,7 +13,7 @@
 exec /usr/bin/uwsgi --plugin=python \
                     --master \
                     --workers=1 \
-                    --harakiri=60 \
+                    --harakiri=300 \
                     --harakiri-verbose \
                     
--wsgi-file=/usr/local/lib/python2.7/dist-packages/toolschecker.py \
                     --callable=app \

-- 
To view, visit https://gerrit.wikimedia.org/r/326004
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iefb2dac267f7b830f8da6015d6d226bfc37b2a70
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <yuvipa...@wikimedia.org>
Gerrit-Reviewer: Yuvipanda <yuvipa...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to