1a46141671
Add a python3 functional gate that is non-voting. Co-Authored-By: Lucas H. Xu <hanxu@redhat.com> Change-Id: I5ca75cd85fa469cdaa869baa71726498e9d11e0b Signed-off-by: Charles Short <chucks@redhat.com> Lucas H. Xu <hanxu@redhat.com>
24 lines
798 B
YAML
24 lines
798 B
YAML
- job:
|
|
name: rally-dsvm-tox-functional
|
|
parent: devstack
|
|
description:
|
|
Run functional test for rally-openstack project.
|
|
Uses tox with the ``functional`` environment.
|
|
required-projects:
|
|
- name: openstack/devstack
|
|
- name: openstack/devstack-gate
|
|
- name: openstack/rally-openstack
|
|
# NOTE(andreykurilin): it is a required project to fetch the latest
|
|
# version and test master of rally-openstack with master of rally
|
|
- name: openstack/rally
|
|
timeout: 7200
|
|
roles:
|
|
- zuul: openstack/devstack
|
|
vars:
|
|
devstack_plugins:
|
|
rally-openstack: https://opendev.org/openstack/rally-openstack
|
|
devstack_localrc:
|
|
USE_PYTHON3: true
|
|
rally_tox_env: "functional"
|
|
run: tests/ci/playbooks/run-rally-tox.yaml
|