This allows jobs which inherit from unittests to specify that
the test-setup script should not be run. Some "unit test" jobs
are simple enough that they do not need to perform costly setup
for a full test run.
Change-Id: I5826bed411c42f9b3e0477b351bd82bd964d2fac
The patch will allow jobs to set environment variables and pass
command line arguments to the test-setup.sh script defined by a
project.
This can be used to customize the setup based on the particular job
being run.
Change-Id: I11e1ab15fd2bf3c734544121d9b4040b99ee63da
We'd like to be able to make some jobs that run tox on other projects
for ease of testing. This should allow us to do that.
Change-Id: I774a76eaaea16d8ea218b439a099b5c9335c2fc5