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:
parent
6d294e4d2f
commit
b8b90a5a49
|
|
@ -28,21 +28,21 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
molecule-distrib-pkg:
|
molecule-distrib-pkg:
|
||||||
name: Cluster
|
name: Cluster
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
distro:
|
distro:
|
||||||
- ubuntu-18.04
|
# - ubuntu-18.04
|
||||||
- ubuntu-20.04
|
- ubuntu-20.04
|
||||||
- ubuntu-22.04
|
- ubuntu-22.04
|
||||||
- debian-11
|
- debian-11
|
||||||
- debian-12
|
- debian-12
|
||||||
- fedora-38
|
- fedora-38
|
||||||
- fedora-39
|
- fedora-39
|
||||||
- almalinux-8
|
# - almalinux-8
|
||||||
- almalinux-9
|
- almalinux-9
|
||||||
- rockylinux-8
|
# - rockylinux-8
|
||||||
- rockylinux-9
|
- rockylinux-9
|
||||||
- alpine-3.18
|
- alpine-3.18
|
||||||
- alpine-3.19
|
- alpine-3.19
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
molecule-cluster-pkg:
|
molecule-cluster-pkg:
|
||||||
name: Cluster MDBF
|
name: Cluster MDBF
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
@ -37,9 +37,9 @@ jobs:
|
||||||
- ubuntu-22.04
|
- ubuntu-22.04
|
||||||
- debian-12
|
- debian-12
|
||||||
- fedora-38
|
- fedora-38
|
||||||
- almalinux-8
|
# - almalinux-8
|
||||||
- almalinux-9
|
- almalinux-9
|
||||||
- rockylinux-8
|
# - rockylinux-8
|
||||||
- rockylinux-9
|
- rockylinux-9
|
||||||
mariadb-version:
|
mariadb-version:
|
||||||
- "10.6"
|
- "10.6"
|
||||||
|
|
|
||||||
|
|
@ -4,36 +4,38 @@ name: Default deployment
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- .github/workflows/test_default.yml
|
|
||||||
- requirements.txt
|
|
||||||
- "files/**"
|
- "files/**"
|
||||||
- "handlers/**"
|
- "handlers/**"
|
||||||
- "molecule/default/**"
|
- "molecule/default/**"
|
||||||
- "tasks/**"
|
- "tasks/**"
|
||||||
- "templates/**"
|
- "templates/**"
|
||||||
- "vars/**"
|
- "vars/**"
|
||||||
|
- .github/workflows/composite-action/action.yml
|
||||||
|
- .github/workflows/test_default.yml
|
||||||
|
- requirements.txt
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- .github/workflows/test_default.yml
|
|
||||||
- requirements.txt
|
|
||||||
- "files/**"
|
- "files/**"
|
||||||
- "handlers/**"
|
- "handlers/**"
|
||||||
- "molecule/default/**"
|
- "molecule/default/**"
|
||||||
- "tasks/**"
|
- "tasks/**"
|
||||||
- "templates/**"
|
- "templates/**"
|
||||||
- "vars/**"
|
- "vars/**"
|
||||||
|
- .github/workflows/composite-action/action.yml
|
||||||
|
- .github/workflows/test_default.yml
|
||||||
|
- requirements.txt
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 5 * * 2"
|
- cron: "0 5 * * 2"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
molecule-distrib-pkg:
|
molecule-distrib-pkg:
|
||||||
name: Default deployment
|
name: Default deployment
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
distro:
|
distro:
|
||||||
- ubuntu-18.04
|
# - ubuntu-18.04
|
||||||
- ubuntu-20.04
|
- ubuntu-20.04
|
||||||
- ubuntu-22.04
|
- ubuntu-22.04
|
||||||
- ubuntu-23.04
|
- ubuntu-23.04
|
||||||
|
|
@ -43,9 +45,9 @@ jobs:
|
||||||
- debian-sid
|
- debian-sid
|
||||||
- fedora-38
|
- fedora-38
|
||||||
- fedora-39
|
- fedora-39
|
||||||
- almalinux-8
|
# - almalinux-8
|
||||||
- almalinux-9
|
- almalinux-9
|
||||||
- rockylinux-8
|
# - rockylinux-8
|
||||||
- rockylinux-9
|
- rockylinux-9
|
||||||
- alpine-3.17
|
- alpine-3.17
|
||||||
- alpine-3.18
|
- alpine-3.18
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
molecule-mdbf-pkg:
|
molecule-mdbf-pkg:
|
||||||
name: MDBF
|
name: MDBF
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
@ -40,11 +40,11 @@ jobs:
|
||||||
- debian-11
|
- debian-11
|
||||||
- debian-12
|
- debian-12
|
||||||
- debian-sid
|
- debian-sid
|
||||||
- fedora-37
|
|
||||||
- fedora-38
|
- fedora-38
|
||||||
- almalinux-8
|
- fedora-39
|
||||||
|
# - almalinux-8
|
||||||
- almalinux-9
|
- almalinux-9
|
||||||
- rockylinux-8
|
# - rockylinux-8
|
||||||
- rockylinux-9
|
- rockylinux-9
|
||||||
mariadb-version:
|
mariadb-version:
|
||||||
- "10.4"
|
- "10.4"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue