diff --git a/.zuul.yaml b/.zuul.yaml index e80a4eb37..25d687047 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,18 +1,44 @@ - project: check: jobs: - - openstack-tox-linters - - openstack-tox-pep8 + - ansible-playbooks-tox-linters + - ansible-playbooks-tox-pep8 - ansible-playbooks-tox-bandit gate: jobs: - - openstack-tox-linters - - openstack-tox-pep8 + - ansible-playbooks-tox-linters + - ansible-playbooks-tox-pep8 - ansible-playbooks-tox-bandit post: jobs: - stx-ansible-playbooks-upload-git-mirror +- job: + name: ansible-playbooks-tox-linters + parent: openstack-tox-linters + description: | + Run linters + nodeset: debian-bullseye + +- job: + name: ansible-playbooks-tox-pep8 + parent: openstack-tox-pep8 + description: | + Check conformance with pep8 + nodeset: debian-bullseye + +- job: + name: ansible-playbooks-tox-bandit + parent: tox + description: | + Run bandit test for ansible-playbooks + nodeset: debian-bullseye + files: + - ./* + vars: + tox_envlist: bandit + tox_extra_args: -c ./tox.ini + - job: name: stx-ansible-playbooks-upload-git-mirror parent: upload-git-mirror @@ -26,18 +52,6 @@ secret: stx-ansible-playbooks-github-secret2 pass-to-parent: true -- job: - name: ansible-playbooks-tox-bandit - parent: tox - description: | - Run bandit test for ansible-playbooks - nodeset: ubuntu-bionic - files: - - ./* - vars: - tox_envlist: bandit - tox_extra_args: -c ./tox.ini - - secret: name: stx-ansible-playbooks-github-secret2 data: