4 Commits

Author SHA1 Message Date
Akihiro Motoki
dba0490b24 Add python3 django 1.11 job instead of django 2.0 job
Django 2.0 is now used in tox py35 job, so there is no need for
py35dj20 job. Instead, Django 1.11 with python3 is not covered.

- py35dj20 job is dropped from tox.ini.
- python3-django111 is added to tox.ini.
  python3 is specified to basepython to avoid a specific python version.
- .zuul.yaml is updated to consume horizon-openstack-tox-python3-django111
  and drop horizon-openstack-tox-py35dj20.

Change-Id: I3f7b2d3398aa482b21a7d10fb98121161d6567bf
2018-06-13 00:16:47 +09:00
Shu Muto
893b0fcc4f Add py35dj20 job
This patch adds py35dj20 job into check/gate jobs.

Change-Id: Ie40db2f90c6659a967212eeb5677e54841b84bdb
2018-05-15 17:02:36 +09:00
Shu Muto
0a01169189 Fix tox jobs and remove tox_helper.sh
Horizon plugins needs horizon on master branch for our
master development and test.

Recent changes in CI infra and horizon force to change horizon
installation, and added tox_helper.sh as trivial fix.

Now, reasonable fix found for horizon plugins,
so this patch fixes them.

Also, use python3.5 for js jobs.

Change-Id: Ibcaf177db21f96e60ee2b222ddd24bc61c3ee9e4
2018-05-14 16:07:49 +09:00
Doug Hellmann
d53c591e5f add lower-constraints job
Create a tox environment for running the unit tests against the lower
bounds of the dependencies.

Create a lower-constraints.txt to be used to enforce the lower bounds
in those tests.

Add openstack-tox-lower-constraints job to the zuul configuration.

See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html
for more details.

Change-Id: Id6c04604ad9f51aadd233f21f99ddce21c3d8980
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-03-22 19:19:04 -04:00