Skip to content

Conversation

@danmyway
Copy link
Member

@danmyway danmyway commented Nov 10, 2025

Blocked by #1438

@github-actions
Copy link

Thank you for contributing to the Leapp project!

Please note that every PR needs to comply with the leapp-repository contribution and development guidelines and must pass all tests in order to be mergeable.
If you want to request a review or rebuild a package in copr, you can use following commands as a comment:

  • review please @oamg/developers to notify leapp developers of the review request
  • /packit copr-build to submit a public copr build using packit

Packit will automatically schedule regression tests for this PR's build and latest upstream leapp build.
However, here are additional useful commands for packit:

  • /packit test to re-run manually the default tests
  • /packit retest-failed to re-run failed tests manually
  • /packit test oamg/leapp#42 to run tests with leapp builds for the leapp PR#42 (default is latest upstream - main - build)

Note that first time contributors cannot run tests automatically - they need to be started by a reviewer.

It is possible to schedule specific on-demand tests as well. Currently 2 test sets are supported, beaker-minimal and kernel-rt, both can be used to be run on all upgrade paths or just a couple of specific ones.
To launch on-demand tests with packit:

  • /packit test --labels kernel-rt to schedule kernel-rt tests set for all upgrade paths
  • /packit test --labels beaker-minimal-8.10to9.4,kernel-rt-8.10to9.4 to schedule kernel-rt and beaker-minimal test sets for 8.10->9.4 upgrade path

See other labels for particular jobs defined in the .packit.yaml file.

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 contact leapp-infra.

@danmyway danmyway force-pushed the enable-stream-test-pipelines branch from 5c0bb2f to 1587af3 Compare November 13, 2025 12:26
@danmyway
Copy link
Member Author

Non-destructive tests are passing as expected. This is the desired state of MVP, the destructive tests will be iterated over and fixed in upcoming PRs.

@danmyway danmyway force-pushed the enable-stream-test-pipelines branch 2 times, most recently from c334bdf to b8a120c Compare November 21, 2025 13:16
@pirat89 pirat89 marked this pull request as draft November 26, 2025 09:38
@pirat89 pirat89 added this to the 8.10/9.8 milestone Nov 26, 2025
@danmyway danmyway force-pushed the enable-stream-test-pipelines branch from b8a120c to fe68908 Compare November 26, 2025 09:45
matejmatuska and others added 2 commits November 26, 2025 10:47
There are certain packages that are distribution specific and need to be
replaced in the DNF upgrade transaction with their target distro
counterpart when converting during the upgrade. For example the release
and logos packages.

Also some packages, such as packages containing repository definitions
or GPG keys, need to be removed without any replacement.

This patch introduces a new convert/swapdistropackages actor
accomplish this. Currently only packages that need to be handled during
CS->RHEL conversion are handled, however the actor contains a config
dict to easily add more paths.

Jira: RHEL-110568
@danmyway danmyway force-pushed the enable-stream-test-pipelines branch from fe68908 to 7698b57 Compare November 26, 2025 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants