summaryrefslogtreecommitdiff
path: root/tests/intel-ci
diff options
context:
space:
mode:
authorBhanuprakash Modem <bhanuprakash.modem@intel.com>2021-07-26 11:15:50 +0530
committerKunal Joshi <kunal1.joshi@intel.com>2021-07-27 09:49:38 +0530
commit2602325df9f1e73dab5c1605c384944446ea59a2 (patch)
tree930e02109b77a8633365770345787c5161c262af /tests/intel-ci
parent424c22fc55e78cd03a210bca63759be2be37d734 (diff)
tests/intel-ci: Remove hang tests from pre-merge blacklist
Remove kms_(busy|flip)-*hang* tests from pre-merge blacklist Below are the results on shards-tglb: |---------------------|-------------|---------------| | Test | Before | After | |---------------------|-------------|---------------| | kms_busy | ~8.3 mins | ~4.1 mins | |---------------------|-------------|---------------| | kms_flip@.*-hang-.* | ~4 mins | ~2 mins | |---------------------|-------------|---------------| Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem@intel.com> Reviewed-by: Karthik B S <karthik.b.s@intel.com>
Diffstat (limited to 'tests/intel-ci')
-rw-r--r--tests/intel-ci/blacklist-pre-merge.txt39
1 files changed, 0 insertions, 39 deletions
diff --git a/tests/intel-ci/blacklist-pre-merge.txt b/tests/intel-ci/blacklist-pre-merge.txt
index 115474d9..dc6095ea 100644
--- a/tests/intel-ci/blacklist-pre-merge.txt
+++ b/tests/intel-ci/blacklist-pre-merge.txt
@@ -72,45 +72,6 @@ igt@gem_exec_alignment@.*
###############################################################################
-# These 4 tests are covering an edge case which should never be hit by users
-# unless we already are in a bad situation, yet they are responsible for a
-# significant portion of our execution time:
-#
-# - shard-skl: 2% (~5 minutes)
-# - shard-kbl: 4% (~5 minutes)
-# - shard-apl: 2.7% (~5 minutes)
-# - shard-glk: 4.5% (~10 minutes)
-# - shard-icl: 2.5% (~5 minutes)
-# - shard-tgl: 3.5% (~7 minutes)
-#
-# Issue: https://gitlab.freedesktop.org/drm/intel/issues/1284
-#
-# Data acquired on 2020-02-20 by Martin Peres
-###############################################################################
-igt@kms_flip@flip-vs-modeset-vs-hang(-interruptible)?
-igt@kms_flip@flip-vs-panning-vs-hang(-interruptible)?
-
-
-###############################################################################
-# These 28 tests are covering an edge case which should never be hit by users
-# unless we already are in a bad situation, yet they are responsible for a
-# significant portion of our execution time:
-#
-# - shard-skl: 1.7% (~4 minutes)
-# - shard-kbl: 2.8% (~3.5 minutes)
-# - shard-apl: 2.2% (~4 minutes)
-# - shard-glk: 1.8% (~4 minutes)
-# - shard-icl: 1.9% (~4 minutes)
-# - shard-tgl: 2.8% (~5.5 minutes)
-#
-# Issue: https://gitlab.freedesktop.org/drm/intel/issues/1285
-#
-# Data acquired on 2020-02-20 by Martin Peres
-###############################################################################
-igt@kms_busy@.*hang.*
-
-
-###############################################################################
# This test is reading one file at a time while being suspended, which makes
# testing extremelly slow. This is a developer-only feature which is also used
# by IGT extensively so removing it may make it harder for developers to