From 83a90c868cc7830b9231d3b7644d92affb5ee327 Mon Sep 17 00:00:00 2001 From: Pavel Moravec Date: Thu, 7 Mar 2024 22:15:13 +0100 Subject: [cirrus] Run foreman tests on foreman_setup.sh change Automatically run foreman integration tests when their install script is updated. Relevant: #3555 Signed-off-by: Pavel Moravec --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index 3766220f..a4c5d92b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -261,7 +261,7 @@ report_stagetwo_task: log_artifacts: *logs report_foreman_task: - skip: "!changesInclude('.cirrus.yml', '**/{__init__,apache,foreman,foreman_tests,candlepin,pulp,pulpcore}.py')" + skip: "!changesInclude('.cirrus.yml', '**/{__init__,apache,foreman,foreman_tests,candlepin,pulp,pulpcore}.py', '**/foreman_setup.sh')" timeout_in: 45m alias: "foreman_integration" name: "Integration Test - Foreman ${FOREMAN_VER} - ${BUILD_NAME}" -- cgit