From f149a7a38eff3d401fe8e83274cafb98f577b07b Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Tue, 7 Nov 2023 13:51:16 -0600 Subject: [PATCH] Add the inventory dir to files for system-config-run-base{,-arm64} It was noticed due to 900220[1] that the base jobs are missing a files entry for inventory/ updates. Fix that. [1] https://review.opendev.org/c/opendev/system-config/+/900220 Change-Id: I1ba932f3865734a425c54585badc84b5218b9ef6 --- 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 57b687e131..e7cb87ba71 100644 --- a/zuul.d/system-config-run.yaml +++ b/zuul.d/system-config-run.yaml @@ -87,6 +87,7 @@ - playbooks/ - roles/ - testinfra/ + - inventory/ - job: name: system-config-run-base-ansible-devel @@ -165,6 +166,7 @@ - playbooks/ - roles/ - testinfra/ + - inventory/ - job: name: system-config-run-eavesdrop