From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A3D76C4167B for ; Wed, 29 Nov 2023 17:22:47 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r8Nsu-0004hN-C9; Wed, 29 Nov 2023 11:58:00 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r8Nst-0004dz-1j for qemu-devel@nongnu.org; Wed, 29 Nov 2023 11:57:59 -0500 Received: from mail-wm1-x333.google.com ([2a00:1450:4864:20::333]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1r8Nsr-00010F-Hy for qemu-devel@nongnu.org; Wed, 29 Nov 2023 11:57:58 -0500 Received: by mail-wm1-x333.google.com with SMTP id 5b1f17b1804b1-40b4746ae51so28359905e9.2 for ; Wed, 29 Nov 2023 08:57:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1701277076; x=1701881876; darn=nongnu.org; h=content-transfer-encoding:mime-version:message-id:date:user-agent :references:in-reply-to:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=BF0WsKY8zAGsrs/mGWJd2fM9bhE9+AnmOo9yKHngfB0=; b=HgkVuZaW8h/uSINhAwE+AUeGLAKtX0P0WoqCnB9LT1AMTPMlDwNJ4HrzS/sczFee2C GwwNkUld/7gEDqck69d1Xp9ZwEXEAAQJtUp3WTN3Oy2jkF6DsrGUzg2eepw0YU0YRxpU B1n7XueP0+4eNXFckxVmf/pXuEZNYkMA8eaZlTJry1St3l4zSlEnDqOfokh8IdRFt+SM ZGyNWUiQOC2HMubM3GGOo/LA53nfp7iIlXVow1dH+/skXpG1FIhiOG5ISXECqXRvjdbD 7kksxAC6e/AMzgu+nLIylAcar3tXXQpnudWFTOcJTVJ3USYbiDsLtAC7+2I5MyLWrIq5 yMyw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701277076; x=1701881876; h=content-transfer-encoding:mime-version:message-id:date:user-agent :references:in-reply-to:subject:cc:to:from:x-gm-message-state:from :to:cc:subject:date:message-id:reply-to; bh=BF0WsKY8zAGsrs/mGWJd2fM9bhE9+AnmOo9yKHngfB0=; b=KQ9Dku8VRQaVHrS6TYy/xMmRlhVLu+1UOA5Wyrlam2HuLe7ZVhJy3XZuWNQLCVZ6sd N8342u9QGvUCATGHf71TmdfEEiC52XG529PTBBDW3Wbz6ZtAiXfJkH/aGOu8zouNHWmj cy8U4ZYnpHE/ZflZj7Sv0X9HOcq8RWCxosuAIiBEODCcz4mpi1C1b4fT5Qvxn9ZyTUFX L6ERSer1EmVBEe99Xim5wuQxfBzvMYBoB5oDVHhyIwjx0L0Kqhkfb8w+brkQTUKJmq1S mws2qtNtzo74xzk8Fm/PIVFOYTB+UqGptVDeNBf6WG9owYniGtErKrhrBN2ha88X6L2n RsjQ== X-Gm-Message-State: AOJu0YzX0e4ppPj7j/SHx2URmO1Uxg/fApQliaPoqtaguSolgcvwqg3v cKRwdk7N0ELS5uSk0pS47bYZJg== X-Google-Smtp-Source: AGHT+IG8jrpwMvX26E1id8I58Q5M2fNw5j57wVIIaXpQQeDUT5nmJy6H+OVVM8EndD0yduhf9Bzh6A== X-Received: by 2002:a05:600c:3553:b0:40b:42e2:1c53 with SMTP id i19-20020a05600c355300b0040b42e21c53mr9084734wmq.13.1701277075926; Wed, 29 Nov 2023 08:57:55 -0800 (PST) Received: from draig.lan ([85.9.250.243]) by smtp.gmail.com with ESMTPSA id fm24-20020a05600c0c1800b0040b3e26872dsm2929223wmb.8.2023.11.29.08.57.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 29 Nov 2023 08:57:55 -0800 (PST) Received: from draig (localhost [IPv6:::1]) by draig.lan (Postfix) with ESMTP id 4D4B25F7AF; Wed, 29 Nov 2023 16:57:55 +0000 (GMT) From: =?utf-8?Q?Alex_Benn=C3=A9e?= To: Stefan Hajnoczi Cc: Philippe =?utf-8?Q?Mathieu-Daud=C3=A9?= , Daniel P. =?utf-8?Q?Berrang=C3=A9?= , =?utf-8?Q?C=C3=A9dric?= Le Goater , Peter Maydell , QEMU Developers Subject: Re: QEMU Summit Minutes 2023 In-Reply-To: (Stefan Hajnoczi's message of "Wed, 29 Nov 2023 10:53:00 -0500") References: <87edgjf2v4.fsf@draig.linaro.org> <68337349-a8c7-4520-a381-a359bf8f8438@linaro.org> User-Agent: mu4e 1.11.25; emacs 29.1 Date: Wed, 29 Nov 2023 16:57:55 +0000 Message-ID: <877cm08pkc.fsf@draig.linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2a00:1450:4864:20::333; envelope-from=alex.bennee@linaro.org; helo=mail-wm1-x333.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Stefan Hajnoczi writes: > To give a picture of the state of the CI, I'd say it fails 80% of the > time. Usually 2 or 3 of the tests fail randomly from a group of <10 > tests that commonly fail randomly. Do you have a list anywhere? > > In order for the CI to be usable to submaintainers I think it should > _pass_ at least 90% of the time. > > There is still some way to go but I think this goal is achievable in > the next 2 or 3 months because the set of problematic tests is not > that large. > > Stefan --=20 Alex Benn=C3=A9e Virtualisation Tech Lead @ Linaro