Commit Graph

2 Commits

Author SHA1 Message Date
Hervé Beraud 1327088489 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in Ussuri cycle.

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: Ic8653cdf5a3d9c36ea608a0cd91d72e0a5921a26
Sem-Ver: api-break
2020-02-07 07:56:16 -08:00
Sean McGinnis 94cbb74aad Add bindep.txt file to prevent fallback to generic list
Jobs will look for bindep.txt in each repo to get a list of required
system packages to be installed. If that file is not found, it will
fallback to a generic bindep.txt file that contains many things that
are not needed for running oslo.utils jobs (things such as mysql and
postgres packages).

This adds a basic bindep.txt file with just a few packages to speed
up job setup times and prevent unnecessary work in the gate.

Change-Id: I9cc50095b7b9a151184f131b1a4735da6c3f83dd
2018-03-20 10:27:53 -05:00