X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fpackaging%2Fpuppet.yaml;h=5ef7d58efb1af09a798d0768477f4319a98e8e05;hb=806dabf5b55fcf3d57721ff54aab477cd4bcda40;hp=acfc7c345bb957d5fffdcf83b5854b2c15917228;hpb=e5cc04217db62f741db66ebcb42d81a4f8e68966;p=releng%2Fbuilder.git diff --git a/jjb/packaging/puppet.yaml b/jjb/packaging/puppet.yaml index acfc7c345..5ef7d58ef 100644 --- a/jjb/packaging/puppet.yaml +++ b/jjb/packaging/puppet.yaml @@ -4,20 +4,24 @@ project-name: puppet jobs: - - '{project-name}-verify-tox-{stream}' - - 'puppet-test-sanity-{stream}' - - 'puppet-test-full-{stream}' + - '{project-name}-test-sanity-{stream}' + - '{project-name}-test-full-{stream}' + - gerrit-tox-verify project: 'integration/packaging/puppet-opendaylight' stream: - master: branch: 'master' + - oxygen: + branch: 'stable/oxygen' + - nitrogen: + branch: 'stable/nitrogen' - job-template: - name: 'puppet-test-sanity-{stream}' + name: '{project-name}-test-sanity-{stream}' - node: centos7-docker-2c-4g + node: centos7-docker-1c-4g project-type: freestyle @@ -48,19 +52,23 @@ build-timeout: '{build-timeout}' builders: - - shell: !include-raw: include-raw-test-puppet.sh + - shell: !include-raw: test-puppet.sh triggers: + - timed: '@weekly' - gerrit-trigger-patch-submitted: - server: '{server-name}' + gerrit-server-name: '{gerrit-server-name}' project: '{project}' branch: '{branch}' files: '**' + publishers: + - lf-infra-publish + - job-template: - name: 'puppet-test-full-{stream}' + name: '{project-name}-test-full-{stream}' - node: centos7-docker-2c-4g + node: centos7-docker-1c-4g project-type: freestyle @@ -77,7 +85,7 @@ artifacts: '{archive-artifacts}' - string: name: TEST_SUITE - default: 'acceptance6_dock' + default: 'acceptance_dock' description: 'Set of tests to execute, Rakefile task' scm: @@ -91,12 +99,12 @@ build-timeout: '{build-timeout}' builders: - - shell: !include-raw: include-raw-test-puppet.sh + - shell: !include-raw: test-puppet.sh triggers: - timed: '@daily' - gerrit: - server-name: '{server-name}' + server-name: '{gerrit-server-name}' trigger-on: - comment-added-contains-event: comment-contains-value: 'puppet-test-full' @@ -106,8 +114,6 @@ branches: - branch-compare-type: 'ANT' branch-pattern: '**/{branch}' - skip-vote: - successful: true - failed: true - unstable: true - notbuilt: true + + publishers: + - lf-infra-publish