
Ranger currently has issue authing with certain credentials against some keystone environments. This patchset introduces a skipcheck if it is found that credentials provided do not allow the user to execute tests against the site. Change-Id: I5e3daff3b6ed6b5c4731320f82bb929d3caa6e07
28 lines
559 B
YAML
28 lines
559 B
YAML
- project:
|
|
check:
|
|
jobs:
|
|
- openstack-tox-py36
|
|
- openstack-tox-pep8
|
|
- ranger-tempest-sanity
|
|
- ranger-pylint
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-py36
|
|
- openstack-tox-pep8
|
|
- ranger-tempest-sanity
|
|
- ranger-pylint
|
|
- job:
|
|
name: ranger-tempest-sanity
|
|
parent: openstack-tox
|
|
voting: true
|
|
timeout: 1800
|
|
vars:
|
|
tox_envlist: 'tempest-sanity'
|
|
- job:
|
|
name: ranger-pylint
|
|
parent: openstack-tox
|
|
voting: true
|
|
timeout: 900
|
|
vars:
|
|
tox_envlist: 'pylint'
|