xoxys.kernel/.woodpecker/test.yaml

25 lines
442 B
YAML
Raw Normal View History

2024-02-18 13:46:52 +01:00
---
when:
- event: [pull_request, tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
variables:
- &molecule_base
image: quay.io/thegeeklab/ansible-dev-tools:1
2024-02-18 13:46:52 +01:00
group: molecule
environment:
PY_COLORS: "1"
2024-08-18 13:43:48 +02:00
HCLOUD_TOKEN:
from_secret: molecule_hcloud_token
2024-02-18 13:46:52 +01:00
steps:
- name: molecule-default
<<: *molecule_base
commands:
- molecule test -s default
depends_on:
- lint