aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Moravec <pmoravec@redhat.com>2024-03-07 22:15:13 +0100
committerJake Hunsaker <jacob.r.hunsaker@gmail.com>2024-03-07 20:50:23 -0500
commit83a90c868cc7830b9231d3b7644d92affb5ee327 (patch)
tree7ecc3f97b29758660d18cf4e7167b3171f0f5ede
parent64d63219ef586fc07e77a173f6f4966215a84543 (diff)
downloadsos-83a90c868cc7830b9231d3b7644d92affb5ee327.tar.gz
[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 <pmoravec@redhat.com>
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
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}"