Merlijn van Deen has uploaded a new change for review.

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


Change subject: Use specific pywikibot pyflakes configuration
......................................................................

Use specific pywikibot pyflakes configuration

Change-Id: Ib9977a26ef53010caacaed1e6fb0daf04649062f
---
M pywikibot.yaml
1 file changed, 13 insertions(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/integration/jenkins-job-builder-config 
refs/changes/29/86729/1

diff --git a/pywikibot.yaml b/pywikibot.yaml
index b1fe210..75a7502 100644
--- a/pywikibot.yaml
+++ b/pywikibot.yaml
@@ -32,6 +32,19 @@
         # hack to make sure we do not download dependencies from pip
         http_proxy=nowhere https_proxy=nowhere python setup.py test
 
+- job-template:
+    name: 'pywikibot-core-pyflakes'
+    node: hasContintPackages
+    defaults: use-remote-zuul
+
+    triggers:
+     - zuul
+
+    builders:
+    # Zuul uses Python str.format(obj) for {config} substitutions
+    # Escape as {foo} as {{key}} to avoid triggering a KeyError in Zuul parser
+     - shell: pyflakes pywikibot scripts tests
+
 - project:
     name: pywikibot-compat
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib9977a26ef53010caacaed1e6fb0daf04649062f
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins-job-builder-config
Gerrit-Branch: master
Gerrit-Owner: Merlijn van Deen <valhall...@arctus.nl>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to