X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fci-management%2Fci-packer.yaml;fp=jjb%2Fci-management%2Fci-packer.yaml;h=675c4e00f1b9dfe6d80bf3a74a22510eeb52549a;hb=34fa1209a2d1e4ea79c51e1ccac94c4e1e0a7015;hp=0000000000000000000000000000000000000000;hpb=0a2d821830599deebb9196fc87bdb276f431a416;p=ci-management.git diff --git a/jjb/ci-management/ci-packer.yaml b/jjb/ci-management/ci-packer.yaml new file mode 100644 index 00000000..675c4e00 --- /dev/null +++ b/jjb/ci-management/ci-packer.yaml @@ -0,0 +1,42 @@ +--- +- 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 + +- project: + name: packer-verify + jobs: + - gerrit-packer-verify + + <<: *ci_packer_common + + +- project: + name: packer-builder-jobs + jobs: + - gerrit-packer-merge + + <<: *ci_packer_common + + templates: builder + platforms: + - centos-7 + - ubuntu-16.04 + - ubuntu-18.04 + +- project: + name: packer-docker-jobs + jobs: + - gerrit-packer-merge + + <<: *ci_packer_common + + templates: docker + platforms: + - centos-7 + - ubuntu-16.04 + - ubuntu-18.04