From patchwork Tue Jul 17 13:30:30 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Wilson X-Patchwork-Id: 10529409 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id DDD896020A for ; Tue, 17 Jul 2018 13:30:47 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DF71A29254 for ; Tue, 17 Jul 2018 13:30:47 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C93DE2923F; Tue, 17 Jul 2018 13:30:47 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00, MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 7CDC82925E for ; Tue, 17 Jul 2018 13:30:47 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B091789B66; Tue, 17 Jul 2018 13:30:46 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from fireflyinternet.com (mail.fireflyinternet.com [109.228.58.192]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0419289B66; Tue, 17 Jul 2018 13:30:44 +0000 (UTC) X-Default-Received-SPF: pass (skip=forwardok (res=PASS)) x-ip-name=78.156.65.138; Received: from haswell.alporthouse.com (unverified [78.156.65.138]) by fireflyinternet.com (Firefly Internet (M1)) with ESMTP id 12378634-1500050 for multiple; Tue, 17 Jul 2018 14:30:30 +0100 From: Chris Wilson To: intel-gfx@lists.freedesktop.org Date: Tue, 17 Jul 2018 14:30:30 +0100 Message-Id: <20180717133030.10515-1-chris@chris-wilson.co.uk> X-Mailer: git-send-email 2.18.0 Subject: [Intel-gfx] [PATCH i-g-t] intel-ci: Move uABI hang testing to shards X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: igt-dev@lists.freedesktop.org, Tomi Sarvela MIME-Version: 1.0 Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" X-Virus-Scanned: ClamAV using ClamSMTP The foundational property of the driver to reset and recover hung hardware is covered by drv_selftests/live_hangcheck; that is all we need inside BAT. Beyond that checking the uABI behaves under hangs, and even wedging, remains covered by post-ff testing in the shards. Signed-off-by: Chris Wilson Cc: Tomi Sarvela Cc: Petri Latvala Cc: Martin Peres --- tests/intel-ci/blacklist.txt | 2 +- tests/intel-ci/fast-feedback.testlist | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt index d65d8ff35..1d1652964 100644 --- a/tests/intel-ci/blacklist.txt +++ b/tests/intel-ci/blacklist.txt @@ -4,7 +4,7 @@ igt@meta_test(@.*)? ############################################### igt@drv_selftest(@.*)? igt@drm_mm(@.*)? -igt@gem_busy@.*hang.* +igt@gem_busy@(?!.*basic).*hang.* igt@gem_close_race@(?!.*basic).* igt@gem_concurrent_blit(@.*)? igt@gem_cs_prefetch(@.*)? diff --git a/tests/intel-ci/fast-feedback.testlist b/tests/intel-ci/fast-feedback.testlist index 55f649b11..7ec6dd9f0 100644 --- a/tests/intel-ci/fast-feedback.testlist +++ b/tests/intel-ci/fast-feedback.testlist @@ -10,7 +10,6 @@ igt@gem_basic@bad-close igt@gem_basic@create-close igt@gem_basic@create-fd-close igt@gem_busy@basic-busy-default -igt@gem_busy@basic-hang-default igt@gem_close_race@basic-process igt@gem_close_race@basic-threads igt@gem_cpu_reloc@basic @@ -47,7 +46,6 @@ igt@gem_exec_create@basic igt@gem_exec_fence@basic-busy-default igt@gem_exec_fence@basic-wait-default igt@gem_exec_fence@basic-await-default -igt@gem_exec_fence@await-hang-default igt@gem_exec_fence@nb-await-default igt@gem_exec_gttfill@basic igt@gem_exec_nop@basic-parallel @@ -130,7 +128,6 @@ igt@gem_ringfill@basic-default igt@gem_ringfill@basic-default-interruptible igt@gem_ringfill@basic-default-forked igt@gem_ringfill@basic-default-fd -igt@gem_ringfill@basic-default-hang igt@gem_sync@basic-all igt@gem_sync@basic-each igt@gem_sync@basic-many-each