X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Freleng-packer-jobs.yaml;h=390b8c91f019828a60caab3409771cfe6ccf714f;hb=5343b617f9192a828e95d5ed1967da76db941b6f;hp=f79f8a5520a1ec101c26dc84aec34478fb287dd8;hpb=6cc6f5a3664c56b1670bacf464317743a1f5cc14;p=releng%2Fbuilder.git diff --git a/jjb/releng-packer-jobs.yaml b/jjb/releng-packer-jobs.yaml index f79f8a552..390b8c91f 100644 --- a/jjb/releng-packer-jobs.yaml +++ b/jjb/releng-packer-jobs.yaml @@ -24,6 +24,7 @@ platforms: centos-7 templates: builder + update-cloud-image: true - project: name: packer-devstack-jobs @@ -39,11 +40,12 @@ build-timeout: 90 cron: '00 H 1 * *' - templates: devstack platforms: centos-7 + templates: devstack + update-cloud-image: true - project: - name: packer-devstack-pre-pip-ocata-jobs + name: packer-devstack-pre-pip-queens-jobs jobs: - gerrit-packer-merge @@ -56,11 +58,12 @@ build-timeout: 75 cron: '00 H 1 * *' - templates: devstack-pre-pip-ocata platforms: centos-7 + templates: devstack-pre-pip-queens + update-cloud-image: true - project: - name: packer-devstack-pre-pip-pike-jobs + name: packer-devstack-pre-pip-rocky-jobs jobs: - gerrit-packer-merge @@ -73,11 +76,12 @@ build-timeout: 75 cron: '00 H 1 * *' - templates: devstack-pre-pip-pike platforms: centos-7 + templates: devstack-pre-pip-rocky + update-cloud-image: true - project: - name: packer-devstack-pre-pip-queens-jobs + name: packer-devstack-pre-pip-stein-jobs jobs: - gerrit-packer-merge @@ -90,8 +94,9 @@ build-timeout: 75 cron: '00 H 1 * *' - templates: devstack-pre-pip-queens platforms: centos-7 + templates: devstack-pre-pip-stein + update-cloud-image: true - project: name: packer-docker-jobs @@ -107,8 +112,11 @@ 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 @@ -124,10 +132,12 @@ 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 @@ -143,8 +153,12 @@ 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 @@ -160,8 +174,12 @@ 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 @@ -177,8 +195,12 @@ 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 @@ -196,6 +218,7 @@ platforms: centos-7 templates: robot + update-cloud-image: true - project: name: packer-kubernetes-jobs @@ -211,5 +234,29 @@ 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"