5ec764c7f4
* Use empty deployment For functional tests we should not rely on existing deployment, it is not needed, so we stop doing it and use just empty deployment * Move functional tests under separate `tox-functional` job Change-Id: I1eda2d455cbf0479ae8aeb54ef32ab21d9ccdeb1
37 lines
833 B
YAML
37 lines
833 B
YAML
- job:
|
|
name: rally-install-ubuntu-xenial
|
|
parent: base
|
|
nodeset: ubuntu-xenial
|
|
run: tests/ci/playbooks/rally-install/run.yaml
|
|
timeout: 1800
|
|
|
|
- job:
|
|
name: rally-install-centos-7
|
|
parent: base
|
|
nodeset: centos-7
|
|
run: tests/ci/playbooks/rally-install/run.yaml
|
|
timeout: 1800
|
|
|
|
- job:
|
|
name: tox-functional
|
|
parent: tox
|
|
description: |
|
|
Run functional tests for a Rally project under cPython version 2.7.
|
|
Uses tox with the ``functional`` environment.
|
|
vars:
|
|
tox_envlist: functional
|
|
timeout: 600
|
|
|
|
- project:
|
|
name: openstack/rally
|
|
check:
|
|
jobs:
|
|
- rally-install-ubuntu-xenial
|
|
- rally-install-centos-7
|
|
- tox-functional
|
|
gate:
|
|
jobs:
|
|
- rally-install-ubuntu-xenial
|
|
- rally-install-centos-7
|
|
- tox-functional
|