From 34fa1209a2d1e4ea79c51e1ccac94c4e1e0a7015 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Thu, 18 Apr 2019 11:48:27 -0700 Subject: [PATCH] Add packer builder and docker jobs Change-Id: I37615332d2324a43115ec10349ee827abd1b50be Signed-off-by: Andrew Grimberg --- jjb/ci-management/ci-packer.yaml | 42 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 jjb/ci-management/ci-packer.yaml 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 -- 2.16.6