Drop django <= 1.10 support

horizon team will drop Django <= 1.10 support in Rocky release
considering the Django roadmap [1].
heat-dashboard consumes the job definitions of py27-dj1(8|9|10)
in horizon, so they need to be dropped so that the horizon team
will drop the job definitions.

This prevents horizon team from removing these jobs.
If heat-dashboard still needs them, define your own versions.

[1] https://www.djangoproject.com/weblog/2015/jun/25/roadmap/

Change-Id: I157ffe73b763fd23043a251dba02efe10109c0c7
This commit is contained in:
Akihiro Motoki 2017-12-17 21:20:20 +09:00
parent 41e5d91736
commit 1512cb9fd0
1 changed files with 0 additions and 54 deletions

View File

@ -1,54 +0,0 @@
- project:
check:
jobs:
- horizon-openstack-tox-py27dj18:
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^heat_dashboard/locale/.*$
- ^releasenotes/.*$
required-projects:
- openstack/horizon
- horizon-openstack-tox-py27dj19:
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^heat_dashboard/locale/.*$
- ^releasenotes/.*$
required-projects:
- openstack/horizon
- horizon-openstack-tox-py27dj110:
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^heat_dashboard/locale/.*$
- ^releasenotes/.*$
required-projects:
- openstack/horizon
gate:
queue: heat-dashboard
jobs:
- horizon-openstack-tox-py27dj18:
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^heat_dashboard/locale/.*$
- ^releasenotes/.*$
required-projects:
- openstack/horizon
- horizon-openstack-tox-py27dj19:
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^heat_dashboard/locale/.*$
- ^releasenotes/.*$
required-projects:
- openstack/horizon
- horizon-openstack-tox-py27dj110:
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^heat_dashboard/locale/.*$
- ^releasenotes/.*$
required-projects:
- openstack/horizon