Skip to content

Commit

Permalink
version bump/drop EL
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Feb 12, 2022
1 parent 579560f commit 4eab5f9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- '*'
pull_request:
schedule:
- cron: '51 22 26 * *'
- cron: '51 22 * * *'
workflow_dispatch:

jobs:
Expand All @@ -25,7 +25,7 @@ jobs:
with:
path: "${{ github.repository }}"
- name: molecule
uses: buluma/[email protected].5
uses: buluma/[email protected].6
with:
command: lint
test:
Expand All @@ -44,6 +44,8 @@ jobs:
tag: "latest"
- image: "docker-ubuntu-systemd"
tag: "bionic"
- image: "docker-ubuntu-systemd"
tag: "focal"
steps:
- name: checkout
uses: actions/[email protected]
Expand All @@ -54,7 +56,7 @@ jobs:
- name: parse apparmor for mysql
run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
- name: molecule
uses: buluma/[email protected].5
uses: buluma/[email protected].6
with:
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}
18 changes: 13 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
image: "buluma/github-action-molecule:4.0.5"
image: "buluma/github-action-molecule:4.0.6"

services:
- docker:dind
Expand All @@ -13,7 +13,7 @@ molecule:
- image=${image} tag=${tag} molecule test
rules:
- if: $CI_COMMIT_REF_NAME == "main"
retry: 2
retry: 1
parallel:
matrix:
- image: "debian-systemd"
Expand All @@ -24,13 +24,15 @@ molecule:
tag: "latest"
- image: "docker-ubuntu-systemd"
tag: "bionic"
- image: "docker-ubuntu-systemd"
tag: "focal"

testing:
script:
- image=${image} tag=${tag} molecule test
rules:
- if: $CI_COMMIT_REF_NAME == "testing"
retry: 2
retry: 1
parallel:
matrix:
- image: "debian-systemd"
Expand All @@ -41,13 +43,15 @@ testing:
tag: "latest"
- image: "docker-ubuntu-systemd"
tag: "bionic"
- image: "docker-ubuntu-systemd"
tag: "focal"

role_testing:
script:
- image=${image} tag=${tag} ansible-galaxy install buluma.zabbix_web
rules:
- if: $CI_COMMIT_REF_NAME == "testing"
retry: 2
retry: 1
parallel:
matrix:
- image: "debian-systemd"
Expand All @@ -58,6 +62,8 @@ role_testing:
tag: "latest"
- image: "docker-ubuntu-systemd"
tag: "bionic"
- image: "docker-ubuntu-systemd"
tag: "focal"

galaxy:
script:
Expand All @@ -66,7 +72,7 @@ galaxy:
role_testing_live:
script:
- image=${image} tag=${tag} ansible-galaxy install buluma.zabbix_web
retry: 2
retry: 1
parallel:
matrix:
- image: "debian-systemd"
Expand All @@ -77,3 +83,5 @@ role_testing_live:
tag: "latest"
- image: "docker-ubuntu-systemd"
tag: "bionic"
- image: "docker-ubuntu-systemd"
tag: "focal"
3 changes: 0 additions & 3 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ galaxy_info:
min_ansible_version: "2.10"

platforms:
- name: EL
versions:
- 8
- name: Debian
versions:
- bullseye
Expand Down

0 comments on commit 4eab5f9

Please sign in to comment.