RE: [PATCH i-g-t] intel-ci: Move hotunplug subtest to the end of xe.fastfeedback testlist
"Girotra, Himanshu" <[email protected]>
| Newsgroups | org.freedesktop.lists.igt-dev |
|---|---|
| Message-ID | <CH0PR11MB55642E0F2E9D14C2A09FBF5098DC2@CH0PR11MB5564.namprd11.prod.outlook.com> |
> -----Original Message----- > From: Chauhan, Aditya <[email protected]> > Sent: 12 August 2026 16:09 > To: [email protected] > Cc: Gandi, Ramadevi <[email protected]>; Girotra, Himanshu > <[email protected]> > Subject: [PATCH i-g-t] intel-ci: Move hotunplug subtest to the end of > xe.fastfeedback testlist > > From: Aditya Chauhan <[email protected]> > > Move igt@core_hotunplug@unbind-rebind to the end of xe.fast-feedback.testlist > to unblock further execution. > > Signed-off-by: Aditya Chauhan <[email protected]> > --- > tests/intel-ci/xe.fast-feedback.testlist | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > Reviewed-by: Himanshu Girotra <[email protected]> > diff --git a/tests/intel-ci/xe.fast-feedback.testlist b/tests/intel-ci/xe.fast- > feedback.testlist > index 64587cce1..ecd2c568f 100644 > --- a/tests/intel-ci/xe.fast-feedback.testlist > +++ b/tests/intel-ci/xe.fast-feedback.testlist > @@ -253,11 +253,6 @@ igt@xe_waitfence@abstime > igt@xe_waitfence@engine igt@xe_waitfence@reltime > > -# All tests that do module unloading and reloading are executed last. > -# They will sometimes reveal issues of earlier tests leaving the -# driver in a > broken state that is not otherwise noticed in that test. > -igt@core_hotunplug@unbind-rebind > - > # Run KUnit tests at the end > igt@xe_live_ktest@xe_bo@xe_ccs_migrate_kunit > igt@xe_live_ktest@xe_bo@xe_bo_evict_kunit > @@ -314,3 +309,8 @@ igt@xe_evict@evict-small-cm igt@xe_evict@evict- > small-external igt@xe_evict@evict-small-external-cm > igt@xe_evict@evict-small-multi-vm > + > +# All tests that do module unloading and reloading are executed last. > +# They will sometimes reveal issues of earlier tests leaving the # > +driver in a broken state that is not otherwise noticed in that test. > +igt@core_hotunplug@unbind-rebind > -- > 2.34.1