
Removing OpenStack related plugins for rally framework repo made osresources script to fail while calling osclients. The same is true for unittests. Let's skip some jobs in our CI to speed up merging of the fix to do not waste nerves of other teams. Change-Id: Ifbdd7792f04dde63fa6aaca9302acaf719b63fcc
46 lines
877 B
YAML
46 lines
877 B
YAML
- job:
|
|
name: rally-tox-pep8
|
|
parent: tox
|
|
description: |
|
|
Run test for rally project.
|
|
|
|
Uses tox with the ``pep8`` environment.
|
|
vars:
|
|
tox_envlist: pep8
|
|
|
|
- job:
|
|
name: rally-tox-py27
|
|
parent: tox
|
|
description: |
|
|
Run test for rally project.
|
|
|
|
Uses tox with the ``py27`` environment.
|
|
vars:
|
|
tox_envlist: py27
|
|
|
|
- job:
|
|
name: rally-tox-py35
|
|
parent: tox
|
|
description: |
|
|
Run test for rally project.
|
|
|
|
Uses tox with the ``py35`` environment.
|
|
vars:
|
|
tox_envlist: py35
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- rally-tox-pep8
|
|
- rally-tox-py27
|
|
- rally-tox-py35
|
|
- rally-docker-check
|
|
- rally-task-simple-job
|
|
gate:
|
|
jobs:
|
|
- rally-tox-pep8
|
|
- rally-tox-py27
|
|
- rally-tox-py35
|
|
- rally-docker-check
|
|
- rally-task-simple-job
|