From 893205bd3c4be8344b7281e5a35dc0c587cce597 Mon Sep 17 00:00:00 2001 From: "Chandan Kumar (raukadah)" Date: Thu, 27 Aug 2020 17:22:06 +0530 Subject: [PATCH] Add tripleo standalone job A recent change[1] in puppet-oslo breaks the tripleo jobs. Adding tripleo-ci-centos-8-standalone job in check and gate against puppet-oslo project make sure it does not break the tripleo project. [1.] https://review.opendev.org/#/c/748067 Related-Bug: #1893173 Change-Id: I5016e565a149595e9904d49e8249e1bbc59c21e0 Signed-off-by: Chandan Kumar (raukadah) --- .zuul.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 6398fb5..3ad0c2d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -5,3 +5,10 @@ - puppet-openstack-integration-jobs-all - puppet-openstack-beaker-jobs - release-notes-jobs-python3 + check: + jobs: + - tripleo-ci-centos-8-standalone + gate: + jobs: + - tripleo-ci-centos-8-standalone + queue: tripleo