X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=jjb%2Fci-management%2Fci-packer.yaml;h=5e2488eee26418499003d989bca1502af5d6f77d;hb=0b918f40c651e938f7b91a528a3f0f016fecf3bd;hp=cec36e49694cd360fd01d545ccb02806c9ce769f;hpb=3727978721f778f442e82b1a9ba9c4b8e2657796;p=ci-management.git diff --git a/jjb/ci-management/ci-packer.yaml b/jjb/ci-management/ci-packer.yaml index cec36e49..5e2488ee 100644 --- a/jjb/ci-management/ci-packer.yaml +++ b/jjb/ci-management/ci-packer.yaml @@ -1,11 +1,13 @@ --- -- 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 * *" - project: name: packer-verify @@ -14,7 +16,6 @@ <<: *ci_packer_common - - project: name: packer-builder-jobs jobs: @@ -26,7 +27,10 @@ platforms: - centos-7 - centos-8 + - centos-cs-8 + - centos-cs-9 - ubuntu-18.04 + - ubuntu-20.04 - project: name: packer-docker-jobs @@ -38,4 +42,7 @@ templates: docker platforms: - centos-7 + - centos-cs-8 + - centos-cs-9 - ubuntu-18.04 + - ubuntu-20.04