Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The Buildbot workers are used to generate galera packages and also by the server to perform MTR tests on galera.
For new platforms we have no galera build, which creates a problem building the worker.
Our github CI workflow needs a nogalera input so that there can be a build platform for the galera builder so it can create packages.
In the mean time the build worker won't have env WSREP_PROVIDER so it won't be automaticlly causing MTR failures for an invalid WSREP_PROVIDER.
After the galera package has been build, the boolean can be replaced for the next deployment.
However, if it's a platform for which we are going to release packages which require galera for installation, and there is currently no galera to install, at least some tests for this platform must fail very visibly, otherwise we are in danger to end up with an inconsistent release. We've been there before.