.zuul: Trigger the tests when the post-install script changes

Fallout from be2ba6d2e2

https://github.com/containers/toolbox/pull/984
This commit is contained in:
Debarshi Ray 2022-01-11 19:54:26 +01:00
parent 4459e02e02
commit b1743c4927

View file

@ -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: