From b1743c492708826c1cfc2c24505f0d061cfadb7c Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 11 Jan 2022 19:54:26 +0100 Subject: [PATCH] .zuul: Trigger the tests when the post-install script changes Fallout from be2ba6d2e203e2d5f42f122df9aea7e16f58e99f https://github.com/containers/toolbox/pull/984 --- .zuul.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index e3ac6b9..44dde93 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -3,7 +3,7 @@ name: unit-test description: Run Toolbox's unit tests declared in Meson timeout: 600 - files: ['playbooks/*', 'src/*', 'meson.build', 'meson_options.txt', '.zuul.yaml'] + files: ['playbooks/*', 'src/*', 'meson.build', 'meson_options.txt', 'meson_post_install.py', '.zuul.yaml'] nodeset: nodes: - name: ci-node-34 @@ -22,6 +22,7 @@ 'src/*', 'meson.build', 'meson_options.txt', + 'meson_post_install.py', '.zuul.yaml', ] nodeset: