Disable non working distributions

See: https://github.com/fauust/ansible-role-mariadb/issues/45

Also pin GH action runner (24.04 is coming)
This commit is contained in:
Faustin Lammler 2024-07-12 13:15:40 +02:00
parent 6d294e4d2f
commit b8b90a5a49
No known key found for this signature in database
GPG Key ID: 390A2F27832A5C79
4 changed files with 21 additions and 19 deletions

View File

@ -28,21 +28,21 @@ on:
jobs:
molecule-distrib-pkg:
name: Cluster
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
distro:
- ubuntu-18.04
# - ubuntu-18.04
- ubuntu-20.04
- ubuntu-22.04
- debian-11
- debian-12
- fedora-38
- fedora-39
- almalinux-8
# - almalinux-8
- almalinux-9
- rockylinux-8
# - rockylinux-8
- rockylinux-9
- alpine-3.18
- alpine-3.19

View File

@ -28,7 +28,7 @@ on:
jobs:
molecule-cluster-pkg:
name: Cluster MDBF
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
@ -37,9 +37,9 @@ jobs:
- ubuntu-22.04
- debian-12
- fedora-38
- almalinux-8
# - almalinux-8
- almalinux-9
- rockylinux-8
# - rockylinux-8
- rockylinux-9
mariadb-version:
- "10.6"

View File

@ -4,36 +4,38 @@ name: Default deployment
on:
push:
paths:
- .github/workflows/test_default.yml
- requirements.txt
- "files/**"
- "handlers/**"
- "molecule/default/**"
- "tasks/**"
- "templates/**"
- "vars/**"
- .github/workflows/composite-action/action.yml
- .github/workflows/test_default.yml
- requirements.txt
pull_request:
paths:
- .github/workflows/test_default.yml
- requirements.txt
- "files/**"
- "handlers/**"
- "molecule/default/**"
- "tasks/**"
- "templates/**"
- "vars/**"
- .github/workflows/composite-action/action.yml
- .github/workflows/test_default.yml
- requirements.txt
schedule:
- cron: "0 5 * * 2"
jobs:
molecule-distrib-pkg:
name: Default deployment
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
distro:
- ubuntu-18.04
# - ubuntu-18.04
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-23.04
@ -43,9 +45,9 @@ jobs:
- debian-sid
- fedora-38
- fedora-39
- almalinux-8
# - almalinux-8
- almalinux-9
- rockylinux-8
# - rockylinux-8
- rockylinux-9
- alpine-3.17
- alpine-3.18

View File

@ -28,7 +28,7 @@ on:
jobs:
molecule-mdbf-pkg:
name: MDBF
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
@ -40,11 +40,11 @@ jobs:
- debian-11
- debian-12
- debian-sid
- fedora-37
- fedora-38
- almalinux-8
- fedora-39
# - almalinux-8
- almalinux-9
- rockylinux-8
# - rockylinux-8
- rockylinux-9
mariadb-version:
- "10.4"