Skip to content

Commit

Permalink
Disable non working distributions
Browse files Browse the repository at this point in the history
See: #45

Also pin GH action runner (24.04 is coming)
  • Loading branch information
fauust committed Jul 12, 2024
1 parent 6d294e4 commit b8b90a5
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 19 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test_cluster_mdbf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"
Expand Down
18 changes: 10 additions & 8 deletions .github/workflows/test_default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,38 @@ name: Default deployment
on:
push:
paths:
- .github/workflows/test_default.yml
- requirements.txt
- "files/**"
- "handlers/**"
- "molecule/default/**"
- "tasks/**"
- "templates/**"
- "vars/**"
pull_request:
paths:
- .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"

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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test_mdbf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"
Expand Down

0 comments on commit b8b90a5

Please sign in to comment.