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

Use the GitHub Action of TF for multihost #907

Closed engelmi closed 3 months ago

engelmi commented 3 months ago

The option to define pipeline settings, incl. multihost, has been added in a recent release of the testing farm github action: https://github.com/sclorg/testing-farm-as-github-action/releases/tag/v2.2.0

coveralls commented 3 months ago

Coverage Status

coverage: 85.168% (+0.02%) from 85.15% when pulling 7b18aa00a228b841a00124b63c39dbb7d00c7252 on use-tf-gh-action into 23191d34b51ae03d223186134daf928194ae36a2 on main.

engelmi commented 3 months ago

I just figured out that the GH Action for Testing Farm works only on PRs, apparently. Because of that if fails here getting the PR SHA when running without a PR, see here for example. We want, however, to run it without a PR (for now). Closing.