chore: Removed woodpecker config
Some checks failed
CI / lint (push) Successful in 12s
CI / Molecule Test (almalinux8) (push) Failing after 1m8s
CI / Molecule Test (almalinux9) (push) Failing after 41s
CI / release (push) Has been skipped
CI / notify (push) Has been skipped

This commit is contained in:
2024-08-18 09:49:20 +12:00
parent 6223231427
commit c2bde188aa
3 changed files with 4 additions and 23 deletions

View File

@@ -1,4 +1,4 @@
profile: basic
profile: min
skip_list: # or 'skip_list' to silence them completely
- experimental # all rules tagged as experimental

View File

@@ -18,7 +18,7 @@ jobs:
- name: Ensure requirements are installed
run: pip install -r requirements.txt
- name: Lint with ansible-lint
run: ansible-lint -c ".ansible-lint"
run: ansible-lint --exclude ./tests -c ".ansible-lint"
env:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'
@@ -93,7 +93,7 @@ jobs:
if: success()
with:
url: '${{ vars.NTFY_URL }}'
title: Workflow success - ansible-role-common
title: Workflow success - ansible-role-repo-epel
topic: 'ci-status'
priority: 4
tags: +1,partying_face,action,successfully,completed
@@ -106,7 +106,7 @@ jobs:
if: failure()
with:
url: '${{ vars.NTFY_URL }}'
title: Workflow failed - ansible-role-common
title: Workflow failed - ansible-role-repo-epel
topic: 'ci-status'
priority: 5
tags: -1,skull,action,failed

View File

@@ -1,19 +0,0 @@
matrix:
MOLECULE_DISTRO:
- centos7
- almalinux8
steps:
build:
image: guisea/ansible-molecule
pull: true
environment:
ANSIBLE_CALLBACK_WHITELIST: profile_tasks
EPEL_MIRROR_URL: https://mirrors.guise.net.nz/epel
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- molecule --version
- ansible --version
- molecule test --all