X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Freleng-packer-jobs.yaml;h=390b8c91f019828a60caab3409771cfe6ccf714f;hb=refs%2Fchanges%2F60%2F85460%2F3;hp=ee99fdf7fd553b50786e274897c1f913add703f4;hpb=f3c96c2c6fcda262b403b04b828dabd08f2175ef;p=releng%2Fbuilder.git diff --git a/jjb/releng-packer-jobs.yaml b/jjb/releng-packer-jobs.yaml index ee99fdf7f..390b8c91f 100644 --- a/jjb/releng-packer-jobs.yaml +++ b/jjb/releng-packer-jobs.yaml @@ -20,9 +20,11 @@ build-node: centos7-builder-2c-1g build-timeout: 90 + cron: '00 H 1 * *' platforms: centos-7 templates: builder + update-cloud-image: true - project: name: packer-devstack-jobs @@ -36,12 +38,32 @@ build-node: centos7-builder-2c-1g build-timeout: 90 + cron: '00 H 1 * *' + platforms: centos-7 templates: devstack + update-cloud-image: true + +- project: + name: packer-devstack-pre-pip-queens-jobs + jobs: + - gerrit-packer-merge + + project: releng/builder + project-name: builder + branch: master + archive-artifacts: '**/*.log' + + build-node: centos7-builder-2c-1g + build-timeout: 75 + cron: '00 H 1 * *' + platforms: centos-7 + templates: devstack-pre-pip-queens + update-cloud-image: true - project: - name: packer-devstack-pre-pip-ocata-jobs + name: packer-devstack-pre-pip-rocky-jobs jobs: - gerrit-packer-merge @@ -52,12 +74,14 @@ build-node: centos7-builder-2c-1g build-timeout: 75 + cron: '00 H 1 * *' - templates: devstack-pre-pip-ocata platforms: centos-7 + templates: devstack-pre-pip-rocky + update-cloud-image: true - project: - name: packer-devstack-pre-pip-pike-jobs + name: packer-devstack-pre-pip-stein-jobs jobs: - gerrit-packer-merge @@ -68,9 +92,11 @@ build-node: centos7-builder-2c-1g build-timeout: 75 + cron: '00 H 1 * *' - templates: devstack-pre-pip-pike platforms: centos-7 + templates: devstack-pre-pip-stein + update-cloud-image: true - project: name: packer-docker-jobs @@ -84,9 +110,13 @@ build-node: centos7-builder-2c-1g build-timeout: 60 + cron: '00 H 1 * *' - platforms: centos-7 + platforms: + - centos-7 + - ubuntu-16.04 templates: docker + update-cloud-image: true - project: name: packer-gbp-jobs @@ -100,11 +130,14 @@ build-node: centos7-builder-2c-1g build-timeout: 90 + cron: '00 H 1 * *' - templates: gbp platforms: - - ubuntu-14.04 - ubuntu-16.04 + - ubuntu-18.04: + disable-job: true + templates: gbp + update-cloud-image: true - project: name: packer-mininet-ovs-2.5-jobs @@ -118,9 +151,14 @@ build-node: centos7-builder-2c-1g build-timeout: 60 + cron: '00 H 1 * *' + platforms: + - ubuntu-16.04 + - ubuntu-18.04: + disable-job: true templates: mininet-ovs-2.5 - platforms: ubuntu-16.04 + update-cloud-image: true - project: name: packer-mininet-ovs-2.6-jobs @@ -134,9 +172,14 @@ build-node: centos7-builder-2c-1g build-timeout: 75 + cron: '00 H 1 * *' + platforms: + - ubuntu-16.04 + - ubuntu-18.04: + disable-job: true templates: mininet-ovs-2.6 - platforms: ubuntu-16.04 + update-cloud-image: true - project: name: packer-mininet-ovs-2.8-jobs @@ -150,9 +193,14 @@ build-node: centos7-builder-2c-1g build-timeout: 90 + cron: '00 H 1 * *' + platforms: + - ubuntu-16.04 + - ubuntu-18.04: + disable-job: true templates: mininet-ovs-2.8 - platforms: ubuntu-16.04 + update-cloud-image: true - project: name: packer-robot-jobs @@ -165,9 +213,12 @@ archive-artifacts: '**/*.log' build-node: centos7-builder-2c-1g + build-timeout: 60 + cron: '00 H 1 * *' platforms: centos-7 templates: robot + update-cloud-image: true - project: name: packer-kubernetes-jobs @@ -181,6 +232,31 @@ build-node: centos7-builder-2c-1g build-timeout: 90 + cron: '00 H 1 * *' - platforms: ubuntu-16.04 + platforms: + - ubuntu-16.04 + - ubuntu-18.04: + disable-job: true templates: kubernetes + update-cloud-image: true + +- project: + name: openstack-update-cloud-images + jobs: + - gerrit-openstack-update-cloud-image + + project: releng/builder + project-name: builder + branch: master + archive-artifacts: '**/*.log' + jenkins-ssh-credential: 'opendaylight-jenkins-ssh' + + build-node: centos7-builder-2c-1g + # update-cloud-image: true + build-timeout: 10 + + gerrit-user: "jenkins-$SILO" + gerrit-host: "git.opendaylight.org" + gerrit-topic: "update-cloud-image" + reviewers-email: "jenkins-releng@opendaylight.org"