horizon/.zuul.yaml
Akihiro Motoki 76fa01b7de Drop old django tests
django 1.8 to 1.10 are incompatible with django 2.0.
We only supports Django >= 1.11 in Rocky and UTs with
Django <= 1.10 are no longer needed.

Conditions using django.VERSION will be dropped in a later patch
only because moving them to this patch causes many merge conflicts.

blueprint django2-support
Change-Id: I0611297e70d8e58d53e94635b0b7175d94df195b
2018-02-17 00:23:28 +09:00

65 lines
1.7 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-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:
check:
jobs:
- horizon-openstack-tox-py35dj20:
voting: false
- horizon-selenium-headless
- horizon-dsvm-tempest-plugin
gate:
jobs:
- horizon-selenium-headless
- horizon-dsvm-tempest-plugin