From 34aebce8cd45921dc7881bac42efc4ab136f224d Mon Sep 17 00:00:00 2001 From: Eric Ball Date: Tue, 30 Mar 2021 15:04:45 -0700 Subject: [PATCH] Update packer jobs with CentOS 8 & Ubuntu 18.04 The top priority is to remove all Ubuntu 16.04 jobs, as the OS is EOL. This also includes updates to global-jjb and common-packer. Issue: LF-Jira RELENG-3483 Change-Id: Ifd1705cb5401814231ff2cb1d5fbdce0901cd3ef Signed-off-by: Eric Ball --- global-jjb | 2 +- jjb/ci-management/ci-packer.yaml | 3 ++- packer/common-packer | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/global-jjb b/global-jjb index 53f811d..c8b9acd 160000 --- a/global-jjb +++ b/global-jjb @@ -1 +1 @@ -Subproject commit 53f811d91411bf26a4acf00a9244c6ea0f4510d5 +Subproject commit c8b9acd166fcbd88139a65f7721e522980a0e013 diff --git a/jjb/ci-management/ci-packer.yaml b/jjb/ci-management/ci-packer.yaml index 0de9398..52ef3f5 100644 --- a/jjb/ci-management/ci-packer.yaml +++ b/jjb/ci-management/ci-packer.yaml @@ -22,6 +22,7 @@ templates: builder platforms: - centos-7 + - centos-8 - project: name: packer-docker-jobs @@ -36,7 +37,7 @@ templates: docker platforms: - - ubuntu-16.04 + - ubuntu-18.04 - ubuntu-18.04-arm64 - project: diff --git a/packer/common-packer b/packer/common-packer index 6485404..3494343 160000 --- a/packer/common-packer +++ b/packer/common-packer @@ -1 +1 @@ -Subproject commit 6485404dda02505f48cef60d9aafd726c3aacfa8 +Subproject commit 3494343faf0fc4221bfdb6cefc8bc0af0452f980 -- 2.16.6