Skip to content

Commit

Permalink
zuul: add missing flake8 & black jobs (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Jul 26, 2024
1 parent 3d19d4c commit 1cf553f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,26 @@
jobs:
- ansible-collection-ensure-readme
- ansible-lint
- flake8
- hadolint
- osism-kubernetes-build
- python-black
- yamllint
gate:
jobs:
- ansible-collection-ensure-readme
- ansible-lint
- flake8
- hadolint
- osism-kubernetes-build
- python-black
- yamllint
periodic-daily:
jobs:
- ansible-lint
- flake8
- hadolint
- python-black
- yamllint
periodic-midnight:
jobs:
Expand Down

0 comments on commit 1cf553f

Please sign in to comment.