Summary
Jobs
Cluster MDBF (ubuntu-20.04, 10.6)
Cluster MDBF (ubuntu-20.04, 10.11)
Cluster MDBF (ubuntu-20.04, 11.0)
Cluster MDBF (ubuntu-20.04, 11.1)
Cluster MDBF (ubuntu-20.04, 11.2)
Cluster MDBF (ubuntu-20.04, 11.rc)
Cluster MDBF (ubuntu-20.04, 11.rolling)
Cluster MDBF (ubuntu-22.04, 10.6)
Cluster MDBF (ubuntu-22.04, 10.11)
Cluster MDBF (ubuntu-22.04, 11.0)
Cluster MDBF (ubuntu-22.04, 11.1)
Cluster MDBF (ubuntu-22.04, 11.2)
Cluster MDBF (ubuntu-22.04, 11.rc)
Cluster MDBF (ubuntu-22.04, 11.rolling)
Cluster MDBF (debian-12, 10.11)
Cluster MDBF (debian-12, 11.0)
Cluster MDBF (debian-12, 11.1)
Cluster MDBF (debian-12, 11.2)
Cluster MDBF (debian-12, 11.rc)
Cluster MDBF (debian-12, 11.rolling)
Cluster MDBF (fedora-38, 10.6)
Cluster MDBF (fedora-38, 10.11)
Cluster MDBF (fedora-38, 11.0)
Cluster MDBF (fedora-38, 11.1)
Cluster MDBF (fedora-38, 11.2)
Cluster MDBF (fedora-38, 11.rc)
Cluster MDBF (fedora-38, 11.rolling)
Cluster MDBF (almalinux-8, 10.6)
Cluster MDBF (almalinux-8, 10.11)
Cluster MDBF (almalinux-8, 11.0)
Cluster MDBF (almalinux-8, 11.1)
Cluster MDBF (almalinux-8, 11.2)
Cluster MDBF (almalinux-8, 11.rc)
Cluster MDBF (almalinux-8, 11.rolling)
Cluster MDBF (almalinux-9, 10.6)
Cluster MDBF (almalinux-9, 10.11)
Cluster MDBF (almalinux-9, 11.0)
Cluster MDBF (almalinux-9, 11.1)
Cluster MDBF (almalinux-9, 11.2)
Cluster MDBF (almalinux-9, 11.rc)
Cluster MDBF (almalinux-9, 11.rolling)
Cluster MDBF (rockylinux-8, 10.6)
Cluster MDBF (rockylinux-8, 10.11)
Cluster MDBF (rockylinux-8, 11.0)
Cluster MDBF (rockylinux-8, 11.1)
Cluster MDBF (rockylinux-8, 11.2)
Cluster MDBF (rockylinux-8, 11.rc)
Cluster MDBF (rockylinux-8, 11.rolling)
Cluster MDBF (rockylinux-9, 10.6)
Cluster MDBF (rockylinux-9, 10.11)
Cluster MDBF (rockylinux-9, 11.0)
Cluster MDBF (rockylinux-9, 11.1)
Cluster MDBF (rockylinux-9, 11.2)
Cluster MDBF (rockylinux-9, 11.rc)
Cluster MDBF (rockylinux-9, 11.rolling)
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---
name: Cluster MDBF
on:
push:
paths:
- .github/workflows/test_cluster_mdbf.yml
- requirements.txt
- "files/**"
- "handlers/**"
- "molecule/cluster/**"
- "tasks/**"
- "templates/**"
- "vars/**"
pull_request:
paths:
- .github/workflows/test_cluster_mdbf.yml
- requirements.txt
- "files/**"
- "handlers/**"
- "molecule/cluster/**"
- "tasks/**"
- "templates/**"
- "vars/**"
schedule:
- cron: "30 5 * * 2"
jobs:
molecule-cluster-pkg:
name: Cluster MDBF
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
distro:
- ubuntu-20.04
- ubuntu-22.04
- debian-12
- fedora-38
- almalinux-8
- almalinux-9
- rockylinux-8
- rockylinux-9
mariadb-version:
- "10.6"
- "10.11"
- "11.0"
- "11.1"
- "11.2"
- "11.rc"
- "11.rolling"
exclude:
- distro: debian-12
mariadb-version: 10.6
steps:
- uses: actions/checkout@v4
- name: Setup environment
uses: ./.github/workflows/composite-action
- name: Run molecule
run: molecule test -s cluster
env:
PY_COLORS: "1"
ANSIBLE_FORCE_COLOR: "1"
MOLECULE_DISTRO: ${{ matrix.distro }}
MOLECULE_PLAYBOOK: mdbf.yml
MARIADB_VERSION: ${{ matrix.mariadb-version }}
You can’t perform that action at this time.