Message ID | 20210408083009.22860-2-janusz.krzysztofik@linux.intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [RFC,1/2] tests/core_hotunplug: Add perf health check | expand |
On Thu, 2021-04-08 at 10:30 +0200, Janusz Krzysztofik wrote: > Commit be529747d8ea ("intel-ci: Broaden core_hotunplug blacklist") > blamed issues triggered by hot variants[*] as responsible for random > failures in subsequently executed tests, > > According to the issue history[*], last reported occurrences were > not related to core_hotunplug. Remove *hot*bind* subtests from CI > blocklist. > > [*] https://gitlab.freedesktop.org/drm/intel/-/issues/2644. > > Signed-off-by: Janusz Krzysztofik <janusz.krzysztofik@linux.intel.com > > > --- > tests/intel-ci/blacklist.txt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/tests/intel-ci/blacklist.txt b/tests/intel- > ci/blacklist.txt > index 33f92e37f..595fd0ca6 100644 > --- a/tests/intel-ci/blacklist.txt > +++ b/tests/intel-ci/blacklist.txt > @@ -112,10 +112,10 @@ igt@.*@.*pipe-f($|-.*) > # Temporary workarounds for CI-impacting bugs > ############################################### > > -# Currently fails and leaves the machine in a very bad state, and > -# causes coverage loss for other tests. IOMMU related. > -# https://gitlab.freedesktop.org/drm/intel/-/issues/2644 > -igt@core_hotunplug@.*(hot|plug).* > +# *plug* subtests still fail and leave the > +# machine in a very bad state, causing coverage > +# loss for other tests. IOMMU related. > +igt@core_hotunplug@.*plug.* LGTM, Acked-by: Marcin Bernatowicz <marcin.bernatowicz@linux.intel.com> > > # hangs several gens of hosts, and has no immediate fix > igt@device_reset@reset-bound
diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt index 33f92e37f..595fd0ca6 100644 --- a/tests/intel-ci/blacklist.txt +++ b/tests/intel-ci/blacklist.txt @@ -112,10 +112,10 @@ igt@.*@.*pipe-f($|-.*) # Temporary workarounds for CI-impacting bugs ############################################### -# Currently fails and leaves the machine in a very bad state, and -# causes coverage loss for other tests. IOMMU related. -# https://gitlab.freedesktop.org/drm/intel/-/issues/2644 -igt@core_hotunplug@.*(hot|plug).* +# *plug* subtests still fail and leave the +# machine in a very bad state, causing coverage +# loss for other tests. IOMMU related. +igt@core_hotunplug@.*plug.* # hangs several gens of hosts, and has no immediate fix igt@device_reset@reset-bound
Commit be529747d8ea ("intel-ci: Broaden core_hotunplug blacklist") blamed issues triggered by hot variants[*] as responsible for random failures in subsequently executed tests, According to the issue history[*], last reported occurrences were not related to core_hotunplug. Remove *hot*bind* subtests from CI blocklist. [*] https://gitlab.freedesktop.org/drm/intel/-/issues/2644. Signed-off-by: Janusz Krzysztofik <janusz.krzysztofik@linux.intel.com> --- tests/intel-ci/blacklist.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)