Message ID | 20241115145854.19330-2-janusz.krzysztofik@linux.intel.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [i-g-t] intel-ci: Blocklist igt@i915_module_load@load | expand |
Hi Janusz, On 2024-11-15 at 15:58:19 +0100, Janusz Krzysztofik wrote: > 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@linux.intel.com> Acked-by: Kamil Konieczny <kamil.konieczny@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@xe.* > > igt@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@i915_module_load@load > + > ############################################### > # Handle module reloads with great care! > # > -- > 2.47.0 >
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@xe.* igt@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@i915_module_load@load + ############################################### # Handle module reloads with great care! #
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@linux.intel.com> --- tests/intel-ci/blacklist.txt | 10 ++++++++++ 1 file changed, 10 insertions(+)