jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Hashar: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: Ib81a6d11db7a8f2901103504202e837db59efeeb
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins-job-builder-config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to