jenkins-bot has submitted this change and it was merged.
Change subject: qa: ignore Zuul logging (too spammy)
......................................................................
qa: ignore Zuul logging (too spammy)
Also pass arguments to nosetests by environment variables.
Change-Id: Ib298c8463759de6e44005a65c30607281fab4d8d
---
M tox.ini
1 file changed, 5 insertions(+), 1 deletion(-)
Approvals:
Hashar: Looks good to me, approved
jenkins-bot: Verified
diff --git a/tox.ini b/tox.ini
index 26d24cd..1206072 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,10 +18,14 @@
[testenv:qa]
setenv =
NOSE_ATTR = qa
+# Zuul logging is way to spammy
+ NOSE_NOLOGCAPTURE = 1
+ NOSE_WITH_XUNIT = 1
+ NOSE_XUNIT_FILE = log/unit-qa.xml
whitelist_externals = mkdir
commands =
mkdir -p log
- nosetests --with-xunit --xunit-file log/junit-qa.xml
+ nosetests {posargs}
[testenv:dib]
--
To view, visit https://gerrit.wikimedia.org/r/323527
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib298c8463759de6e44005a65c30607281fab4d8d
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[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