jenkins-bot has submitted this change and it was merged. ( 
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(-)

Approvals:
  Thcipriani: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/jjb/operations-puppet.yaml b/jjb/operations-puppet.yaml
index 7a7b7b9..67a987a 100644
--- a/jjb/operations-puppet.yaml
+++ b/jjb/operations-puppet.yaml
@@ -143,7 +143,10 @@
             --volume "$(pwd)"/log:/var/lib/jenkins/log \
             
ci-staging-docker-registry01.wmflabs.org/contint/operations-puppet:v0.0.3
     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: merged
Gerrit-Change-Id: Ib909c17daea3d0dc46be3f47a6f21dc509722899
Gerrit-PatchSet: 2
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Paladox <[email protected]>
Gerrit-Reviewer: Thcipriani <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to