X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fpackaging%2Fansible.yaml;h=c3dca13bce26ee8e5fedcdfb90b44102c12a9f42;hb=1ff6b497cba311f169371867e770a8be9b6fa53b;hp=dcf221405e6bb85dec5aaf3abe7a261db730fc9b;hpb=003835acd2d9e452ff4d6f829cbce441c5ebd82b;p=releng%2Fbuilder.git diff --git a/jjb/packaging/ansible.yaml b/jjb/packaging/ansible.yaml index dcf221405..c3dca13bc 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,9 @@ 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 triggers: - timed: '@daily' @@ -53,6 +55,8 @@ project: '{project}' branch: '{branch}' files: '**' + forbidden-files: '' + publishers: - lf-infra-publish @@ -60,7 +64,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 +91,9 @@ build-timeout: '{build-timeout}' builders: - - shell: !include-raw: test-ansible-deb.sh + - shell: !include-raw: setup-ansible-deb.sh + - shell: !include-raw: test-ansible-deb-default-config.sh + - shell: !include-raw: test-ansible-deb-custom-config.sh triggers: - timed: '@daily' @@ -96,6 +102,7 @@ project: '{project}' branch: '{branch}' files: '**' + forbidden-files: '' publishers: - lf-infra-publish