
Some minor issues will be fixed in this patchset. Current included fixes: change ranger-tempest.sh script to use correct plugin path, changed var RANGER_PATH -> PLUGIN_PATH Include requirements.txt Change credential in client.py back to credentials Change-Id: I21cc4fdec861b7176134bf9031868c4aa41b35a9
43 lines
851 B
YAML
43 lines
851 B
YAML
- project:
|
|
name: x/ranger-tempest-plugin
|
|
check:
|
|
jobs:
|
|
- ranger-tempest-sanity
|
|
- ranger-tox-py27
|
|
- ranger-tox-pep8
|
|
- ranger-tox-pylint
|
|
gate:
|
|
jobs:
|
|
- ranger-tempest-sanity
|
|
- ranger-tox-py27
|
|
- ranger-tox-pep8
|
|
- ranger-tox-pylint
|
|
- job:
|
|
name: ranger-tempest-sanity
|
|
parent: openstack-tox
|
|
voting: true
|
|
timeout: 1800
|
|
vars:
|
|
tox_envlist: 'tempest-sanity'
|
|
- job:
|
|
name: ranger-tox-py27
|
|
parent: openstack-tox
|
|
voting: true
|
|
timeout: 900
|
|
vars:
|
|
tox_envlist: 'py27'
|
|
- job:
|
|
name: ranger-tox-pep8
|
|
parent: openstack-tox
|
|
voting: true
|
|
timeout: 900
|
|
vars:
|
|
tox_envlist: 'pep8'
|
|
- job:
|
|
name: ranger-tox-pylint
|
|
parent: openstack-tox
|
|
voting: true
|
|
timeout: 900
|
|
vars:
|
|
tox_envlist: 'pylint'
|