autobuild: Implement a split python2 and python2 build pattern
authorAndrew Bartlett <abartlet@samba.org>
Thu, 16 Aug 2018 01:50:31 +0000 (13:50 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 29 Aug 2018 03:28:16 +0000 (05:28 +0200)
commit0da15fa764c61bece2c99e1816ba0e782f2753de
tree3f3f83a3047ce147b6c534540b3a0c183ebe0f3d
parentffa1c040c625336209a6310e234f5087dd62e984
autobuild: Implement a split python2 and python2 build pattern

The default tasks will run the tests without --extra-python specified and
the new -py3 tasks will run the python3 tests only.

This will reduce the complexity of the build combinations

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
script/autobuild.py