Hashar has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/360363 )

Change subject: puppet docker: add missing wrappers
......................................................................

puppet docker: add missing wrappers

timestamps to have each lines in the console to be prefixed with a time.
ansicolor to render ANSI escape sequences.

Fix the timeout definition:

-      <timeoutMinutes>3</timeoutMinutes>
+      <timeoutMinutes>1</timeoutMinutes>

Note that the plugin has a strict minimum of 3 minutes regardless :(

Bug: T166888
Change-Id: Ib909c17daea3d0dc46be3f47a6f21dc509722899
---
M jjb/operations-puppet.yaml
1 file changed, 4 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/63/360363/1

diff --git a/jjb/operations-puppet.yaml b/jjb/operations-puppet.yaml
index 4319ee9..2dacbd2 100644
--- a/jjb/operations-puppet.yaml
+++ b/jjb/operations-puppet.yaml
@@ -143,7 +143,10 @@
             --volume "$(pwd)"/log:/var/lib/jenkins/.cache/log \
             ci-staging-docker-registry01.wmflabs.org/contint/operations-puppet
     wrappers:
-     timeout: 1 # minute
+     - timeout:
+         timeout: 1 # minute
+     - timestamps
+     - ansicolor
     publishers:
      - xunit:
          types:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib909c17daea3d0dc46be3f47a6f21dc509722899
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to