ci_template: Remove the j = 1 restriction from check
Previously we were forcing tests to run with j 1 to avoid random failures/races that occurred due to tests being racy. Majority of those tests have been blacklisted and this should no longer be needed.
This commit is contained in:
parent
c021fb8310
commit
dcf237a438
@ -182,7 +182,6 @@ build android arm64 api28:
|
|||||||
./gst-uninstalled.py
|
./gst-uninstalled.py
|
||||||
gst-validate-launcher ${TEST_SUITE}
|
gst-validate-launcher ${TEST_SUITE}
|
||||||
-fs
|
-fs
|
||||||
-j=1
|
|
||||||
--mute
|
--mute
|
||||||
--shuffle
|
--shuffle
|
||||||
--no-display
|
--no-display
|
||||||
|
Loading…
x
Reference in New Issue
Block a user