Commit Graph

2 Commits

Author SHA1 Message Date
Stephen Finucane 4e071eb034 [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: I13ce8e8264679a19c7b108381ccb969573ea9ac6
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Sem-Ver: api-break
2020-02-03 15:12:02 +00:00
Sean McGinnis ab6ee3bff4 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: I9be96f4d5fc5833e29f89e96df0099cbc9f3b5fa
2018-03-20 10:26:47 -05:00