Hashar has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/387822 )
Change subject: docker: pass JENKINS_URL in wmfreleng/tox example
......................................................................
docker: pass JENKINS_URL in wmfreleng/tox example
tox 'distshare' defaults to '{homedir}/.tox/distshare', when running as
nobody that causes sdist to warn with:
WARNING:could not copy distfile to /nonexistent/.tox/distshare
However when tox detects JENKINS_URL, it changes to
{toxworkdir}/distshare.
Pass JENKINS_URL to the wmfreleng/tox examples.
Bug: T179506
Change-Id: I5fc222931efdea222c809b9f4be3c8929a0c2aa4
---
M dockerfiles/tox/example-run.sh
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/integration/config
refs/changes/22/387822/1
diff --git a/dockerfiles/tox/example-run.sh b/dockerfiles/tox/example-run.sh
index 664562ea..a2c6b90 100644
--- a/dockerfiles/tox/example-run.sh
+++ b/dockerfiles/tox/example-run.sh
@@ -5,6 +5,7 @@
for project in analytics/quarry/web labs/tools/crosswatch; do
docker run \
--rm --tty \
+ --env JENKINS_URL=1 \
--env ZUUL_URL=https://gerrit.wikimedia.org/r \
--env ZUUL_PROJECT="$project" \
--env ZUUL_COMMIT=master \
--
To view, visit https://gerrit.wikimedia.org/r/387822
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5fc222931efdea222c809b9f4be3c8929a0c2aa4
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