Merge "Move sfc Sonar scan to Sonarcloud"
[releng/builder.git] / jjb / releng-packer-jobs.yaml
index 64194b30c8c4e0ed9d1ef9572f2a14aab3b864a5..eaee6cf0a8d29790c74120540fa2dcd2b746a3eb 100644 (file)
     build-timeout: 90
     cron: '00 H 1 * *'
 
-    platforms: centos-7
+    platforms:
+      - centos-7
+      - centos-8
     templates: builder
+    update-cloud-image: true
 
 - project:
     name: packer-devstack-jobs
@@ -41,6 +44,7 @@
 
     platforms: centos-7
     templates: devstack
+    update-cloud-image: true
 
 - project:
     name: packer-devstack-pre-pip-queens-jobs
@@ -58,6 +62,7 @@
 
     platforms: centos-7
     templates: devstack-pre-pip-queens
+    update-cloud-image: true
 
 - project:
     name: packer-devstack-pre-pip-rocky-jobs
@@ -75,6 +80,7 @@
 
     platforms: centos-7
     templates: devstack-pre-pip-rocky
+    update-cloud-image: true
 
 - project:
     name: packer-devstack-pre-pip-stein-jobs
@@ -92,6 +98,7 @@
 
     platforms: centos-7
     templates: devstack-pre-pip-stein
+    update-cloud-image: true
 
 - project:
     name: packer-docker-jobs
     platforms:
       - centos-7
       - ubuntu-16.04
+      - ubuntu-18.04
     templates: docker
+    update-cloud-image: true
 
 - project:
     name: packer-gbp-jobs
       - ubuntu-18.04:
           disable-job: true
     templates: gbp
+    update-cloud-image: true
 
 - project:
     name: packer-mininet-ovs-2.5-jobs
 
     platforms:
       - ubuntu-16.04
-      - ubuntu-18.04:
-          disable-job: true
+      - ubuntu-18.04
     templates: mininet-ovs-2.5
+    update-cloud-image: true
 
 - project:
     name: packer-mininet-ovs-2.6-jobs
 
     platforms:
       - ubuntu-16.04
-      - ubuntu-18.04:
-          disable-job: true
+      - ubuntu-18.04
     templates: mininet-ovs-2.6
+    update-cloud-image: true
 
 - project:
     name: packer-mininet-ovs-2.8-jobs
 
     platforms:
       - ubuntu-16.04
-      - ubuntu-18.04:
-          disable-job: true
+      - ubuntu-18.04
     templates: mininet-ovs-2.8
+    update-cloud-image: true
 
 - project:
     name: packer-robot-jobs
 
     platforms: centos-7
     templates: robot
+    update-cloud-image: true
 
 - project:
-    name: packer-kubernetes-jobs
+    name: openstack-update-cloud-images
     jobs:
-      - gerrit-packer-merge
+      - 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
-    build-timeout: 90
-    cron: '00 H 1 * *'
+    # update-cloud-image: true
+    build-timeout: 10
 
-    platforms:
-      - ubuntu-16.04
-      - ubuntu-18.04:
-          disable-job: true
-    templates: kubernetes
+    gerrit-user: "jenkins-$SILO"
+    gerrit-host: "git.opendaylight.org"
+    gerrit-topic: "update-cloud-image"
+    reviewers-email: "jenkins-releng@opendaylight.org"