
There are new jobs defined in ara-infra for testing ara-plugins with the other ARA components. Add them to the check and gate pipelines. Depends-On: https://review.openstack.org/#/c/630303 Change-Id: I1582084a73b5d1afb75cc07c718de643934678f8
16 lines
350 B
YAML
16 lines
350 B
YAML
- project:
|
|
check:
|
|
jobs:
|
|
- tox-format
|
|
- tox-pep8
|
|
- ara-integration-fedora-2.7
|
|
- ara-integration-fedora-devel:
|
|
voting: false
|
|
- ara-integration-ubuntu-2.6
|
|
gate:
|
|
jobs:
|
|
- tox-format
|
|
- tox-pep8
|
|
- ara-integration-fedora-2.7
|
|
- ara-integration-ubuntu-2.6
|