Review matrix distro tests
This commit is contained in:
parent
0484137c3c
commit
8e6387830f
|
|
@ -13,17 +13,6 @@ on:
|
|||
- .github/workflows/composite-action/action.yml
|
||||
- .github/workflows/test_cluster.yml
|
||||
- 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:
|
||||
- cron: "30 5 * * 2"
|
||||
|
||||
|
|
@ -40,7 +29,6 @@ jobs:
|
|||
- ubuntu-24.04
|
||||
- debian-11
|
||||
- debian-12
|
||||
- fedora-40
|
||||
- fedora-41
|
||||
- almalinux-9
|
||||
- rockylinux-9
|
||||
|
|
|
|||
|
|
@ -13,17 +13,6 @@ on:
|
|||
- .github/workflows/composite-action/action.yml
|
||||
- .github/workflows/test_cluster_mdbf.yml
|
||||
- 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:
|
||||
- cron: "30 5 * * 2"
|
||||
|
||||
|
|
@ -38,10 +27,7 @@ jobs:
|
|||
- ubuntu-22.04
|
||||
- ubuntu-24.04
|
||||
- debian-12
|
||||
- fedora-40
|
||||
# - almalinux-8
|
||||
- almalinux-9
|
||||
# - rockylinux-8
|
||||
- rockylinux-9
|
||||
mariadb-version:
|
||||
- "10.5"
|
||||
|
|
|
|||
|
|
@ -13,17 +13,6 @@ on:
|
|||
- .github/workflows/composite-action/action.yml
|
||||
- .github/workflows/test_default.yml
|
||||
- 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:
|
||||
- cron: "0 5 * * 2"
|
||||
|
||||
|
|
@ -41,7 +30,6 @@ jobs:
|
|||
- debian-11
|
||||
- debian-12
|
||||
- debian-sid
|
||||
- fedora-40
|
||||
- fedora-41
|
||||
- almalinux-9
|
||||
- rockylinux-9
|
||||
|
|
|
|||
|
|
@ -13,17 +13,6 @@ on:
|
|||
- .github/workflows/composite-action/action.yml
|
||||
- .github/workflows/test_mdbf.yml
|
||||
- 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:
|
||||
- cron: "10 5 * * 2"
|
||||
|
||||
|
|
@ -42,15 +31,13 @@ jobs:
|
|||
- debian-11
|
||||
- debian-12
|
||||
- debian-sid
|
||||
- fedora-40
|
||||
# - fedora-41
|
||||
- fedora-41
|
||||
- almalinux-9
|
||||
- rockylinux-9
|
||||
mariadb-version:
|
||||
- "10.5"
|
||||
- "10.6"
|
||||
- "10.11"
|
||||
- "11.2"
|
||||
- "11.4"
|
||||
- "11.rc"
|
||||
- "11.rolling"
|
||||
|
|
@ -67,12 +54,12 @@ jobs:
|
|||
mariadb-version: 10.6
|
||||
- distro: debian-sid
|
||||
mariadb-version: 10.5
|
||||
- distro: fedora-40
|
||||
- distro: fedora-41
|
||||
mariadb-version: 10.5
|
||||
- distro: fedora-40
|
||||
- distro: fedora-41
|
||||
mariadb-version: 10.6
|
||||
- distro: fedora-40
|
||||
mariadb-version: 11.2
|
||||
- distro: fedora-41
|
||||
mariadb-version: 11.4
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
.venv
|
||||
.ansible
|
||||
.vendor
|
||||
.venv
|
||||
|
|
|
|||
Loading…
Reference in New Issue