jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/339255 )

Change subject: Remove pplint-HEAD
......................................................................


Remove pplint-HEAD

Replacement is to use rake and the puppet-syntax gem.

Bug: T154894
Change-Id: I489cf26a691b390f551f38a25c86c941e3d8cae5
---
M jjb/job-templates.yaml
M tests/test_zuul_scheduler.py
M zuul/layout.yaml
3 files changed, 0 insertions(+), 27 deletions(-)

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



diff --git a/jjb/job-templates.yaml b/jjb/job-templates.yaml
index 170512b..8f5baf4 100644
--- a/jjb/job-templates.yaml
+++ b/jjb/job-templates.yaml
@@ -269,28 +269,6 @@
      - puppet-lint
 
 - job:
-    name: 'pplint-HEAD'
-    node: contintLabsSlave && UbuntuTrusty
-    concurrent: true
-    scm:
-     - git:
-         url: '$ZUUL_URL/$ZUUL_PROJECT'
-         branches:
-          - '$ZUUL_COMMIT'
-         refspec: '$ZUUL_REF'
-         wipe-workspace: true
-         submodule:
-             disable: true
-
-    triggers:
-     - zuul
-    builders:
-     - shell: |
-        puppet --version
-        /srv/deployment/integration/slave-scripts/bin/git-changed-in-head pp \
-        | xargs -n1 -t puppet parser validate
-
-- job:
     name: 'php53lint'
     node: contintLabsSlave && phpflavor-php53
     defaults: use-remote-zuul-shallow-clone
diff --git a/tests/test_zuul_scheduler.py b/tests/test_zuul_scheduler.py
index e0d179c..c40a46e 100644
--- a/tests/test_zuul_scheduler.py
+++ b/tests/test_zuul_scheduler.py
@@ -318,7 +318,6 @@
             'jshint',
             '.*-(jshint|jsonlint)',
             '.*-(js|shell|php5[35]|)lint',
-            'pplint-HEAD',
             '.*-(tabs|typos)',
             '.*-puppet-validate',
             '.*-puppetlint-strict',
diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index ff0a8d2..e5170c1 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -697,10 +697,6 @@
       - project: '^operations/software/cumin$'
         branch: ^master$
 
-  - name: pplint-HEAD
-    files:
-     - '^.*\.pp$'
-
   - name: 'integration-config-puppet-validate'
     files:
      - '^.*\.pp$'

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I489cf26a691b390f551f38a25c86c941e3d8cae5
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <has...@free.fr>
Gerrit-Reviewer: Hashar <has...@free.fr>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to