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 CAACDC43334 for ; Tue, 19 Jul 2022 15:05:56 +0000 (UTC) Received: from localhost ([::1]:44904 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oDonL-0006ti-QR for qemu-devel@archiver.kernel.org; Tue, 19 Jul 2022 11:05:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39638) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oDolB-0004wI-5X for qemu-devel@nongnu.org; Tue, 19 Jul 2022 11:03:41 -0400 Received: from relay2-d.mail.gandi.net ([2001:4b98:dc4:8::222]:44889) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oDol4-0006qQ-Vz for qemu-devel@nongnu.org; Tue, 19 Jul 2022 11:03:40 -0400 Received: (Authenticated sender: no-reply@qemu.org) by mail.gandi.net (Postfix) with ESMTPSA id 6778340013 for ; Tue, 19 Jul 2022 15:03:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 From: GitLab Bot To: Subject: [python-qemu-qmp MR #10] GitLab: Omit pages job on merge_request_event pipelines Date: Tue, 19 Jul 2022 15:03:24 -0000 Message-ID: <165824300493.16404.4558647356699827571.no-reply@qemu.org> X-GitLab-MergeRequest-ID: 166624892 X-GitLab-Project-Id: 35575318 X-GitLab-Project-Path: qemu-project/python-qemu-qmp X-GitLab-Project: python-qemu-qmp X-QEMU-GitLab-MR-IID: 10 X-QEMU-GitLab-MR-URL: https://gitlab.com/qemu-project/python-qemu-qmp/-/merge_requests/10 X-QEMU-GitLab-Username: jsnow Received-SPF: pass client-ip=2001:4b98:dc4:8::222; envelope-from=no-reply@qemu.org; helo=relay2-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, 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" Author: John Snow - https://gitlab.com/jsnow Merge Request: https://gitlab.com/qemu-project/python-qemu-qmp/-/merge_reques= ts/10 ... from: jsnow/python-qemu-qmp:fix_pipelines ... into: qemu-project/python-qemu-qmp:main As I found out when Thomas went to submit a job, merge pipelines from a fork accidentally select this job -- which will then fail as none of the prior jobs are included in such pipelines. (Thanks to Dan for diagnosing the misconfiguration.) Suggested-by: Daniel P. Berrang=C3=A9 Signed-off-by: John Snow --- This is an automated message. This bot will only relay the creation of new me= rge requests and will not relay review comments, new revisions, or concluded merg= es. Please follow the GitLab link to participate in review.