Skip to content

Commit

Permalink
[cirrus] Run foreman tests on foreman_setup.sh change
Browse files Browse the repository at this point in the history
Automatically run foreman integration tests when their install script is
updated.

Relevant: sosreport#3555

Signed-off-by: Pavel Moravec <[email protected]>
  • Loading branch information
pmoravec authored and TurboTurtle committed Mar 8, 2024
1 parent 64d6321 commit 83a90c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 83a90c8

Please sign in to comment.