X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fpackaging%2Fpackaging-ansible.yaml;h=9d48228b5c97dbb99eb55bc84a0749cb286ea297;hb=a5bc5c0ef1e401d0483e21df2e78fd352709da8a;hp=f0e4e2688795a8ba900405124da41746f42874c2;hpb=b091d919041bc1e6d9c6a7faf6da583e8c6e66f8;p=releng%2Fbuilder.git diff --git a/jjb/packaging/packaging-ansible.yaml b/jjb/packaging/packaging-ansible.yaml index f0e4e2688..9d48228b5 100644 --- a/jjb/packaging/packaging-ansible.yaml +++ b/jjb/packaging/packaging-ansible.yaml @@ -4,44 +4,48 @@ project-name: packaging-ansible jobs: - - '{project-name}-test-rpm-{stream}' - - '{project-name}-test-deb-{stream}' + - "{project-name}-test-rpm-{stream}" + - "{project-name}-test-deb-{stream}": + disable-job: true - gerrit-tox-verify - project: 'integration/packaging/ansible-opendaylight' + project: "integration/packaging/ansible-opendaylight" stream: - master: - branch: 'master' + branch: "master" - job-template: - name: '{project-name}-test-rpm-{stream}' + name: "{project-name}-test-rpm-{stream}" node: centos7-builder-2c-2g + disable-job: false project-type: freestyle + disabled: "{disable-job}" + 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}' + os-cloud: "{os-cloud}" + project: "{project}" + branch: "{branch}" + refspec: "refs/heads/{branch}" + artifacts: "{archive-artifacts}" 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: setup-ansible-rpm.sh @@ -50,46 +54,48 @@ - shell: !include-raw: test-ansible-rpm-upgrade.sh triggers: - - timed: '@weekly' + - timed: "@weekly" - 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-deb-{stream}' + name: "{project-name}-test-deb-{stream}" node: ubuntu1604-mininet-ovs-25-1c-4g + disable-job: false project-type: freestyle + disabled: "{disable-job}" + 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}' + os-cloud: "{os-cloud}" + project: "{project}" + branch: "{branch}" + refspec: "refs/heads/{branch}" + artifacts: "{archive-artifacts}" 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: setup-ansible-deb.sh @@ -97,13 +103,13 @@ - shell: !include-raw: test-ansible-deb-custom-config.sh triggers: - - timed: '@weekly' + - timed: "@weekly" - 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