From: Anil Belur Date: Wed, 31 May 2023 00:01:35 +0000 (+1000) Subject: CI: Add CentOS 8 Appstrems packer job X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=8376694ee0154d56843647e2602d18ddef705e3a;p=ci-management.git 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 --- 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