script: Add new (temporary) autobuild task for none-env tests.
authorNoel Power <noel.power@suse.com>
Tue, 16 Oct 2018 18:25:26 +0000 (19:25 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 23 Oct 2018 03:50:29 +0000 (05:50 +0200)
commitf8b5dd954460cccc7f482e9988b6f13e84a60e9c
treecbcf6a12fb37e511896aa6a654d8d386323fc794
parent25b16fa0649579f17789e4f06e40b840d77942aa
script: Add new (temporary) autobuild task for none-env tests.

Ideally we want all the tests to run under python3 by default (no
special task for this) and then convert the existing '-py3' tasks
to run the python tests with python3.
However at the moment the convertion process is not ready to do this,
for a while we need to run separate autobuild tasks for this.

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
script/autobuild.py