From patchwork Fri Nov 13 17:39:52 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Jackson X-Patchwork-Id: 11904359 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 83D581391 for ; Fri, 13 Nov 2020 17:40:42 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 53B4720791 for ; Fri, 13 Nov 2020 17:40:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 53B4720791 Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=xenproject.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from list by lists.xenproject.org with outflank-mailman.26834.55346 (Exim 4.92) (envelope-from ) id 1kdd3J-0004xx-JA; Fri, 13 Nov 2020 17:40:01 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 26834.55346; Fri, 13 Nov 2020 17:40:01 +0000 X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kdd3J-0004xq-GC; Fri, 13 Nov 2020 17:40:01 +0000 Received: by outflank-mailman (input) for mailman id 26834; Fri, 13 Nov 2020 17:40:00 +0000 Received: from xenbits.xenproject.org ([104.239.192.120]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kdd3I-0004xl-S9 for xen-devel@lists.xenproject.org; Fri, 13 Nov 2020 17:40:00 +0000 Received: from iwj (helo=mynotebook.example.org) by xenbits.xenproject.org with local-bsmtp (Exim 4.92) (envelope-from ) id 1kdd3I-0003on-MU for xen-devel@lists.xenproject.org; Fri, 13 Nov 2020 17:40:00 +0000 Received: from [172.18.45.5] (helo=zealot.relativity.greenend.org.uk) by mariner.uk.xensource.com with esmtp (Exim 4.89) (envelope-from ) id 1kdd3G-0001i3-Q2; Fri, 13 Nov 2020 17:39:58 +0000 Received: from xenbits.xenproject.org ([104.239.192.120]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kdd3I-0004xl-S9 for xen-devel@lists.xenproject.org; Fri, 13 Nov 2020 17:40:00 +0000 Received: from iwj (helo=mynotebook.example.org) by xenbits.xenproject.org with local-bsmtp (Exim 4.92) (envelope-from ) id 1kdd3I-0003on-MU for xen-devel@lists.xenproject.org; Fri, 13 Nov 2020 17:40:00 +0000 Received: from [172.18.45.5] (helo=zealot.relativity.greenend.org.uk) by mariner.uk.xensource.com with esmtp (Exim 4.89) (envelope-from ) id 1kdd3G-0001i3-Q2; Fri, 13 Nov 2020 17:39:58 +0000 From: Ian Jackson To: xen-devel@lists.xenproject.org Cc: Ian Jackson Subject: [OSSTEST PATCH] cr-daily-branch: Sort out retest build reuse Date: Fri, 13 Nov 2020 17:39:52 +0000 Message-Id: <20201113173952.29800-1-iwj@xenproject.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Retest flights ought to reuse precisely the builds from the flight which prompts the retests. mg-adjust-flight-makexrefs is the wrong tool for this job. It can often leave the retry flights with no build jobs and no references to the main flights' build jobs, so the results are just broken jobs. Signed-off-by: Ian Jackson --- cr-daily-branch | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cr-daily-branch b/cr-daily-branch index e54ca227..6ec3aa62 100755 --- a/cr-daily-branch +++ b/cr-daily-branch @@ -529,9 +529,8 @@ END $retry_jobs ) - ./mg-adjust-flight-makexrefs -v $rflight \ - --branch=$branch --revision-osstest=$narness_rev \ - '^build-*' --debug --blessings=real + ./cs-adjust-flight -D $rflight \ + runvar-build-set . . "^$rflight\\." $flight. if [ "${OSSTEST_SIMULATE_FAIL_RETRY+y}" = y ]; then export OSSTEST_SIMULATE_FAIL="${OSSTEST_SIMULATE_FAIL_RETRY}"