Add packer builder and docker jobs 59/59/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 18 Apr 2019 18:48:27 +0000 (11:48 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 18 Apr 2019 18:48:27 +0000 (11:48 -0700)
Change-Id: I37615332d2324a43115ec10349ee827abd1b50be
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
jjb/ci-management/ci-packer.yaml [new file with mode: 0644]

diff --git a/jjb/ci-management/ci-packer.yaml b/jjb/ci-management/ci-packer.yaml
new file mode 100644 (file)
index 0000000..675c4e0
--- /dev/null
@@ -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