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 lists1p.gnu.org (lists1p.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 D5514CD8CB2 for ; Wed, 10 Jun 2026 11:39:37 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists1p.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1wXHHM-00068h-13; Wed, 10 Jun 2026 07:39:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists1p.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1wXHHK-00067l-Mm for qemu-devel@nongnu.org; Wed, 10 Jun 2026 07:39:26 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.129.124]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1wXHHJ-0000td-D9 for qemu-devel@nongnu.org; Wed, 10 Jun 2026 07:39:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1781091563; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6u9mbwFA586O45NQ8GJ4PZAwfWC/D6r7pPv9yyz5lhk=; b=XHtPk5s9FjcpB+pIBgcx1SAsxlnnpfon6W7MEjgye9lQvkowLPmoCFeDzm6lTE7NWPzEEo h9jVjoKYeBWNNaQudXi1n3hLkqDD22nkDeLz0HZpYaI2v+CNqkc3eysAYtri6oypbHTg07 BY4lO1693fsMmobF3eSltNfC7wepAc8= Received: from mx-prod-mc-06.mail-002.prod.us-west-2.aws.redhat.com (ec2-35-165-154-97.us-west-2.compute.amazonaws.com [35.165.154.97]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-121-sKLtpHeLMKGNc0ODy4LRTQ-1; Wed, 10 Jun 2026 07:39:22 -0400 X-MC-Unique: sKLtpHeLMKGNc0ODy4LRTQ-1 X-Mimecast-MFC-AGG-ID: sKLtpHeLMKGNc0ODy4LRTQ_1781091561 Received: from mx-prod-int-10.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-10.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.95]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-06.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 3CC231800D85; Wed, 10 Jun 2026 11:39:21 +0000 (UTC) Received: from redhat.com (unknown [10.44.33.216]) by mx-prod-int-10.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 93654364F7; Wed, 10 Jun 2026 11:39:18 +0000 (UTC) Date: Wed, 10 Jun 2026 13:39:16 +0200 From: Kevin Wolf To: Daniel =?iso-8859-1?Q?P=2E_Berrang=E9?= Cc: Fiona Ebner , Stefan Hajnoczi , qemu-block@nongnu.org, stefanha@redhat.com, qemu-devel@nongnu.org Subject: Re: [PULL 0/8] Block layer patches Message-ID: References: <20260608165207.307488-1-kwolf@redhat.com> <3982600a-61a1-406a-b1b9-246ae6d9a606@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Scanned-By: MIMEDefang 3.6 on 10.30.177.95 Received-SPF: pass client-ip=170.10.129.124; envelope-from=kwolf@redhat.com; helo=us-smtp-delivery-124.mimecast.com X-Spam_score_int: -24 X-Spam_score: -2.5 X-Spam_bar: -- X-Spam_report: (-2.5 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.445, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 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: qemu development 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 Am 10.06.2026 um 13:17 hat Daniel P. Berrangé geschrieben: > You just got unlucky with the new expanded CI testing introduced when > my pull request was merged a few days ago. Previously gitlab CI only > tested qcow2 and raw, and so compat with other drivers was "best effort" > after the fact. > > Now the gitlab CI runs I/O tests across 10 drivers, so it needs to > work before merge, which is something contributors didn't need to > think about before now. > > If you push a branch to your gitlab fork and trigger CI, you'll see > the results in the "block" job in the pipeline results. Technically true, but who has the CI minutes to actually do this? I don't think we've figured out a solution yet how people (or at least maintainers) can use QEMU's minutes from the open source program prior to sending a patch series or pull request. Or have we? Kevin