.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:
parent
4459e02e02
commit
b1743c4927
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue