CI: Allow selecting particular tests for CI
Normally the job itself controls which tests are run, by providing an optional test spec and using the -k option. It is sometimes useful to run a subset of tests on CI. Add a new TEST_SPEC variable to control this. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -117,6 +117,12 @@ WORLD_BUILD
|
||||
|
||||
git push ci -o ci.variable=WORLD_BUILD=0
|
||||
|
||||
TEST_SPEC
|
||||
Set to the test spec to use when running a test.py tests. This overrides
|
||||
the spec provided by the job. For example::
|
||||
|
||||
git push ci -o ci.variable=TEST_SPEC=bootstd
|
||||
|
||||
Using the lab
|
||||
-------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user