From ccf1bca97c3932368a06fb5298a5a6f2993e5d78 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 7 Nov 2019 15:34:50 +0100 Subject: [PATCH] zuul: remove "files" for openstack-tox-tht openstack-tox-tht is a dependency of functional testing jobs, which can be problematic now because it only runs if some files are touched. If e.g. common/container_puppet.py is the only file that is changed, zuul will complain because the dependency graph is broken. Let's relax openstack-tox-tht to run all the times; and stay a dependency of other functional testing jobs (which brings value). Change-Id: I3f05ca26064a2897a724876033a5cc4a602c38a2 --- zuul.d/layout.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/zuul.d/layout.yaml b/zuul.d/layout.yaml index 89848fafec..086e518f4f 100644 --- a/zuul.d/layout.yaml +++ b/zuul.d/layout.yaml @@ -148,6 +148,3 @@ tox_envlist: tht bindep_profile: test tht test_setup_skip: true - files: - - ^((docker|puppet)/services|deployment)/.*$ - - tools/*