X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fpackaging%2Fpuppet.yaml;h=fa1eeb7eb1e42a850526a9f7c18f07b94ad2241d;hb=3c58e6f3d790405107a895a5bca46b191b4385be;hp=acfc7c345bb957d5fffdcf83b5854b2c15917228;hpb=88fabc7c2d6a8b302d0a1fe87dabd80c59b0fc9a;p=releng%2Fbuilder.git diff --git a/jjb/packaging/puppet.yaml b/jjb/packaging/puppet.yaml index acfc7c345..fa1eeb7eb 100644 --- a/jjb/packaging/puppet.yaml +++ b/jjb/packaging/puppet.yaml @@ -4,18 +4,22 @@ 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' + - nitrogen: + branch: 'stable/nitrogen' + - carbon: + branch: 'stable/carbon' - job-template: - name: 'puppet-test-sanity-{stream}' + name: '{project-name}-test-sanity-{stream}' node: centos7-docker-2c-4g @@ -48,17 +52,21 @@ 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 @@ -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