Closed pirat89 closed 2 years ago
Please note that every PR needs to comply with the Leapp Guidelines and must pass all tests in order to be mergable. If you want to re-run tests or request review, you can use following commands as a comment:
Please open ticket in case you experience technical problem with the CI. (RH internal only)
Note: In case there are problems with tests not being triggered automatically on new PR/commit or pending for a long time, please consider rerunning the CI by commenting leapp-ci build (might require several comments). If the problem persists, contact leapp-infra.
Can one of the admins verify this patch?
Putting to the draft for not as current version of PackIt contains bug. When merge_pr_in_ci
is false
, the package schema is incorrect due to wrong local ref.
Reported issue: https://github.com/packit/packit/issues/1443 Thanks @TomasTomecek for fast investigation!
@vinzenz and this one too please! :)
When a PR build is created by PackIt it contains different hash of the commit than the latest in the PR. This is caused by the default behaviour, when PackIt merge locally the PR changes to the master.
As we like this idea to test stuff how it works when applied to the master, it has several problems:
So let's set
merge_pr_in_ci
tofalse
so the created build is identical to the one in the PR.