Add packer jobs to build Ubuntu 18.04 images 10/76110/2
authorAnil Belur <abelur@linuxfoundation.org>
Sat, 15 Sep 2018 13:05:25 +0000 (18:35 +0530)
committerAnil Belur <abelur@linuxfoundation.org>
Sun, 16 Sep 2018 11:21:28 +0000 (16:51 +0530)
Add packer jobs for Ubuntu 18.04 images for
GBP, mininet 2.5, 2.6 and 2.8.

Also make the template and platforms variables
order consistant in the file.

JIRA: RELENG-133
Change-Id: I9d5de7de831190aa06051dc388be8b37821127bd
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
jjb/releng-packer-jobs.yaml

index c26c54567e744bd2c548bac18f6ce27790c32016..f5c4d26a879406fb9ba7cc2b0509ff08155ce69d 100644 (file)
     platforms:
       - ubuntu-14.04
       - ubuntu-16.04
+      - ubuntu-18.04
     templates: gbp
 
 - project:
     build-timeout: 60
     cron: '00 H 1 * *'
 
-    platforms: ubuntu-16.04
+    platforms:
+      - ubuntu-16.04
+      - ubuntu-18.04
     templates: mininet-ovs-2.5
 
 - project:
     build-timeout: 75
     cron: '00 H 1 * *'
 
-    platforms: ubuntu-16.04
+    platforms:
+      - ubuntu-16.04
+      - ubuntu-18.04
     templates: mininet-ovs-2.6
 
 - project:
     build-timeout: 90
     cron: '00 H 1 * *'
 
-    platforms: ubuntu-16.04
+    platforms:
+      - ubuntu-16.04
+      - ubuntu-18.04
     templates: mininet-ovs-2.8
 
 - project:
     build-timeout: 90
     cron: '00 H 1 * *'
 
-    platforms: ubuntu-16.04
+    platforms:
+      - ubuntu-16.04
+      - ubuntu-18.04
     templates: kubernetes