public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
To: Rodrigo Vivi <rodrigo.vivi@intel.com>, Daniel Vetter <daniel@ffwll.ch>
Cc: IGT development <igt-dev@lists.freedesktop.org>
Subject: Re: [igt-dev] [PATCH i-g-t v3 1/2] tests/intel-ci: Add basic PSR2 tests to fast feedback test list
Date: Wed, 23 Jan 2019 11:29:07 -0800	[thread overview]
Message-ID: <db8db5f8bb126da095a3d74d9b527cfd6071bf8e.camel@intel.com> (raw)
In-Reply-To: <20190123171717.GF931@intel.com>

On Wed, 2019-01-23 at 09:17 -0800, Rodrigo Vivi wrote:
> On Wed, Jan 23, 2019 at 05:51:11PM +0100, Daniel Vetter wrote:
> > On Wed, Jan 23, 2019 at 5:45 PM Rodrigo Vivi <
> > rodrigo.vivi@intel.com> wrote:
> > > 
> > > On Wed, Jan 23, 2019 at 01:07:32PM +0100, Daniel Vetter wrote:
> > > > On Wed, Jan 23, 2019 at 01:37:19PM +0200, Petri Latvala wrote:
> > > > > On Tue, Jan 22, 2019 at 05:09:49PM -0800, José Roberto de
> > > > > Souza wrote:
> > > > > > Lets run the same PSR1 basic tests for PSR2 to caught PSR2
> > > > > > regressions faster.
> > > > > > 
> > > > > > Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
> > > > > > Cc: Dhinakaran Pandiyan <dhinakaran.pandiyan@intel.com>
> > > > > > Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
> > > > > > ---
> > > > > >  tests/intel-ci/fast-feedback.testlist | 4 ++++
> > > > > >  1 file changed, 4 insertions(+)
> > > > > > 
> > > > > > diff --git a/tests/intel-ci/fast-feedback.testlist
> > > > > > b/tests/intel-ci/fast-feedback.testlist
> > > > > > index da3c4c8e..e48cb8a5 100644
> > > > > > --- a/tests/intel-ci/fast-feedback.testlist
> > > > > > +++ b/tests/intel-ci/fast-feedback.testlist
> > > > > > @@ -227,6 +227,10 @@ igt@kms_psr@primary_page_flip
> > > > > >  igt@kms_psr@cursor_plane_move
> > > > > >  igt@kms_psr@sprite_plane_onoff
> > > > > >  igt@kms_psr@primary_mmap_gtt
> > > > > > +igt@kms_psr@psr2_primary_page_flip
> > > > > > +igt@kms_psr@psr2_cursor_plane_move
> > > > > > +igt@kms_psr@psr2_sprite_plane_onoff
> > > > > > +igt@kms_psr@psr2_primary_mmap_gtt
> > > > > 
> > > > > 
> > > > > The BAT results mail said success because these are new
> > > > > tests, but do
> > > > > note that they failed. They must pass to get onto the BAT
> > > > > list.
> > > > 
> > > > Also, adding all kinds of tests to BAT to validate features
> > > > doesn't scale.
> > > > We need some way to run these tests on specific machines as
> > > > part of the
> > > > follow-up shard runs ... Otherwise we're stuck with a huge
> > > > pressure to add
> > > > all kinds of super-important-feature-right-now things to BAT.
> > > 
> > > I understand and I agree with your point. But on this very
> > > specific case
> > > no shard have PSR1 or PSR2 panels.
> > 
> > Yeah. Same way that no shard has:
> > -mst
> > -hdcp
> > -dsi
> > -4k
> > - ...

This is a chicken and egg problem, without testing, we can't enable new
features.

I believe there was some problem in acquiring the same panel for all
shard instances. Another issue that came up was shard machines had to
be stable and production NUC's were preferred. Which means, no eDP.

 
> 
> "coincidentally" all display related :-)
> 
> > 
> > The list is very long. Everyone wants their feature to be an
> > exception. Everyone's feature only increase test time by "not
> > much".
> 
> Yeap, I understand that everybody will put their feature as
> important,
> but for me another factor that justify that increase is the "fragile"
> part.
> 
> For me the important + fragile deserves a space even if we have to
> wait
> minutes more for the result :/
> 
> > 
> > > Also this shouldn't increase the test time much, because machines
> > > with PSR1 are
> > > already running the PSR1 tests only, machines without PSR are not
> > > running
> > > anything and machines. Only machines with PSR2 panels that are
> > > now coming from
> > > no PSR tests to running this few PSR2 tests.
> > 
> > Ok, I guess that ship sailed with the psr1 tests already then.
> 
> besides, I think MST also deserves this "privilege" :)
> 
> > -Daniel
> > 
> > > 
> > > > -Daniel
> > > > --
> > > > Daniel Vetter
> > > > Software Engineer, Intel Corporation
> > > > http://blog.ffwll.ch
> > 
> > 
> > 
> > -- 
> > Daniel Vetter
> > Software Engineer, Intel Corporation
> > +41 (0) 79 365 57 48 - http://blog.ffwll.ch

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

  reply	other threads:[~2019-01-23 19:29 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-23  1:09 [igt-dev] [PATCH i-g-t v3 1/2] tests/intel-ci: Add basic PSR2 tests to fast feedback test list José Roberto de Souza
2019-01-23  1:09 ` [igt-dev] [PATCH i-g-t v3 2/2] test: Add PSR2 selective update tests José Roberto de Souza
2019-01-23  5:30   ` Dhinakaran Pandiyan
2019-01-23 22:41     ` Souza, Jose
2019-01-23  2:03 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,v3,1/2] tests/intel-ci: Add basic PSR2 tests to fast feedback test list Patchwork
2019-01-23  6:16 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2019-01-23 11:37 ` [igt-dev] [PATCH i-g-t v3 1/2] " Petri Latvala
2019-01-23 12:07   ` Daniel Vetter
2019-01-23 16:45     ` Rodrigo Vivi
2019-01-23 16:51       ` Daniel Vetter
2019-01-23 17:17         ` Rodrigo Vivi
2019-01-23 19:29           ` Dhinakaran Pandiyan [this message]
2019-01-24 12:55           ` Daniel Vetter
2019-01-24 22:11             ` Rodrigo Vivi
2019-01-25  9:45               ` Daniel Vetter
2019-01-25 11:03                 ` Martin Peres
2019-01-25 11:27                   ` Tomi Sarvela
2019-01-23 21:00   ` Souza, Jose
2019-01-23 23:59     ` Souza, Jose

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=db8db5f8bb126da095a3d74d9b527cfd6071bf8e.camel@intel.com \
    --to=dhinakaran.pandiyan@intel.com \
    --cc=daniel@ffwll.ch \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=rodrigo.vivi@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox