From 8376694ee0154d56843647e2602d18ddef705e3a Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Wed, 31 May 2023 10:01:35 +1000 Subject: [PATCH] CI: Add CentOS 8 Appstrems packer job CentOS 7 is EOL and $projects should be prepare to move to CentOS 8 AppStreams going forward. Signed-off-by: Anil Belur Change-Id: Ie9241f4a9ecd7cd911afc2d48d56f6822f17c640 --- jjb/ci-management/ci-packer.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jjb/ci-management/ci-packer.yaml b/jjb/ci-management/ci-packer.yaml index a7e8f4d8..063eea7c 100644 --- a/jjb/ci-management/ci-packer.yaml +++ b/jjb/ci-management/ci-packer.yaml @@ -27,6 +27,7 @@ platforms: - centos-7 - centos-8 + - centos-cs-8 - ubuntu-18.04 - ubuntu-20.04 @@ -40,4 +41,5 @@ templates: docker platforms: - centos-7 + - centos-cs-8 - ubuntu-18.04 -- 2.16.6