From 8e6387830f6dfa29772c839370894437880094f7 Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Tue, 20 May 2025 16:08:56 +0200 Subject: [PATCH] Review matrix distro tests --- .github/workflows/test_cluster.yml | 12 ------------ .github/workflows/test_cluster_mdbf.yml | 14 -------------- .github/workflows/test_default.yml | 12 ------------ .github/workflows/test_mdbf.yml | 23 +++++------------------ .gitignore | 3 ++- 5 files changed, 7 insertions(+), 57 deletions(-) diff --git a/.github/workflows/test_cluster.yml b/.github/workflows/test_cluster.yml index fd17a08..7732c47 100644 --- a/.github/workflows/test_cluster.yml +++ b/.github/workflows/test_cluster.yml @@ -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 diff --git a/.github/workflows/test_cluster_mdbf.yml b/.github/workflows/test_cluster_mdbf.yml index 84a5e7d..7a3cf2f 100644 --- a/.github/workflows/test_cluster_mdbf.yml +++ b/.github/workflows/test_cluster_mdbf.yml @@ -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" diff --git a/.github/workflows/test_default.yml b/.github/workflows/test_default.yml index e8db626..9f0c4bc 100644 --- a/.github/workflows/test_default.yml +++ b/.github/workflows/test_default.yml @@ -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 diff --git a/.github/workflows/test_mdbf.yml b/.github/workflows/test_mdbf.yml index c222d68..d7f2271 100644 --- a/.github/workflows/test_mdbf.yml +++ b/.github/workflows/test_mdbf.yml @@ -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 diff --git a/.gitignore b/.gitignore index 3a91180..ec54230 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -.venv +.ansible .vendor +.venv