From 9a5df307f23ee3c4add7cd71b57c8a801d08eba7 Mon Sep 17 00:00:00 2001 From: Quique Llorente Date: Wed, 10 Oct 2018 09:42:55 +0200 Subject: [PATCH] Add tripleo standalone template After discoveries we found at https://bugs.launchpad.net/tripleo/+bug/1797035 looks like running standalone at puppe-* gates is worth it, maybe even replacing undercloud one. Related-Bug: #1797035 Change-Id: I53a0506d6a5594c6878e569821ecf09562be0dd4 --- .zuul.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 015434258..b68da3abb 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -706,6 +706,32 @@ jobs: - tripleo-puppet-ci-centos-7-undercloud-containers +- job: + name: tripleo-puppet-ci-centos-7-standalone + parent: tripleo-ci-centos-7-standalone + branches: ^(?!stable/(newton|ocata|pike|queens)).*$ + irrelevant-files: + - ^.*\.md$ + - ^.*\.rst$ + - ^doc/.*$ + - ^etc/.*$ + - ^metadata.json$ + - ^releasenotes/.*$ + - ^test-requirements.txt$ + - ^LICENSE$ + - ^.gitignore$ + +- project-template: + name: tripleo-puppet-standalone + check: + jobs: + - tripleo-puppet-ci-centos-7-standalone + gate: + jobs: + - tripleo-puppet-ci-centos-7-standalone + + + - project-template: name: puppet-openstack-library-jobs