Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update testing stack for the role #7

Merged
merged 1 commit into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,17 @@ jobs:
scenario:
- tag: centos-systemd:stream9
user: quay.io/gotmax23
- tag: debian-systemd:11
- tag: debian-systemd:12
user: quay.io/gotmax23
- tag: ubuntu-systemd:20.04
user: quay.io/gotmax23
- tag: ubuntu-systemd:22.04
user: quay.io/gotmax23
python-version:
- 3.8
- "3.10"
ansible-version:
- 2.12.6
- 2.12.10
- 2.17.0

steps:
- name: Checkout
Expand Down
12 changes: 10 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
---

- include: check_vars.yml tags=pacemaker,check
- include: pacemaker.yml tags=pacemaker
- name: Importing variables check
import_tasks: check_vars.yml
tags:
- pacemaker
- check

- name: Importing pacemaker tasks
import_tasks: pacemaker.yml
tags:
- pacemaker
11 changes: 6 additions & 5 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
bashate>=0.2 # Apache-2.0
flake8<2.6.0,>=2.5.4 # MIT
docker==5.0.3
molecule==3.6.1
molecule-docker==1.1.0
ansible-lint==5.0.10
rich>=9.5.1,<11.0.0
docker<=7.0.0
molecule==5.1.0
molecule-plugins==23.5.0
ansible-lint==6.19.0
rich>=9.5.1,<13.5.0
requests<=2.31.0
Loading