X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fpackaging%2Fpackaging-puppet.yaml;h=fa197372dce3b9cf4fb760ea10c13b062cdc8eff;hb=d5fb457479b8760a272adb35212aa275042598e4;hp=5179fcc1660eb486ed8e6172687df26bec7c0846;hpb=807fca79b9cbd070495690797e1b0cc019caf5f9;p=releng%2Fbuilder.git diff --git a/jjb/packaging/packaging-puppet.yaml b/jjb/packaging/packaging-puppet.yaml index 5179fcc16..fa197372d 100644 --- a/jjb/packaging/packaging-puppet.yaml +++ b/jjb/packaging/packaging-puppet.yaml @@ -4,29 +4,26 @@ project-name: packaging-puppet jobs: - - '{project-name}-test-sanity-{stream}' - - '{project-name}-test-full-{stream}' + - "{project-name}-test-sanity-{stream}" + - "{project-name}-test-full-{stream}" - gerrit-tox-verify - project: 'integration/packaging/puppet-opendaylight' + project: "integration/packaging/puppet-opendaylight" stream: - master: - branch: 'master' + branch: "master" - fluorine: - branch: 'stable/fluorine' - - oxygen: - branch: 'stable/oxygen' - disable-job: true + branch: "stable/fluorine" - job-template: - name: '{project-name}-test-sanity-{stream}' + name: "{project-name}-test-sanity-{stream}" node: centos7-docker-1c-4g disable-job: false project-type: freestyle - disabled: '{disable-job}' + disabled: "{disable-job}" properties: - opendaylight-infra-properties: @@ -34,49 +31,49 @@ parameters: - opendaylight-infra-parameters: - os-cloud: '{os-cloud}' - project: '{project}' - branch: '{branch}' - refspec: 'refs/heads/{branch}' - artifacts: '{archive-artifacts}' + os-cloud: "{os-cloud}" + project: "{project}" + branch: "{branch}" + refspec: "refs/heads/{branch}" + artifacts: "{archive-artifacts}" - string: name: TEST_SUITE - default: 'sanity' - description: 'Set of tests to execute, Rakefile task' + default: "sanity" + description: "Set of tests to execute, Rakefile task" scm: - integration-gerrit-scm: - basedir: '{project-name}' - refspec: '$GERRIT_REFSPEC' - branch: '{branch}' + basedir: "{project-name}" + refspec: "$GERRIT_REFSPEC" + branch: "{branch}" wrappers: - opendaylight-infra-wrappers: - build-timeout: '{build-timeout}' + build-timeout: "{build-timeout}" builders: - shell: !include-raw: test-puppet.sh triggers: - - timed: '@monthly' + - timed: "@monthly" - gerrit-trigger-patch-submitted: - gerrit-server-name: '{gerrit-server-name}' - project: '{project}' - branch: '{branch}' - files: '**' - forbidden-files: '' + gerrit-server-name: "{gerrit-server-name}" + project: "{project}" + branch: "{branch}" + files: "**" + forbidden-files: "" publishers: - lf-infra-publish - job-template: - name: '{project-name}-test-full-{stream}' + name: "{project-name}-test-full-{stream}" node: centos7-docker-1c-4g disable-job: false project-type: freestyle - disabled: '{disable-job}' + disabled: "{disable-job}" properties: - opendaylight-infra-properties: @@ -84,42 +81,42 @@ parameters: - opendaylight-infra-parameters: - os-cloud: '{os-cloud}' - project: '{project}' - branch: '{branch}' - refspec: 'refs/heads/{branch}' - artifacts: '{archive-artifacts}' + os-cloud: "{os-cloud}" + project: "{project}" + branch: "{branch}" + refspec: "refs/heads/{branch}" + artifacts: "{archive-artifacts}" - string: name: TEST_SUITE - default: 'acceptance_dock' - description: 'Set of tests to execute, Rakefile task' + default: "acceptance_dock" + description: "Set of tests to execute, Rakefile task" scm: - integration-gerrit-scm: - basedir: '{project-name}' - refspec: '$GERRIT_REFSPEC' - branch: '{branch}' + basedir: "{project-name}" + refspec: "$GERRIT_REFSPEC" + branch: "{branch}" wrappers: - opendaylight-infra-wrappers: - build-timeout: '{build-timeout}' + build-timeout: "{build-timeout}" builders: - shell: !include-raw: test-puppet.sh triggers: - - timed: '@weekly' + - timed: "@weekly" - gerrit: - server-name: '{gerrit-server-name}' + server-name: "{gerrit-server-name}" trigger-on: - comment-added-contains-event: - comment-contains-value: 'puppet-test-full' + comment-contains-value: "puppet-test-full" projects: - - project-compare-type: 'ANT' - project-pattern: '{project}' + - project-compare-type: "ANT" + project-pattern: "{project}" branches: - - branch-compare-type: 'ANT' - branch-pattern: '**/{branch}' + - branch-compare-type: "ANT" + branch-pattern: "**/{branch}" publishers: - lf-infra-publish