db64d3349e
Import tox-self test as Zuul v3 native job. Use tox as parent, we do not need the global upper-constraints.txt file checked out. Also, remove name from project stanza, this is now unneeded. Change-Id: I1ca07da79e02158903ceccb03093d9408ebfd685 Needed-By: I3c9459d5982ff4a56da8c111cce11730d107927c
38 lines
809 B
YAML
38 lines
809 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: rally-tox-self
|
|
parent: tox
|
|
description: |
|
|
Run test for rally project.
|
|
|
|
Uses tox with the ``self`` environment.
|
|
vars:
|
|
tox_envlist: self
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- rally-install-ubuntu-xenial
|
|
- rally-install-centos-7
|
|
- openstack-tox-functional
|
|
- rally-tox-self
|
|
gate:
|
|
jobs:
|
|
- rally-install-ubuntu-xenial
|
|
- rally-install-centos-7
|
|
- openstack-tox-functional
|
|
- rally-tox-self
|