From ebaf6b436c07a2fc058161d6ddd21614791513d6 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 1 Jun 2021 12:56:43 -0700 Subject: [PATCH] Run system-config-run-lists when testinfra changes When the testinfra tests for listservs change we should run the system-config-run-lists job. Make it so with file matchers. Change-Id: I64402345ceaab2056d8ed1b3a579063de0b29c9b --- zuul.d/system-config-run.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zuul.d/system-config-run.yaml b/zuul.d/system-config-run.yaml index 04e13fa022..449d5124b0 100644 --- a/zuul.d/system-config-run.yaml +++ b/zuul.d/system-config-run.yaml @@ -215,6 +215,8 @@ - playbooks/service-lists.yaml - playbooks/zuul/templates/host_vars/lists.openstack.org.yaml.j2 - playbooks/zuul/templates/host_vars/lists.katacontainers.io.yaml.j2 + - testinfra/test_lists_k_i.py + - testinfra/test_lists_o_o.py vars: run_playbooks: - playbooks/service-lists.yaml