Review matrix distro tests

This commit is contained in:
Faustin Lammler 2025-05-20 16:08:56 +02:00
parent 0484137c3c
commit 8e6387830f
No known key found for this signature in database
GPG Key ID: 390A2F27832A5C79
5 changed files with 7 additions and 57 deletions

View File

@ -13,17 +13,6 @@ on:
- .github/workflows/composite-action/action.yml - .github/workflows/composite-action/action.yml
- .github/workflows/test_cluster.yml - .github/workflows/test_cluster.yml
- requirements.txt - requirements.txt
pull_request:
paths:
- "files/**"
- "handlers/**"
- "molecule/cluster/**"
- "tasks/**"
- "templates/**"
- "vars/**"
- .github/workflows/composite-action/action.yml
- .github/workflows/test_cluster.yml
- requirements.txt
schedule: schedule:
- cron: "30 5 * * 2" - cron: "30 5 * * 2"
@ -40,7 +29,6 @@ jobs:
- ubuntu-24.04 - ubuntu-24.04
- debian-11 - debian-11
- debian-12 - debian-12
- fedora-40
- fedora-41 - fedora-41
- almalinux-9 - almalinux-9
- rockylinux-9 - rockylinux-9

View File

@ -13,17 +13,6 @@ on:
- .github/workflows/composite-action/action.yml - .github/workflows/composite-action/action.yml
- .github/workflows/test_cluster_mdbf.yml - .github/workflows/test_cluster_mdbf.yml
- requirements.txt - requirements.txt
pull_request:
paths:
- "files/**"
- "handlers/**"
- "molecule/cluster/**"
- "tasks/**"
- "templates/**"
- "vars/**"
- .github/workflows/composite-action/action.yml
- .github/workflows/test_cluster_mdbf.yml
- requirements.txt
schedule: schedule:
- cron: "30 5 * * 2" - cron: "30 5 * * 2"
@ -38,10 +27,7 @@ jobs:
- ubuntu-22.04 - ubuntu-22.04
- ubuntu-24.04 - ubuntu-24.04
- debian-12 - debian-12
- fedora-40
# - almalinux-8
- almalinux-9 - almalinux-9
# - rockylinux-8
- rockylinux-9 - rockylinux-9
mariadb-version: mariadb-version:
- "10.5" - "10.5"

View File

@ -13,17 +13,6 @@ on:
- .github/workflows/composite-action/action.yml - .github/workflows/composite-action/action.yml
- .github/workflows/test_default.yml - .github/workflows/test_default.yml
- requirements.txt - requirements.txt
pull_request:
paths:
- "files/**"
- "handlers/**"
- "molecule/default/**"
- "tasks/**"
- "templates/**"
- "vars/**"
- .github/workflows/composite-action/action.yml
- .github/workflows/test_default.yml
- requirements.txt
schedule: schedule:
- cron: "0 5 * * 2" - cron: "0 5 * * 2"
@ -41,7 +30,6 @@ jobs:
- debian-11 - debian-11
- debian-12 - debian-12
- debian-sid - debian-sid
- fedora-40
- fedora-41 - fedora-41
- almalinux-9 - almalinux-9
- rockylinux-9 - rockylinux-9

View File

@ -13,17 +13,6 @@ on:
- .github/workflows/composite-action/action.yml - .github/workflows/composite-action/action.yml
- .github/workflows/test_mdbf.yml - .github/workflows/test_mdbf.yml
- requirements.txt - requirements.txt
pull_request:
paths:
- "files/**"
- "handlers/**"
- "molecule/default/**"
- "tasks/**"
- "templates/**"
- "vars/**"
- .github/workflows/composite-action/action.yml
- .github/workflows/test_mdbf.yml
- requirements.txt
schedule: schedule:
- cron: "10 5 * * 2" - cron: "10 5 * * 2"
@ -42,15 +31,13 @@ jobs:
- debian-11 - debian-11
- debian-12 - debian-12
- debian-sid - debian-sid
- fedora-40 - fedora-41
# - fedora-41
- almalinux-9 - almalinux-9
- rockylinux-9 - rockylinux-9
mariadb-version: mariadb-version:
- "10.5" - "10.5"
- "10.6" - "10.6"
- "10.11" - "10.11"
- "11.2"
- "11.4" - "11.4"
- "11.rc" - "11.rc"
- "11.rolling" - "11.rolling"
@ -67,12 +54,12 @@ jobs:
mariadb-version: 10.6 mariadb-version: 10.6
- distro: debian-sid - distro: debian-sid
mariadb-version: 10.5 mariadb-version: 10.5
- distro: fedora-40 - distro: fedora-41
mariadb-version: 10.5 mariadb-version: 10.5
- distro: fedora-40 - distro: fedora-41
mariadb-version: 10.6 mariadb-version: 10.6
- distro: fedora-40 - distro: fedora-41
mariadb-version: 11.2 mariadb-version: 11.4
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
.venv .ansible
.vendor .vendor
.venv