public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] intel-ci: Drop gem_ctx_switch trivial stress tests
@ 2019-11-27 10:20 Chris Wilson
  2019-11-27 11:00 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Chris Wilson @ 2019-11-27 10:20 UTC (permalink / raw)
  To: igt-dev

We only use the most trivial of many-context switch stress tests in the
shards. With no verification of behaviour, they only serve to see if the
kernel explodes. We have many, many other context switches with varying
workloads and requirements that _do_ verify expected behaviour and
providing en masse good stress. We also have much more precise
verification of the context switch inside the kernel, making these
simple stress tests redundant.

However, a stress test is a stress test, so keep it around for developer
peace of mind. As usual, if a stress test ever produces a hit, we need
to reduce it down to a new test for CI.

By dropping them we remove over 10 minutes of runtime from the shards,
that afair have never produced a unique warning.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
---
 tests/intel-ci/blacklist.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt
index 056ad7324..4bca1b6c5 100644
--- a/tests/intel-ci/blacklist.txt
+++ b/tests/intel-ci/blacklist.txt
@@ -25,7 +25,7 @@ igt@gem_cs_prefetch(@.*)?
 igt@gem_ctx_create@(?!.*basic).*
 igt@gem_ctx_exec@(?!.*basic).*
 igt@gem_ctx_shared@*exhaust*
-igt@gem_ctx_switch@.*(forked|interruptible).*
+igt@gem_ctx_switch(@.*)?
 igt@gem_ctx_thrash(@.*)?
 igt@gem_evict_alignment(@.*)?
 igt@gem_evict_everything(@.*)?
-- 
2.24.0

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-11-28 11:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-27 10:20 [igt-dev] [PATCH i-g-t] intel-ci: Drop gem_ctx_switch trivial stress tests Chris Wilson
2019-11-27 11:00 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-11-27 19:16 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2019-11-28 11:34 ` [igt-dev] [PATCH i-g-t] " Mika Kuoppala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox