From deca452b273378e588540020ebf769f21865aedd Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Fri, 18 Nov 2022 16:36:05 +0100 Subject: [PATCH] .zuul: Trigger ShellCheck when profile.d/toolbox.sh changes https://github.com/containers/toolbox/pull/692 --- .zuul.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 0f3f86d..ea70154 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', 'meson_post_install.py', '.zuul.yaml'] + files: ['playbooks/*', 'profile.d/*', 'src/*', 'meson.build', 'meson_options.txt', 'meson_post_install.py', '.zuul.yaml'] nodeset: nodes: - name: ci-node-36 @@ -15,7 +15,7 @@ name: unit-test-migration-path-for-coreos-toolbox description: Run Toolbox's unit tests declared in Meson when built with -Dmigration_path_for_coreos_toolbox timeout: 600 - files: ['playbooks/*', 'src/*', 'meson.build', 'meson_options.txt', 'meson_post_install.py', '.zuul.yaml'] + files: ['playbooks/*', 'profile.d/*', 'src/*', 'meson.build', 'meson_options.txt', 'meson_post_install.py', '.zuul.yaml'] nodeset: nodes: - name: ci-node-36