From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 92B91D806CB for ; Thu, 3 Aug 2023 11:44:56 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=0hvea/EWpVacuMPJgglg2k+C3oiQv5vsyhs7xRoemsA=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding:Content-Type; s=20140610; t=1691063095; v=1; b=E4IfRmasu1N5YmzB5GdJsN+I/OFdjvO+IeuIjKae3gBFswsbFxRDBOK/TKdVJD4sLJGTmTJP 7xTmKGMnu1Q2x/6QFI6W9rw+6/0ulQo+pC6k61CMjMJCNzJmoB+bQ8plQt0661XI3u4JhII29GB HL9fn7LnSxT1UX9ekn3BTFng= X-Received: by 127.0.0.2 with SMTP id W0dKYY7687511xOYCllZgj50; Thu, 03 Aug 2023 04:44:55 -0700 X-Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mx.groups.io with SMTP id smtpd.web10.12560.1691063094634997522 for ; Thu, 03 Aug 2023 04:44:54 -0700 X-Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-671-oWceNyTBM-GlNLOF6sifTA-1; Thu, 03 Aug 2023 07:44:49 -0400 X-MC-Unique: oWceNyTBM-GlNLOF6sifTA-1 X-Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id DCB98381C162; Thu, 3 Aug 2023 11:44:48 +0000 (UTC) X-Received: from osteffen-laptop.redhat.com (unknown [10.39.194.106]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0CF0B40C1258; Thu, 3 Aug 2023 11:44:46 +0000 (UTC) From: "Oliver Steffen" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Bob Feng , Gerd Hoffmann , Jiewen Yao , Jordan Justen , Liming Gao , Michael D Kinney , Michael Kubacki , Rebecca Cran , Sean Brogan , Yuwei Chen , Laszlo Ersek , Oliver Steffen Subject: [edk2-devel] [PATCH v1 4/4] CI: Increase time limit of "Run to shell" task to 4 minutes Date: Thu, 3 Aug 2023 13:44:25 +0200 Message-ID: <20230803114425.318246-5-osteffen@redhat.com> In-Reply-To: <20230803114425.318246-1-osteffen@redhat.com> References: <20230803114425.318246-1-osteffen@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,osteffen@redhat.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: fCp3FGFztNJuM6ZpoMMIjrj3x7686176AA= Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=E4IfRmas; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=redhat.com (policy=none) The current job time limit of 2 minutes is just a little bit too short for running Qemu in SMP mode. Signed-off-by: Oliver Steffen --- .azurepipelines/templates/platform-build-run-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azurepipelines/templates/platform-build-run-steps.yml b/.azurepipelines/templates/platform-build-run-steps.yml index 8be46cda0e2d..098078ffaca9 100644 --- a/.azurepipelines/templates/platform-build-run-steps.yml +++ b/.azurepipelines/templates/platform-build-run-steps.yml @@ -116,7 +116,7 @@ steps: filename: stuart_build arguments: -c ${{ parameters.build_file }} TOOL_CHAIN_TAG=${{ parameters.tool_chain_tag}} TARGET=${{ parameters.build_target}} -a ${{ parameters.build_arch}} ${{ parameters.build_flags}} ${{ parameters.run_flags }} --FlashOnly condition: and(and(gt(variables.pkg_count, 0), succeeded()), eq(variables['Run'], true)) - timeoutInMinutes: 2 + timeoutInMinutes: 4 # Copy the build logs to the artifact staging directory - task: CopyFiles@2 -- 2.41.0 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107538): https://edk2.groups.io/g/devel/message/107538 Mute This Topic: https://groups.io/mt/100524069/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-