Move linters to a separate job

Currently the molecule job runs extra python and linter checks.
This modifies it to run only molecule and adds the missing
linter job.

Change-Id: I8ae7ca2a134a55e99af995055748ebfcf2444fc5
This commit is contained in:
Grzegorz Grasza 2022-08-02 15:41:20 +02:00
parent fa63e4f3d9
commit 31452d63c6
2 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@
- tripleo-standalone-multinode-ipa-pipeline
check:
jobs:
- openstack-tox-linters
- tripleo-ipa-centos-9-molecule
gate:
jobs:
- openstack-tox-linters
- tripleo-ipa-centos-9-molecule

View File

@ -12,7 +12,7 @@
- name: Run role test job
shell: |-
. {{ ansible_user_dir }}/test-python/bin/activate
tox
tox -e molecule
args:
chdir: "{{ tripleo_ipa_project_path }}"
executable: /bin/bash