From 9e62708458e2a7465f0e45710aada39032d7a282 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Mon, 13 Nov 2017 14:06:52 -0500 Subject: [PATCH] Switch to using build-openstack-puppet-tarball Replace the legacy puppet-openstack-module-build with native zuulv3 job. Change-Id: I80bd829320b0c75b550c21a17fcc1a2b8e99ed2a Co-Authored-By: Paul Belanger Signed-off-by: Paul Belanger --- .zuul.yaml | 14 ++++---------- playbooks/run-build-tests.yaml | 5 ----- 2 files changed, 4 insertions(+), 15 deletions(-) delete mode 100644 playbooks/run-build-tests.yaml diff --git a/.zuul.yaml b/.zuul.yaml index 7ca15ba68..03774fc28 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -344,14 +344,6 @@ vars: puppet: 4 -- job: - name: puppet-openstack-module-build - parent: puppet-openstack-module-base - run: playbooks/run-build-tests.yaml - files: ^metadata.json$ - vars: - use_puppetlabs: true - - job: name: puppet-openstack-unit-base parent: puppet-openstack-integration-base @@ -417,16 +409,18 @@ name: puppet-openstack-check-jobs check: jobs: + - build-openstack-puppet-tarball: + files: ^metadata.json$ - puppet-openstack-lint - puppet-openstack-syntax-3-legacy - puppet-openstack-syntax-4 - - puppet-openstack-module-build gate: jobs: + - build-openstack-puppet-tarball: + files: ^metadata.json$ - puppet-openstack-lint - puppet-openstack-syntax-3-legacy - puppet-openstack-syntax-4 - - puppet-openstack-module-build - project: name: openstack/puppet-openstack-integration diff --git a/playbooks/run-build-tests.yaml b/playbooks/run-build-tests.yaml deleted file mode 100644 index 092662e6f..000000000 --- a/playbooks/run-build-tests.yaml +++ /dev/null @@ -1,5 +0,0 @@ -- hosts: all - tasks: - - shell: /opt/puppetlabs/bin/puppet module build . - args: - chdir: '{{ zuul.project.src_dir }}'