eclipse-bluechi / bluechi

Eclipse BlueChi is a systemd service controller intended for multi-node environments with a predefined number of nodes and with a focus on highly regulated ecosystems such as those requiring functional safety.
https://bluechi.readthedocs.io/en/latest/
GNU Lesser General Public License v2.1
130 stars 37 forks source link

Enable multihost runs with RPMs from PR #884

Open engelmi opened 4 months ago

engelmi commented 4 months ago

Please describe what you would like to see

In #878 a workflow was added to run Integration Tests in multihost mode on testing farm. This, however, is currently only possible for the latest RPM in the snapshot repo of copr (https://copr.fedorainfracloud.org/coprs/g/centos-automotive-sig/bluechi-snapshot).

It would be great to enhance this workflow (https://github.com/eclipse-bluechi/bluechi/blob/main/.github/workflows/multihost-tests.yml) to be able to run RPMs also created from a PR.

Please describe your use case

When changes in BlueChi itself are required, it would be great to test those while the PR is still open and there is no need to merge.