CI: Add Ubuntu 20.04 docker packer job
[ci-management.git] / jjb / ci-management / ci-packer.yaml
index 4181e58..5e2488e 100644 (file)
@@ -1,5 +1,5 @@
 ---
-- ci_packer_common: &ci_packer_common
+- _ci_packer_common: &ci_packer_common
     name: ci-packer-common
     # Defines common ci-packer configuration
 
@@ -16,7 +16,6 @@
 
     <<: *ci_packer_common
 
-
 - project:
     name: packer-builder-jobs
     jobs:
@@ -28,6 +27,8 @@
     platforms:
       - centos-7
       - centos-8
+      - centos-cs-8
+      - centos-cs-9
       - ubuntu-18.04
       - ubuntu-20.04
 
@@ -41,4 +42,7 @@
     templates: docker
     platforms:
       - centos-7
+      - centos-cs-8
+      - centos-cs-9
       - ubuntu-18.04
+      - ubuntu-20.04