You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: fix ninja-build on EL9 workers; drop runner-hosted Buildbot workflow
On Enterprise Linux 9 ninja-build lives in EPEL and is built against the
CRB (CodeReady Builder) repo, so both must be enabled before it resolves.
The rocky image pulled in epel-release but never enabled CRB, and the ubi
image had neither EPEL nor CRB, so both failed with "Unable to find a
match: ninja-build". Enable dnf-plugins-core + crb on Rocky, and install
the EPEL release RPM plus ubi-9-codeready-builder-rpms on UBI.
Also remove .github/workflows/buildbot-ci.yml, which stood up a Buildbot
master and workers inside a GitHub Actions runner. CI now runs solely
through the real docker-compose deployment, triggered by the GitHub
webhook or an operator's buildbot sendchange. Scrub the now-stale
references to that workflow from the docs and module docstrings; the
PBChangeSource / sendchange / wait_for_builds.py operator path stays.
0 commit comments