Merge "Add JJB project, tests for puppet-opendaylight"
authorLuis Gomez <ecelgp@gmail.com>
Wed, 26 Apr 2017 22:44:41 +0000 (22:44 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 26 Apr 2017 22:44:41 +0000 (22:44 +0000)
1  2 
jjb/packaging/packaging.yaml

index 6186b00ef1f5dab41ef10d8e77a0e8443dda8012,5fd18ef80a7dce77944fb833d5b8014ec07ff928..15e880af933efacf710a6ccdad7cec4390f0c570
@@@ -4,13 -4,12 +4,12 @@@
      project-name: packaging
  
      jobs:
 -      - '{project-name}-verify-python-{stream}'
 +      - '{project-name}-verify-tox-{stream}'
        - 'packaging-build-rpm-{stream}'
        - 'packaging-build-rpm-snap-{stream}'
        - 'packaging-build-deb-{stream}'
        - 'packaging-test-rpm-{stream}'
        - 'packaging-test-deb-{stream}'
-       - 'packaging-test-puppet-{stream}'
        - 'packaging-test-ansible-rpm-{stream}'
        - 'packaging-test-ansible-deb-{stream}'
  
        - master:
            branch: 'master'
  
- - job-template:
-     name: 'packaging-test-puppet-{stream}'
-     node: centos7-docker-2c-4g
-     project-type: freestyle
-     properties:
-       - opendaylight-infra-properties:
-           build-days-to-keep: 7
-     parameters:
-       - opendaylight-infra-parameters:
-           os-cloud: '{os-cloud}'
-           project: '{project}'
-           branch: '{branch}'
-           refspec: 'refs/heads/{branch}'
-           artifacts: '{archive-artifacts}'
-     scm:
-       - integration-gerrit-scm:
-           basedir: 'packaging'
-           refspec: '$GERRIT_REFSPEC'
-           branch: 'master'
-     wrappers:
-       - opendaylight-infra-wrappers:
-           build-timeout: '{build-timeout}'
-     builders:
-       - shell: !include-raw: include-raw-test-puppet.sh
-     triggers:
-       - timed: '@daily'
  - job-template:
      name: 'packaging-build-rpm-{stream}'