Commit Graph

11 Commits

Author SHA1 Message Date
Takashi Kajinami bd33b1037e Retire puppet-freezer - Step 2: Remove Project Content
Depends-on: https://review.opendev.org/808072
Change-Id: I647ce166bc286a8312baa51b3972a35ae6bc4818
2021-09-13 17:54:36 +09:00
ZhongShengping 0ab899e889 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: Ib66d5e8bc20b3711094c9851bc1b060d0b487fb8
2020-11-11 09:08:35 +08:00
Ghanshyam Mann 06a1272b25 [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: I2ff3ceffdbc0e686161cd1acb769e3fbda3bca35
2020-02-15 18:59:08 -06:00
pengyuesheng 0f3ee47f75 Update the constraints url
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html

Change-Id: I2453b6fd0182e8bdeb533f44f4f017d7392f29a0
2019-09-26 11:06:48 +08:00
ZhongShengping ee7ada90fb Move to opendev
Change-Id: I25b362b66754df39b558eb21c26ce69d5a2cde56
2019-04-21 14:44:48 +08:00
ZhongShengping 1a3c76580b 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: I0e721850fe97d67d4f97d0b2d494933cc5888c10
2018-10-16 11:40:17 +08:00
ZhongShengping 38102c34ba 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: Ibf824d3f6771e285f1b959316d4724829b6472cd
2018-06-08 14:23:32 +08:00
ZhongShengping aebd6d648d 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: I9a829e494767af0c64b8dae487f9ef1948479436
2018-02-28 14:42:10 +08:00
ZhongShengping 6240f9d004 Add environment variable
Add environment variable {toxinidir} in tox.ini

Change-Id: I7c27a0b2ff3663670479c07f6fa0b419e6bb813f
2017-06-12 15:51:57 +08:00
Alex Schultz 4885309fe0 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: I9924e4b554b33cf1a3daba7e9c9f8f8b16b77162
2017-05-17 08:24:12 -06:00
Saad Zaher 17a73526cd Big Bang :) 2017-03-09 12:39:48 +00:00