X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fpackaging%2Fansible.yaml;h=42ad10afa791e38cd535dd8b5ab87d35e1a446f4;hb=41884a319c2451abc38408b96a1faeacc84c771b;hp=dcf221405e6bb85dec5aaf3abe7a261db730fc9b;hpb=3b974233d24dd59f58ea78d648b8ab1bb380f4d0;p=releng%2Fbuilder.git diff --git a/jjb/packaging/ansible.yaml b/jjb/packaging/ansible.yaml index dcf221405..42ad10afa 100644 --- a/jjb/packaging/ansible.yaml +++ b/jjb/packaging/ansible.yaml @@ -17,7 +17,7 @@ - job-template: name: '{project-name}-test-rpm-{stream}' - node: centos7-java-builder-2c-4g + node: centos7-builder-2c-2g project-type: freestyle @@ -44,7 +44,10 @@ build-timeout: '{build-timeout}' builders: - - shell: !include-raw: test-ansible-rpm.sh + - shell: !include-raw: setup-ansible-rpm.sh + - shell: !include-raw: test-ansible-rpm-default-config.sh + - shell: !include-raw: test-ansible-rpm-custom-config.sh + - shell: !include-raw: test-ansible-rpm-upgrade.sh triggers: - timed: '@daily' @@ -53,6 +56,8 @@ project: '{project}' branch: '{branch}' files: '**' + forbidden-files: '' + publishers: - lf-infra-publish @@ -60,7 +65,7 @@ - job-template: name: '{project-name}-test-deb-{stream}' - node: ubuntu1604-mininet-ovs-25-2c-4g + node: ubuntu1604-mininet-ovs-25-1c-4g project-type: freestyle @@ -87,7 +92,10 @@ build-timeout: '{build-timeout}' builders: + - shell: !include-raw: setup-ansible-deb.sh - shell: !include-raw: test-ansible-deb.sh + - shell: !include-raw: test-ansible-odl-user.sh + - shell: !include-raw: test-odl-logs.sh triggers: - timed: '@daily' @@ -96,6 +104,7 @@ project: '{project}' branch: '{branch}' files: '**' + forbidden-files: '' publishers: - lf-infra-publish