From 524848efcf8d06ccf19d966e3eb94913cbc78507 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Thu, 23 May 2019 12:25:17 +1000 Subject: [PATCH] Disable packer jobs with Ubuntu 18.04 None of the images are being used in the projects presently. Also the packer images are failing with 18.04 due to incompatible version of mininet and kubernetes. Specific jobs can be re-enabled once we determine what is supported for the projects. Change-Id: I06ebc076296e6faa1809b19d9b7ce9e5c3ab3e6b Signed-off-by: Anil Belur --- jjb/releng-packer-jobs.yaml | 15 ++++++++++----- packer/common-packer | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/jjb/releng-packer-jobs.yaml b/jjb/releng-packer-jobs.yaml index 8ee10a8d7..8088d22df 100644 --- a/jjb/releng-packer-jobs.yaml +++ b/jjb/releng-packer-jobs.yaml @@ -112,7 +112,8 @@ platforms: - ubuntu-14.04 - ubuntu-16.04 - - ubuntu-18.04 + - ubuntu-18.04: + disable-job: true templates: gbp - project: @@ -131,7 +132,8 @@ platforms: - ubuntu-16.04 - - ubuntu-18.04 + - ubuntu-18.04: + disable-job: true templates: mininet-ovs-2.5 - project: @@ -150,7 +152,8 @@ platforms: - ubuntu-16.04 - - ubuntu-18.04 + - ubuntu-18.04: + disable-job: true templates: mininet-ovs-2.6 - project: @@ -169,7 +172,8 @@ platforms: - ubuntu-16.04 - - ubuntu-18.04 + - ubuntu-18.04: + disable-job: true templates: mininet-ovs-2.8 - project: @@ -205,5 +209,6 @@ platforms: - ubuntu-16.04 - - ubuntu-18.04 + - ubuntu-18.04: + disable-job: true templates: kubernetes diff --git a/packer/common-packer b/packer/common-packer index 8cad10238..6d52ef66f 160000 --- a/packer/common-packer +++ b/packer/common-packer @@ -1 +1 @@ -Subproject commit 8cad102383fdf28db36d05298771e1b16e70cbf4 +Subproject commit 6d52ef66fa727d6b8c528a99591e997ebfe80c2b -- 2.36.6