All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Martin Roukala (néé Peres)" <martin.roukala@mupuf.org>
To: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>,
	igt-dev@lists.freedesktop.org
Cc: Harry Wentland <harry.wentland@amd.com>,
	Nicholas Choi <Nicholas.Choi@amd.com>,
	Sun peng Li <sunpeng.li@amd.com>,
	Alexander Deucher <alexander.deucher@amd.com>,
	Hayden Goodfellow <hayden.goodfellow@amd.com>,
	Simon Ser <contact@emersion.fr>,
	Mark Yacoub <markyacoub@google.com>
Subject: Re: [igt-dev] [PATCH i-g-t] tests: Add amdgpu test suite
Date: Mon, 11 Oct 2021 11:44:07 +0300	[thread overview]
Message-ID: <fbe44331-125f-ec8a-80f6-3f9c1c8c05fd@mupuf.org> (raw)
In-Reply-To: <20211008190251.3709425-1-Rodrigo.Siqueira@amd.com>



On 08/10/2021 22:02, Rodrigo Siqueira wrote:
> Add various test suites relevant for the amdgpu driver.
> 
> Cc: Harry Wentland <harry.wentland@amd.com>
> Cc: Nicholas Choi <Nicholas.Choi@amd.com>
> Cc: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
> Cc: Sun peng (Leo) Li <sunpeng.li@amd.com>
> Cc: Alexander Deucher <alexander.deucher@amd.com>
> Cc: Martin Roukala <martin.roukala@mupuf.org>
> Cc: Hayden Goodfellow <hayden.goodfellow@amd.com>
> Cc: Simon Ser <contact@emersion.fr>
> Cc: Mark Yacoub <markyacoub@google.com>
> 
> Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
> ---
>   tests/amdgpu-ci/README                 |  31 +++++
>   tests/amdgpu-ci/fast-feedback.testlist | 135 +++++++++++++++++++
>   tests/amdgpu-ci/full-feedback.testlist | 173 +++++++++++++++++++++++++
>   3 files changed, 339 insertions(+)
>   create mode 100644 tests/amdgpu-ci/README
>   create mode 100644 tests/amdgpu-ci/fast-feedback.testlist
>   create mode 100644 tests/amdgpu-ci/full-feedback.testlist
> 
> diff --git a/tests/amdgpu-ci/README b/tests/amdgpu-ci/README
> new file mode 100644
> index 00000000..bd34245c
> --- /dev/null
> +++ b/tests/amdgpu-ci/README
> @@ -0,0 +1,31 @@
> +This directory contains test lists that are used by AMD's CI. The
> +files are passed to piglit with the --test-list parameter directly.
> +
> +The test lists are contained in the IGT repository for several
> +reasons:
> +
> +- The lists stay synchronized with the IGT codebase.
> +- Public availability. Kernel developers can see what tests are run,
> +  and can see what changes are done to the set, when, and why.

Thanks for doing this!

> +
> +Changing the test lists should only happen with approval from:
> +- Harry Wentland <harry.wentland@amd.com>
> +- Nicholas Choi <Nicholas.Choi@amd.com>
> +- Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
> +- Sun peng (Leo) Li <sunpeng.li@amd.com>
> +
> +======================
> +fast-feedback.testlist
> +======================
> +
> +Fast-feedback contains tests that roughly tests a wide coverage of features in
> +a short time. We use this list for presubmission validation. Results of a
> +fast-feedback test round should only be considered to mean that the kernel is
> +not obviously broken.

It would be good to have a target execution time for this list. ~10 
minutes and 12 minutes in the worst case has been working for Intel, but 
what would you like to use?

> +
> +======================
> +full-feedback.testlist
> +======================
> +
> +This is an extensive set of tests that takes a long time to complete in which
> +we usually use as post-submission.

 From experience, I would specify the full list as a opt-out, rather 
than opt-in. Otherwise, you will soon realize that it takes a lot of 
time and energy to maintain the list to always add new tests there.

By opting out of i915/gem/nouveau/udl/... tests, you will at least get 
every new KMS test by default.

Is that making sense?

Martin

  parent reply	other threads:[~2021-10-11  8:44 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-08 19:02 [igt-dev] [PATCH i-g-t] tests: Add amdgpu test suite Rodrigo Siqueira
2021-10-08 19:09 ` Deucher, Alexander
2021-10-08 19:15 ` Harry Wentland
2021-10-08 19:46 ` [igt-dev] ✗ Fi.CI.BAT: failure for tests: Add amdgpu test suite (rev2) Patchwork
2021-10-11  8:44 ` Martin Roukala (néé Peres) [this message]
2021-10-14 14:47   ` [igt-dev] [PATCH i-g-t] tests: Add amdgpu test suite Rodrigo Siqueira Jordao
2021-10-14 17:43     ` Martin Roukala (néé Peres)

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=fbe44331-125f-ec8a-80f6-3f9c1c8c05fd@mupuf.org \
    --to=martin.roukala@mupuf.org \
    --cc=Nicholas.Choi@amd.com \
    --cc=Rodrigo.Siqueira@amd.com \
    --cc=alexander.deucher@amd.com \
    --cc=contact@emersion.fr \
    --cc=harry.wentland@amd.com \
    --cc=hayden.goodfellow@amd.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=markyacoub@google.com \
    --cc=sunpeng.li@amd.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.