Commit Graph

17 Commits

Author SHA1 Message Date
Andreas Jaeger 6c3c29767d Retire repository
Fuel (from openstack namespace) and fuel-ccp (in x namespace)
repositories are unused and ready to retire.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011647.html

Depends-On: https://review.opendev.org/699362
Change-Id: I05e9dc69ed58c70c50d5c6d065ba60b244c5c9d2
2019-12-18 09:47:46 +01:00
Alexey Stepanov 15d2488b4c Prepare coverage target to gating
1. Use minumal level: 65%
2. Write html report for gates logs page

Change-Id: Icb5d570cf0af84780670915dfaf9f0a385fb509e
2016-09-13 09:31:08 +00:00
Ilya Kharin 7e36c446d7 Revert "Specify upper constraints for cryptography===1.3.4"
This reverts commit e468289cfd.

Change-Id: I37696349878f26e47d30eafd7fc712b52fa4622f
2016-06-06 21:16:06 +00:00
Ilya Kharin e468289cfd Specify upper constraints for cryptography===1.3.4
Due to the fact that cryptography===1.4 does not support the old version
of OpenSSL<=0.9.8 we need to refuse the upstream upper-constrains.txt or
create our own.

Change-Id: I7fb9956a81a45e2069494ad50709d36ade5521e8
2016-06-06 14:02:20 +03:00
Yuriy Taraday c74a47b5ff Honor upper-constraints
Since we don't have many special requirements anymore, we can honor
upper-constraints and avoid some gate breakages.

Cap on pytest is dropped because latest version works just fine on 2.7
and we don't support 2.6 anymore (in master). It gets overwritten by
upper-constraints anyhow.

Change-Id: I173a4db6d14e22cbe11fc790e537b8f226db65f3
2016-04-21 14:59:58 +03:00
janonymous a3c03f5acd py26 is no longer supported by Infra's CI
Python 2.6 support would be dropped by
Infra team from mitaka,CI would no longer be testing it,
so projects should drop it too.

Change-Id: I462d7fe96118bd9cfbb5f6a9f00453532aa940b8
2015-12-26 13:51:46 +05:30
Ilya Kharin 72bc14e083 Add {posargs} to the command of testenv
This addition allows to run specified tests e.g.:

    $ tox -e py26,py27 -- octane/tests/test_util_node.py

Change-Id: I9b8ec97650c33084d198e652cc31d32cdbdedb8d
2015-12-04 15:42:24 +03:00
Yuriy Taraday 2f4d097cc5 Run pep8 first in tox
Change-Id: I12c9dc70afe03d49d710514ba3bbe911daedfb74
2015-09-09 16:38:56 +03:00
Yuriy Taraday 70ec638ecd Don't skip sdist in tox to apply current setup.cfg changes
Change-Id: I861b3c9fe7a6215bd9f6efd8c631b50a63f5eb88
2015-08-27 12:43:18 +03:00
Yuriy Taraday 793ec918ec Fix PEP8 in octane/helpers, check in in 'tox -e pep8'
Change-Id: Id4baa33f334bf47619d6bd853508d6fe0b0979d5
2015-08-21 11:37:34 +03:00
Yuriy Taraday 3d7a36c568 Ignore deploy dir in flake8 check 2015-07-28 19:59:39 +03:00
Yuriy Taraday abf0dd93ad Don't set basepython for all testenvs, it's evil 2015-07-20 15:33:39 +03:00
Yuriy Taraday 14a290c945 Make pep8 check work (skip everything that's not new) 2015-07-16 11:12:30 +03:00
Yuriy Taraday 08439e62eb Set basepython for all tox environments
My local machine defaults to 3.x.
2015-07-15 19:03:16 +03:00
Yuriy Taraday 6672fed741 Use py.test to run tests 2015-07-15 13:28:29 +03:00
Yuriy Taraday 2e6edd3747 Cleanup after cookiecutter 2015-07-15 12:23:13 +03:00
Yuriy Taraday 5d5d895924 Initial Cookiecutter Commit. 2015-07-15 11:14:34 +03:00