[igt-dev] [PATCH i-g-t 3/3] intel-ci: Add full-suite test round blacklist

Petri Latvala petri.latvala at intel.com
Tue Mar 13 10:21:51 UTC 2018


The list of regular expressions for tests that are not to be run in
sharded full test suite rounds, copied from
https://intel-gfx-ci.01.org/blacklist.txt

Signed-off-by: Petri Latvala <petri.latvala at intel.com>
---
 tests/intel-ci/README        |  7 +++++
 tests/intel-ci/blacklist.txt | 75 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 82 insertions(+)
 create mode 100644 tests/intel-ci/blacklist.txt

diff --git a/tests/intel-ci/README b/tests/intel-ci/README
index 2ccbbb1a..e3289933 100644
--- a/tests/intel-ci/README
+++ b/tests/intel-ci/README
@@ -30,6 +30,13 @@ considered to mean that the kernel is not obviously broken.
 The results of CI runs on drm-tip and various other kernel trees can
 be found in https://intel-gfx-ci.01.org/CI/
 
+=============
+blacklist.txt
+=============
+
+This file contains regular expressions (one per line) for tests that
+are not to be executed in full suite test rounds.
+
 =============
 meta.testlist
 =============
diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
new file mode 100644
index 00000000..7ca313ac
--- /dev/null
+++ b/tests/intel-ci/blacklist.txt
@@ -0,0 +1,75 @@
+igt at meta_test(@.*)?
+###############################################
+# GEM
+###############################################
+igt at drv_selftest(@.*)?
+igt at drm_mm(@.*)?
+igt at gem_busy@.*hang.*
+igt at gem_close_race@(?!.*basic).*
+igt at gem_concurrent_blit(@.*)?
+igt at gem_cs_prefetch(@.*)?
+igt at gem_ctx_create@(?!.*basic).*
+igt at gem_ctx_exec@(?!.*basic).*
+igt at gem_ctx_switch@(?!.*basic).*
+igt at gem_ctx_thrash(@.*)?
+igt at gem_evict_alignment(@.*)?
+igt at gem_evict_everything(@.*)?
+igt at gem_exec_alignment@(?!.*single).*
+igt at gem_exec_fence@(?!.*basic).*
+igt at gem_exec_flush@(?!.*basic).*
+igt at gem_exec_gttfill@(?!.*basic).*
+igt at gem_exec_latency(@.*)?
+igt at gem_exec_lut_handle(@.*)?
+igt at gem_exec_nop@(?!.*(basic|signal-all)).*
+igt at gem_exec_reloc@(?!.*basic).*
+igt at gem_exec_suspend@(?!.*basic).*
+igt at gem_exec_whisper@(?!normal$).*
+igt at gem_fd_exhaustion(@.*)?
+igt at gem_fence_upload(@.*)?
+igt at gem_gtt_hog(@.*)?
+igt at gem_gtt_speed(@.*)?
+igt at gem_hangcheck_forcewake(@.*)?
+igt at gem_lut_handle(@.*)?
+igt at gem_mmap_gtt@.*(huge|swap|clflush).*
+igt at gem_mmap@.*(swap|huge).*
+igt at gem_mocs_settings@.*(suspend|hibernate).*
+igt at gem_pin(@.*)?
+igt at gem_pread_after_blit(@.*)?
+igt at gem_read_read_speed(@.*)?
+igt at gem_reloc_overflow(@.*)?
+igt at gem_reloc_vs_gpu(@.*)?
+igt at gem_render_linear_blits@(?!.*basic).*
+igt at gem_render_tiled_blits@(?!.*basic).*
+igt at gem_reset_stats(@.*)?
+igt at gem_ringfill@(?!.*basic).*
+igt at gem_ring_sync_copy(@.*)?
+igt at gem_ring_sync_loop(@.*)?
+igt at gem_seqno_wrap(@.*)?
+igt at gem_shrink@(?!reclaim$).*
+igt at gem_softpin@.*(hang|S4).*
+igt at gem_spin_batch(@.*)?
+igt at gem_stolen@.*hibernate.*
+igt at gem_storedw_batches_loop(@.*)?
+igt at gem_storedw_loop(@.*)?
+igt at gem_streaming_writes(@.*)?
+igt at gem_sync@(?!.*basic).*
+igt at gem_tiled_swapping@(?!non-threaded).*
+igt at gem_userptr_blits@(major|minor|forked|mlocked|swapping).*
+igt at gem_wait@.*hang.*
+igt at gem_write_read_ring_switch(@.*)?
+###############################################
+# Broadcom
+###############################################
+igt at vc4_.*
+###############################################
+# AMD
+###############################################
+igt at amdgpu/.*
+###############################################
+# Hibernate: not configured correctly on CI
+###############################################
+igt at .*@.*-hibernate
+igt at gem_softpin@noreloc-s4
+igt at gem_workarounds@hibernate-.*
+igt at gem_exec_suspend@basic-s4$
+igt at gem_ctx_isolation@.*-s4
-- 
2.14.1



More information about the igt-dev mailing list