Message ID | 20200911103039.4574-24-janusz.krzysztofik@linux.intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | tests/core_hotunplug: Fixes and enhancements | expand |
On Fri, Sep 11, 2020 at 12:30:38PM +0200, Janusz Krzysztofik wrote:
> Subject: [PATCH i-g-t v6 23/24] tests/core_hotunplug: Un-blocklist *bind* subtests
Change to
intel-ci: Un-blocklist *bind* subtests of core_hotunplug
Hi Petri, On Fri, 2020-09-11 at 14:51 +0300, Petri Latvala wrote: > On Fri, Sep 11, 2020 at 12:30:38PM +0200, Janusz Krzysztofik wrote: > > Subject: [PATCH i-g-t v6 23/24] tests/core_hotunplug: Un-blocklist *bind* subtests > > Change to > > intel-ci: Un-blocklist *bind* subtests of core_hotunplug > OK, and I guess the same applies to "tests/core_hotunplug: Add unbind- rebind subtest to BAT scope" (if accepted). Thanks, Janusz
On Fri, Sep 11, 2020 at 02:00:11PM +0200, Janusz Krzysztofik wrote: > Hi Petri, > > On Fri, 2020-09-11 at 14:51 +0300, Petri Latvala wrote: > > On Fri, Sep 11, 2020 at 12:30:38PM +0200, Janusz Krzysztofik wrote: > > > Subject: [PATCH i-g-t v6 23/24] tests/core_hotunplug: Un-blocklist *bind* subtests > > > > Change to > > > > intel-ci: Un-blocklist *bind* subtests of core_hotunplug > > > > OK, and I guess the same applies to "tests/core_hotunplug: Add unbind- > rebind subtest to BAT scope" (if accepted). Speaking of accepted, now that the results are in, for the two intel-ci patches: Acked-by: Petri Latvala <petri.latvala@intel.com>
diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt index f9a57cb54..25b567038 100644 --- a/tests/intel-ci/blacklist.txt +++ b/tests/intel-ci/blacklist.txt @@ -120,7 +120,7 @@ igt@perf_pmu@cpu-hotplug # Currently fails and leaves the machine in a very bad state, and # causes coverage loss for other tests. -igt@core_hotunplug@.* +igt@core_hotunplug@.*plug.* # hangs several gens of hosts, and has no immediate fix igt@device_reset@reset-bound \ No newline at end of file
Subtests which don't remove the device, only unbind the driver from it, seem relatively safe and harmless for CI. Remove them from the CI blocklist. Signed-off-by: Janusz Krzysztofik <janusz.krzysztofik@linux.intel.com> --- tests/intel-ci/blacklist.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)