X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fci-management%2Fci-packer.yaml;h=8c8315d901f14784d0354349ce4a901aaf0350e3;hb=refs%2Fchanges%2F61%2F11061%2F1;hp=675c4e00f1b9dfe6d80bf3a74a22510eeb52549a;hpb=34fa1209a2d1e4ea79c51e1ccac94c4e1e0a7015;p=ci-management.git diff --git a/jjb/ci-management/ci-packer.yaml b/jjb/ci-management/ci-packer.yaml index 675c4e00..8c8315d9 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 @@ -25,8 +27,9 @@ templates: builder platforms: - centos-7 - - ubuntu-16.04 + - centos-8 - ubuntu-18.04 + - ubuntu-20.04 - project: name: packer-docker-jobs @@ -38,5 +41,4 @@ templates: docker platforms: - centos-7 - - ubuntu-16.04 - ubuntu-18.04