Message ID | 20180810094145.10182-1-chris@chris-wilson.co.uk (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [i-g-t,1/2] intel-ci: Comment on kernel selftest exclusion | expand |
diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt index 1d1652964..7700a60b7 100644 --- a/tests/intel-ci/blacklist.txt +++ b/tests/intel-ci/blacklist.txt @@ -1,9 +1,12 @@ igt@meta_test(@.*)? ############################################### -# GEM +# Kernel selftests (run separately) ############################################### igt@drv_selftest(@.*)? igt@drm_mm(@.*)? +############################################### +# GEM +############################################### igt@gem_busy@(?!.*basic).*hang.* igt@gem_close_race@(?!.*basic).* igt@gem_concurrent_blit(@.*)?
The kernel selftests are excluded from the shard lists as those lists are compiled separately. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> --- tests/intel-ci/blacklist.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)