Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/174122

Change subject: Make tox output verbose
......................................................................

Make tox output verbose

tox -v

Change-Id: I0d896481cdd99aa96cf8368decb7d20cbfcf03a7
---
M jjb/integration.yaml
M jjb/macro.yaml
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/22/174122/1

diff --git a/jjb/integration.yaml b/jjb/integration.yaml
index ac78866..9fb4cd1 100644
--- a/jjb/integration.yaml
+++ b/jjb/integration.yaml
@@ -97,11 +97,11 @@
         export PY_COLORS=1
 
         echo "Generating config for proposed patchset..."
-        tox -e venv -- jenkins-jobs test "$WORKSPACE/config/jjb" -o 
"$WORKSPACE/output-proposed"
+        tox -v -e venv -- jenkins-jobs test "$WORKSPACE/config/jjb" -o 
"$WORKSPACE/output-proposed"
 
         echo "Generating reference config from parent..."
         (cd $WORKSPACE/config; git checkout HEAD^)
-        tox -e venv -- jenkins-jobs test "$WORKSPACE/config/jjb" -o 
"$WORKSPACE/output-parent"
+        tox -v -e venv -- jenkins-jobs test "$WORKSPACE/config/jjb" -o 
"$WORKSPACE/output-parent"
 
         echo "--------------------------------------------"
         echo "File changed:"
diff --git a/jjb/macro.yaml b/jjb/macro.yaml
index 2394ebf..0f925b0 100644
--- a/jjb/macro.yaml
+++ b/jjb/macro.yaml
@@ -643,7 +643,7 @@
         rm -fR log
         mkdir -p log
         set -o pipefail
-        tox -e "{venv}" | tee "log/{venv}.log"
+        tox -v -e "{venv}" | tee "log/{venv}.log"
         set +o pipefail
 
 # Some jobs are not using the git plugin which let us easily wipe

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0d896481cdd99aa96cf8368decb7d20cbfcf03a7
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