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

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

Remove erblint-HEAD and pplint-HEAD

All repositories have been migrated to use a rake job and updated to use
the puppet-syntax gem ('rake syntax').  The erblint-HEAD and pplint-HEAD
jobs are thus no more needed.

Remove jobs from JJB
Remove the Zuul job filters
Clean up test.

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


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/25/338725/1

diff --git a/jjb/job-templates.yaml b/jjb/job-templates.yaml
index 1b23361..8f5baf4 100644
--- a/jjb/job-templates.yaml
+++ b/jjb/job-templates.yaml
@@ -1,25 +1,5 @@
 # Generic job-templates
 
-- job:
-    name: 'erblint-HEAD'
-    node: contintLabsSlave && DebianJessie
-    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: |
-        /srv/deployment/integration/slave-scripts/bin/git-changed-in-head erb \
-        | xargs -n1 -I {} -t sh -c 'erb -P -x -T - {} | ruby -c'
-
 - job: &job_jshint
     name: 'jshint'
     node: contintLabsSlave && UbuntuTrusty
@@ -287,28 +267,6 @@
          set +o pipefail
     publishers:
      - 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'
diff --git a/tests/test_zuul_scheduler.py b/tests/test_zuul_scheduler.py
index 9ae8e73..a9e674b 100644
--- a/tests/test_zuul_scheduler.py
+++ b/tests/test_zuul_scheduler.py
@@ -317,7 +317,6 @@
             'jshint',
             '.*-(jshint|jsonlint)',
             '.*-(js|shell|php5[35]|)lint',
-            '(pp|erb)lint-HEAD',
             '.*-(tabs|typos)',
             '.*-puppet-validate',
             '.*-puppetlint-strict',
diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index 4fdd36f..8fc6a18 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -694,14 +694,6 @@
       - project: '^integration/uprightdiff$'
         branch: (?!debian$)
 
-  - name: erblint-HEAD
-    files:
-     - '^.*\.erb$'
-
-  - name: pplint-HEAD
-    files:
-     - '^.*\.pp$'
-
   - name: 'integration-config-puppet-validate'
     files:
      - '^.*\.pp$'

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

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