Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MDBF-778 Add CI support for no-galera installation of workers #541

Merged
merged 3 commits into from
Aug 22, 2024

Commits on Aug 22, 2024

  1. MDBF-778 Allow building buildbot workers without a galera included

    To solve chicken/egg problem of providing galera
    workers to build the galera-4 package.
    
    nogalera defined as string due to
    actions/runner#1483.
    
    It defaults to true, so the few build images that
    don't set it (mainly about to be EOL distros), or new
    distros that accidently omit it won't fail.
    grooverdan committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    6caf5c7 View commit details
    Browse the repository at this point in the history
  2. MDBF-778: Allow building buildbot workers without a galera included

    To support the nongalera workflow the galera removed lines must
    be workable when those lines are removed. This means if statements
    cannot be empty and there should be no lingering `fi` closures.
    grooverdan committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e47dd83 View commit details
    Browse the repository at this point in the history
  3. MDBF-778: no-galera - adjust debian.Dockerfile to remove ARCH=

    This ensure that hadolint doesn't fail with:
    
     /mnt/Dockerfile:28 SC2034 warning: ARCH appears unused. Verify use (or export if used externally).
    grooverdan committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    f1b58ab View commit details
    Browse the repository at this point in the history