Hashar has uploaded a new change for review.

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


Change subject: python linting does not need submodules
......................................................................

python linting does not need submodules

Whenever using another repository having python script, the job will end
up failing.  For linting, we only care about the actual repository
usually.

Updates all pep8 and pyflakes jobs.

Change-Id: Ib81a6d11db7a8f2901103504202e837db59efeeb
---
M python-jobs.yaml
1 file changed, 6 insertions(+), 0 deletions(-)


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

diff --git a/python-jobs.yaml b/python-jobs.yaml
index 59a6c93..b60a93f 100644
--- a/python-jobs.yaml
+++ b/python-jobs.yaml
@@ -19,6 +19,9 @@
     triggers:
      - zuul
 
+    scm:
+     - git-remote-zuul-no-submodules
+
     builders:
      - pep8
 
@@ -33,6 +36,9 @@
     triggers:
      - zuul
 
+    scm:
+     - git-remote-zuul-no-submodules
+
     builders:
      - pyflakes
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib81a6d11db7a8f2901103504202e837db59efeeb
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins-job-builder-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