a05c2cc945
For consistency with the tox jobs, use tox_envlist instead of tox_venvlist. We need first to add a new parameter, then change the job, then remove the old parameter. Change-Id: I3d4fa8a68d511d4b5555753bb1faa9bde8ee8c86 Depends-On: I67a20b1faa77ff0166ad96fd95432c11948abc74
90 lines
2.3 KiB
YAML
90 lines
2.3 KiB
YAML
- job:
|
|
name: horizon-openstack-tox-base
|
|
parent: openstack-tox
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
- ^horizon/locale/.*$
|
|
- ^openstack_dashboard/locale/.*$
|
|
- ^openstack_auth/locale/.*$
|
|
|
|
- job:
|
|
name: horizon-openstack-tox-py27dj18
|
|
parent: horizon-openstack-tox-base
|
|
vars:
|
|
tox_envlist: py27dj18
|
|
|
|
- job:
|
|
name: horizon-openstack-tox-py27dj19
|
|
parent: horizon-openstack-tox-base
|
|
vars:
|
|
tox_envlist: py27dj19
|
|
|
|
- job:
|
|
name: horizon-openstack-tox-py27dj110
|
|
parent: horizon-openstack-tox-base
|
|
vars:
|
|
tox_envlist: py27dj110
|
|
|
|
- job:
|
|
name: horizon-openstack-tox-py35dj20
|
|
parent: horizon-openstack-tox-base
|
|
vars:
|
|
tox_envlist: py35dj20
|
|
|
|
- job:
|
|
name: horizon-selenium-headless
|
|
parent: horizon-openstack-tox-base
|
|
vars:
|
|
tox_envlist: selenium-headless
|
|
|
|
- job:
|
|
name: horizon-dsvm-tempest-plugin
|
|
parent: devstack-tempest
|
|
required-projects:
|
|
- name: openstack/horizon
|
|
- name: openstack/tempest
|
|
- name: openstack/tempest-horizon
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
- ^horizon/locale/.*$
|
|
- ^openstack_dashboard/locale/.*$
|
|
- ^openstack_auth/locale/.*$
|
|
# Test codes are not related to tempest tests
|
|
# as tempest is defined in a separete repository
|
|
- ^horizon/test/.*$
|
|
- ^openstack_auth/tests/.*$
|
|
- ^openstack_dashboard/test/.*$
|
|
- ^openstack_dashboard/dashboards/.*/tests.py$
|
|
vars:
|
|
devstack_localrc:
|
|
TEMPEST_PLUGINS: "'{{ ansible_user_dir }}/src/git.openstack.org/openstack/tempest-horizon'"
|
|
devstack_services:
|
|
horizon: true
|
|
tempest: true
|
|
tempest_concurrency: 2
|
|
tempest_test_regex: horizon
|
|
tox_envlist: all
|
|
|
|
- project:
|
|
name: openstack/horizon
|
|
check:
|
|
jobs:
|
|
- horizon-openstack-tox-py27dj110
|
|
- horizon-openstack-tox-py27dj19
|
|
- horizon-openstack-tox-py27dj18
|
|
- horizon-openstack-tox-py35dj20:
|
|
voting: false
|
|
- horizon-selenium-headless
|
|
- horizon-dsvm-tempest-plugin
|
|
gate:
|
|
jobs:
|
|
- horizon-openstack-tox-py27dj110
|
|
- horizon-openstack-tox-py27dj19
|
|
- horizon-openstack-tox-py27dj18
|
|
- horizon-selenium-headless
|
|
- horizon-dsvm-tempest-plugin
|