Commit Graph

11 Commits

Author SHA1 Message Date
Takashi Kajinami ba81a15371 Retire puppet-glare - Step 2: Remove Project Content
Depends-on: https://review.opendev.org/790056
Change-Id: Id76e00fafd171f3d77b70817c5cfd103cb207b0e
2021-05-07 01:08:33 +09:00
ZhongShengping d33230e6be Replace deprecated UPPER_CONSTRAINTS_FILE variable
UPPER_CONSTRAINTS_FILE is deprecated and TOX_CONSTRAINTS_FILE is
the new environment variable name that replaces it [1].

This allows to use upper-constraints file as more
readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>.

[1] https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file
[2] https://review.opendev.org/#/c/722814/

Change-Id: Ib8e321be049efb9d1227d963792a6f07a32f69ed
2020-11-11 09:08:35 +08:00
Ghanshyam Mann 3d8df21471 [ussuri][goal] Cleanup for python 2.7 drop
OpenStack is dropping the py2.7 support in ussuri cycle.

puppet-* repos have to cleanup the requirement and tox
for py2.7 drop.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: Ica4c8766cdd7f088e3ab41c73421310957cbbf9b
2020-02-15 18:58:59 -06:00
pengyuesheng 881adfa245 Update the constraints url
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html

Change-Id: Icfa1855c5122093d81ac51abdf02d3d6f9e0086b
2019-09-26 11:13:47 +08:00
ZhongShengping 4219400de7 Move to opendev
Change-Id: Ie713347962a0b60bb1d90bb9c4a7eb5c668af6a6
2019-04-21 14:44:48 +08:00
ZhongShengping 226ba85a40 Update min tox version to 2.0
The commands used by constraints need at least tox 2.0.  Update to
reflect reality, which should help with local running of constraints
targets.

Change-Id: I3147ca02d9fbb6c9ea6ca5690f774926b051ef86
2018-10-16 11:40:17 +08:00
ZhongShengping 74ed32d2a3 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I2f445d08b039107717cea72a0d464f4729563a71
2018-06-08 14:23:32 +08:00
ZhongShengping 117c8300ce Follow the new PTI for document build
For compliance with the Project Testing Interface as described in:
https://governance.openstack.org/tc/reference/project-testing-interface.html

Refer to:
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124815.html

Change-Id: Ib3563e16f45e08ae7dfaf998d8e2ea24a161643c
2018-02-28 14:42:10 +08:00
ZhongShengping ae3193d6a9 Add environment variable
Add environment variable {toxinidir} in tox.ini

Change-Id: I549aa53b0803bb90f3f9cec7388b2d744eee3320
2017-06-12 15:52:44 +08:00
Alex Schultz 348333f4df Update tox configuration
Update the tox configuration to pull in the openstack
upper-constraints.txt when running releasenotes. This will
fix the releasenotes job that is currently failing due to
a new version of sphinx. Additionally this change includes
updates from puppet-modulesync-configs.

Change-Id: Ie02b167bade66f825a7f8c7ad6c4ee1f37833c8b
2017-05-17 08:24:50 -06:00
Iury Gregory Melo Ferreira 126dec773d Add basic structure for ReNo
ReNo [1] is the release management tool in OpenStack.
This patch adds the basic structure to start using it.

* Update .gitignore
* Add releasenotes/ dir and basic files
* Add python files: setup.cfg, setup.py, test-requirements.txt and
  tox.ini

[1] http://docs.openstack.org/developer/reno

Change-Id: Ibc3bddbc6af65074a4841b4a50043547a76fd26b
2016-10-07 14:56:46 +00:00