Commit Graph

13 Commits

Author SHA1 Message Date
Andreas Jaeger 9eccf4fe21 Retire cue
Cue has been retired in mid 2016 as official project and did not
continue developement, it's time to retire it completely.

Remove everything, update README.

Depends-On: https://review.openstack.org/551202
Change-Id: I1f4a71fbea8a90303036ad0adaec95fa15b6522f
2018-03-09 09:40:09 +01:00
Min Pae 0eba20cd5c adding a tox environment for docs
Change-Id: If34f4729853b9bb0b75f28b9d0262b30d8ab8d24
2016-03-15 16:05:19 -07:00
LiuNanke 1a04a9c6a4 Add debug testenv in tox
Once we add debug testenv, we can use "tox -e debug -- --debug"
to debug test cases when tox is running.

Change-Id: Ic0849f0e14dd13d4f6d3e45d0785b21de4b1c7bc
2016-03-04 19:34:18 +00:00
Jenkins d8fda8ddb7 Merge "Deprecated tox -downloadcache option removed" 2015-12-23 20:08:55 +00:00
Janonymous b37eaa556b Put py34 first in the env order of tox
To solve the problem of "db type could
not be determined" on py34 we have to run first the py34 env to, then, run
py27. This patch puts py34 first on the tox.ini list of envs to avoid this
problem to happen.

Change-Id: Ie33b23414c3babe1cfa504ed5021b81b624069ba
Closes-bug: #1489059
2015-12-22 18:18:42 +05:30
Ondřej Nový 0b1b5d516d Deprecated tox -downloadcache option removed
Caching is enabled by default from pip version 6.0

More info:
https://testrun.org/tox/latest/config.html#confval-downloadcache=path
https://pip.pypa.io/en/stable/reference/pip_install/#caching

Change-Id: Iea578598f939e23af686243b0631d991ddc49249
2015-12-22 06:53:04 +00:00
Steve Leon db76fd5617 Making cue python3 compatible
Change-Id: I91dff7128a5a7a6df575827aa58001d8ff0e8817
2015-11-12 14:17:29 -08:00
Michael Krotscheck 28519ccefe Cue genconfig
This updates tox -egenconfig to correctly generate configuration
files for the various components of cue. Included are list_opts
invocations for all places where configuration is found, appropriate
setup.cfg hooks for generic oslo-config-generator invocations, and
explicit genconfig configuration files for the monitor, worker, and api.

Sample configurations have been regenerated from source.

Change-Id: Ib838269b3ba1e81587cd984933edb41d6d6a555a
2015-10-29 12:01:36 -07:00
Boris Pavlovic ab72de78ce Imporve coverage job to make it voting
By default coverage job just generates cover directory with pretty HTML
report.

This change makes it voting:

It compares coverage of latest changes against that previous commit
and prints diff in case of adding new lines withou UT coverage.

As well it genereates HTML reports in cover/ dir

Change-Id: I1ac078ec67c92d0b8d6d3bb96f9ea79f61c5559a
2015-04-24 01:30:17 +03:00
Endre Karlson 0b67215676 Add oslo.log dep
Also cleanup tox.ini hack.

Change-Id: I5aef58709cd89c19ac37539959ee19f11917a7cf
2015-01-27 21:08:07 +01:00
Vipul Sabhaya 04e9243207 Remove py26 from tox environments
* py26 is no longer supported in Ubuntu distro

Change-Id: Ic2ecb0ac54530bf0523834e4f6c0f2508cc5b2d5
2014-11-17 15:39:07 -08:00
Min Pae fc28e371e5 Adding Vagrantfile and update to tox.ini to fix tox env
- Adding Vagrantfile with necessary package installation steps to allow
  dev environment to be brought up with all necessary OS packages
- modified tox.ini to allow installation of pip modules from external
  source
- fix all flake8 issues
- added .testr.conf to satisfy tox testing requirements
- added simple unit test to fix gate
- fix docs build

Co-Authored-By: Vipul Sabhaya <vipuls@gmail.com>
Change-Id: Ifca9e5c483adb688546a76368d9b821da7371829
2014-11-13 16:53:42 -08:00
Vipul Sabhaya da523a782f Base framework 2014-10-21 10:25:11 -07:00