From f432e69a8bde5964f14be8579c8820ccdb9efebe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= <radoslaw.piliszek@gmail.com>
Date: Mon, 13 Apr 2020 17:02:38 +0200
Subject: [PATCH] CI: Test ironic on nova-cell change

This fixes CI regression after nova split into main and cell roles.
To follow original testing patterns, let's test ironic also when
nova-cell role changes.

Change-Id: Iaada93fc7b7bf3ed86f9d9198890f199a726b4d8
---
 zuul.d/base.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml
index 868f12743b..6f7a4f93ec 100644
--- a/zuul.d/base.yaml
+++ b/zuul.d/base.yaml
@@ -66,7 +66,7 @@
     parent: kolla-ansible-base
     voting: false
     files:
-      - ^ansible/roles/(ironic|nova)/
+      - ^ansible/roles/(ironic|nova|nova-cell)/
       - ^tests/test-ironic.sh
       - ^tests/test-dashboard.sh
     vars:
-- 
GitLab