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

Change subject: Update reason for sticking to tox-jessie
......................................................................

Update reason for sticking to tox-jessie

cergen requires 'keytool' which is provided by Java JDK 8+. We don't
have it on wmfreleng/tox.

labs/tools/heritage depends on pywikibot, which tries to write some
config files to $HOME. It does not exist for the nobody user.

Change-Id: I384d14b5900cc664754d010014d853c9fbac3c46
---
M zuul/layout.yaml
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/20/387820/1

diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index fabcf0a..d353aa8 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -1665,7 +1665,7 @@
 
   - name: labs/tools/heritage
     template:
-      - name: tox-jessie
+      - name: tox-jessie  # pywikibot tries to write to $HOME
       - name: npm
     test:
       - composer-php55-jessie
@@ -2082,7 +2082,7 @@
 
   - name: cergen
     template:
-      - name: tox-jessie
+      - name: tox-jessie  # requires Java JDK 8+ for bin/keytool
 
   # TIP:
   # gerrit ls-projects -p operations/debs/

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

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