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:
parent
fa63e4f3d9
commit
31452d63c6
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user