X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fci-management%2Fci-packer.yaml;h=4f741f6434f2ee76b240ca3cd4afcabf86f3dc4d;hb=5650e05c6468b39d4da6e1251616b3eb1d7640db;hp=19d91f94801fc40abacc22b66b11db63c3846495;hpb=4d5d3ae7b713af2951ccc8a1469806c57d1cd952;p=ci-management.git diff --git a/jjb/ci-management/ci-packer.yaml b/jjb/ci-management/ci-packer.yaml index 19d91f94..4f741f64 100644 --- a/jjb/ci-management/ci-packer.yaml +++ b/jjb/ci-management/ci-packer.yaml @@ -1,11 +1,14 @@ --- -- ci_packer_common: &ci_packer_common +- _ci_packer_common: &ci_packer_common name: ci-packer-common # Defines common ci-packer configuration project: ci-management project-name: ci-management build-node: centos7-builder-1c-1g + build-timeout: 90 + cron: "00 H 1 * *" + packer-cloud-settings: packer-cloud-env-hcl - project: name: packer-verify @@ -14,7 +17,6 @@ <<: *ci_packer_common - - project: name: packer-builder-jobs jobs: @@ -25,7 +27,11 @@ templates: builder platforms: - centos-7 + - centos-8 + - centos-cs-8 + - centos-cs-9 - ubuntu-18.04 + - ubuntu-20.04 - project: name: packer-docker-jobs @@ -37,4 +43,32 @@ templates: docker platforms: - centos-7 + - centos-cs-8 + - centos-cs-9 - ubuntu-18.04 + - ubuntu-20.04 + +- project: + name: packer-devstack-jobs + jobs: + - gerrit-packer-merge + + <<: *ci_packer_common + + templates: devstack + platforms: + - centos-cs-8 + - centos-cs-9 + - ubuntu-20.04 + +- project: + name: packer-devstack-pre-pip-yoga-jobs + jobs: + - gerrit-packer-merge + + <<: *ci_packer_common + + templates: devstack-pre-pip-yoga + platforms: + - centos-cs-8 + - centos-cs-9