Commit Graph

7 Commits

Author SHA1 Message Date
Corey Bryant 2541283a7f Add package-upgrade action
The package-upgrade action is similar to the openstack-upgrade action
except that it performs package upgrades within the current openstack
release. If a new openstack release is available, the package-upgrade
action will not perform any upgrades.

Sync common files from release-tools, with modifications specific
to this layer.

Change-Id: I4eaee81e05d44d9649c37d397672d263bc2a1025
2022-01-19 17:20:07 +00:00
Ghanshyam Mann b3a0a21f8d [ussuri][goal] Updates for python 2.7 drop
OpenStack is dropping the py2.7 support in ussuri cycle.

charm repos need few updates on either py2 drop or updating
ussuri python template, tox.ini etc.

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: I6549595dff4219b831680624315e36e95fccf2d2
2020-03-24 17:17:05 +00:00
Camille Rodriguez c2b458ae14 Avoid pollution and false positives with tox.ini
- added mising test-requirements.txt file
- updated testenv build to build in a tmp folder outside of src
- removing sitepackages in tox.ini to avoid test env pollution
- skip_missing_interpreters in tox.ini set to False to avoid false
positives by skipping missing interpreters.

Change-Id: I7985b07bb215ad43403a3e581197d5e139b603ac
2019-08-28 14:57:58 -04:00
Doug Hellmann 85c216c8a5 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: I499030b8cc7747ef0169a69cef9927c5b50c1677
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-26 18:39:39 -04:00
James Page 095f04aba5 Add basic tox targets for pep8 and build test 2016-07-01 10:31:25 +01:00
James Page 1a43d4cdd4 Tidy docs on config options, drop surplus test files 2015-12-14 17:14:43 +00:00
Liam Young 3dc4b73c67 Initial commit 2015-12-14 12:34:06 +00:00