[PATCH i-g-t] intel-ci: Blocklist igt at i915_module_load@load
Janusz Krzysztofik
janusz.krzysztofik at linux.intel.com
Fri Nov 15 14:58:19 UTC 2024
This test expects the i915 module not loaded, and it SKIPs if it finds one
already loaded. It was intended only for CI BAT runs as the very first
test executed. It's not suitable for CI runs with random test selection
and ordering.
Since omitting it from non-BAT runs doesn't affect coverage, blocklist it
instead of maintaining as expected SKIP.
Closes: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6227
Signed-off-by: Janusz Krzysztofik <janusz.krzysztofik at linux.intel.com>
---
tests/intel-ci/blacklist.txt | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
index cfc5491d53..cdbfbcaef9 100644
--- a/tests/intel-ci/blacklist.txt
+++ b/tests/intel-ci/blacklist.txt
@@ -4,6 +4,16 @@
igt at xe.*
igt at meta_test(@.*)?
+
+###############################################
+# Expects the i915 module not loaded, SKIPs if one is loaded.
+# Intended only for CI BAT runs as the very first test executed.
+# Not suitable for CI runs with random test selection and ordering.
+# Omitting it from non-BAT runs doesn't affect coverage, then
+# let's blocklist it instead of maintainig as expected SKIP.
+###############################################
+igt at i915_module_load@load
+
###############################################
# Handle module reloads with great care!
#
--
2.47.0
More information about the Intel-gfx
mailing list