X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fpackaging%2Fansible.yaml;h=7176d06a3d2386cd0c3e1ab1054efe093068ca0f;hb=4b526239b3edeb5e38ea0f71eee22c423c5ad434;hp=4729fbdb152166d541e6a724fbbc92db988a99e4;hpb=2227feb68ce59ce859c6c23e13aa5bf3f198ee43;p=releng%2Fbuilder.git diff --git a/jjb/packaging/ansible.yaml b/jjb/packaging/ansible.yaml index 4729fbdb1..7176d06a3 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-builder-2c-8g + node: centos7-builder-2c-2g project-type: freestyle @@ -44,15 +44,20 @@ 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' + - timed: '@weekly' - gerrit-trigger-patch-submitted: gerrit-server-name: '{gerrit-server-name}' project: '{project}' branch: '{branch}' files: '**' + forbidden-files: '' + publishers: - lf-infra-publish @@ -87,15 +92,24 @@ 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' + - timed: '@weekly' - gerrit-trigger-patch-submitted: gerrit-server-name: '{gerrit-server-name}' project: '{project}' branch: '{branch}' files: '**' + forbidden-files: '' publishers: - lf-infra-publish + +- project: + name: ansible-view + views: + - project-view + project-name: ansible