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

Change subject: Remove integration-jjb-config-test
......................................................................


Remove integration-jjb-config-test

It is bugged due to the multi git plugin attempting to track
integration/jenkins-job-builder instead of the config directory.

Moreover, the diff job test the proposed patchset first and will die out
whenever it is not passing.

Change-Id: I95812d819f7356d3fb429620d951c79fec6031e8
---
M integration.yaml
1 file changed, 0 insertions(+), 25 deletions(-)

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



diff --git a/integration.yaml b/integration.yaml
index 51228aa..2007ef1 100644
--- a/integration.yaml
+++ b/integration.yaml
@@ -53,30 +53,6 @@
         /usr/local/bin/zuul-server -c /etc/zuul/public.conf -t -l 
"$WORKSPACE"/layout.yaml 2>before.txt
         colordiff -u before.txt current.txt
 
-# Job to check JJB config
-- job-template:
-    name: 'integration-jjb-config-test'
-    node: contintLabsSlave && UbuntuPrecise
-    defaults: use-remote-zuul  # TODO does not really use it
-    concurrent: true
-    triggers:
-     - zuul
-    scm:
-        - git:
-            url: 
'https://gerrit.wikimedia.org/r/p/integration/jenkins-job-builder.git'
-            branches:
-                - master
-        - git:
-            url: '$ZUUL_URL/integration/jenkins-job-builder-config'
-            refspec: '$ZUUL_REF'
-            name: 'origin'
-            disable-submodules: true
-            basedir: config
-    builders:
-     - shell: |
-        mkdir "$WORKSPACE/output/"
-        tox -e venv -- jenkins-jobs test "$WORKSPACE/config/" -o 
"$WORKSPACE/output/"
-
 - job-template:
     name: 'integration-jjb-config-diff'
     node: contintLabsSlave && UbuntuPrecise
@@ -147,7 +123,6 @@
     name: 'integration-jjb-config'
     jobs:
      - '{name}-yamllint'
-     - 'integration-jjb-config-test'
      - 'integration-jjb-config-diff'
 
 - project:

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I95812d819f7356d3fb429620d951c79fec6031e8
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