Add ansible-lint job
Sem-Ver: feature
Change-Id: I58c32382b8122c8e56e71c601c64dad411dbb687
diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml
index 816452a..d871c20 100644
--- a/zuul.d/jobs.yaml
+++ b/zuul.d/jobs.yaml
@@ -20,8 +20,18 @@
- zuul.d/playbooks/ansible-collection-atmosphere-check-commit/run.yml
- job:
- name: ansible-collection-atmosphere-tox-build
+ name: ansible-collection-atmosphere-tox
parent: tox
+
+- job:
+ name: ansible-collection-atmosphere-tox-linters
+ parent: ansible-collection-atmosphere-tox
+ vars:
+ tox_envlist: linters
+
+- job:
+ name: ansible-collection-atmosphere-tox-build
+ parent: ansible-collection-atmosphere-tox
post-run:
- zuul.d/playbooks/ansible-collection-atmosphere-tox-build/post-run.yml
vars:
diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index 4c0068d..1565625 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -18,12 +18,14 @@
- ansible-collection-atmosphere-check-commit
- ansible-collection-atmosphere-tox-build
- ansible-collection-atmosphere-tox-molecule-default
+ - ansible-collection-atmosphere-tox-linters
- opendev-tox-docs
gate:
jobs:
- ansible-collection-atmosphere-check-commit
- ansible-collection-atmosphere-tox-build
- ansible-collection-atmosphere-tox-molecule-default
+ - ansible-collection-atmosphere-tox-linters
- opendev-tox-docs
promote:
jobs: