From patchwork Tue Jan 5 22:58:44 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefano Stabellini X-Patchwork-Id: 12000453 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-24.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 246CEC433E0 for ; Tue, 5 Jan 2021 22:59:04 +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 BEA3122EBE for ; Tue, 5 Jan 2021 22:59:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BEA3122EBE Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.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.62218.110066 (Exim 4.92) (envelope-from ) id 1kwvHy-00036i-Nr; Tue, 05 Jan 2021 22:58:54 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 62218.110066; Tue, 05 Jan 2021 22:58:54 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kwvHy-00036X-KZ; Tue, 05 Jan 2021 22:58:54 +0000 Received: by outflank-mailman (input) for mailman id 62218; Tue, 05 Jan 2021 22:58:53 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1kwvHx-00030R-CD for xen-devel@lists.xenproject.org; Tue, 05 Jan 2021 22:58:53 +0000 Received: from mail.kernel.org (unknown [198.145.29.99]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id 314513df-bb53-472b-acfb-883f77fa6ebe; Tue, 05 Jan 2021 22:58:48 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 38345230FA; Tue, 5 Jan 2021 22:58:47 +0000 (UTC) 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" X-Inumbo-ID: 314513df-bb53-472b-acfb-883f77fa6ebe DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1609887527; bh=4/ZOhJJoO9bRXaJSQwwhoEyBdlkDxu6In1n3JrReNrI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=QjA3FucPSSMdpsEKnOtC/5N2O4Rc1RqXXPvaSfm3zApKm1ZwynP85am24J6LbLZ7a ZvaLwdJ5ydutqiy2lBfBFmgND5hefxmUUUtqx6iUaLqcXDjZeIGNEaBecBGsJwQd9h lDPir6fAznywebagV2gK1tfyysR+TRg65xL07FOnB/3yu/01Z5TT+mYwZI8SD0P3cp fQVJ4Le+si7kpn9CwAjHPkDG2EBvxBpMOSOMt5FBig5b1BUOc+JRNLRtAL4Mg7EwfL bYm9FLt6xE3sgbgS3RA+yHPuyHvOY5lxT8HEsdRtkTvlNb/NDSxg4SADzKtnymlJ8i qrzvsoX0FMdkw== From: Stefano Stabellini To: andrew.cooper3@citrix.com, cardoe@cardoe.com, wl@xen.org Cc: sstabellini@kernel.org, xen-devel@lists.xenproject.org, Stefano Stabellini Subject: [PATCH 2/3] automation: add a job to import qemu-system-aarch64 into the pipeline Date: Tue, 5 Jan 2021 14:58:44 -0800 Message-Id: <20210105225845.30346-2-sstabellini@kernel.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: References: In order to use the pre-built test-artifacts/qemu-system-aarch64 binary for our tests, first we need to import it into the pipeline. Let's do that the same way we did it for the kernel and Alpine Linux filesystem: by creating a special job for it. Signed-off-by: Stefano Stabellini --- automation/gitlab-ci/build.yaml | 11 +++++++++++ automation/gitlab-ci/test.yaml | 2 ++ 2 files changed, 13 insertions(+) diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml index e5246828f8..db68dd0b69 100644 --- a/automation/gitlab-ci/build.yaml +++ b/automation/gitlab-ci/build.yaml @@ -494,3 +494,14 @@ kernel-5.9.9-arm64-export: tags: - arm64 +qemu-system-aarch64-5.2.0-arm64-export: + stage: build + image: registry.gitlab.com/xen-project/xen/tests-artifacts/qemu-system-aarch64:5.2.0-arm64v8 + script: + - mkdir binaries && cp /qemu-system-aarch64 binaries/qemu-system-aarch64 + artifacts: + paths: + - binaries/qemu-system-aarch64 + tags: + - arm64 + diff --git a/automation/gitlab-ci/test.yaml b/automation/gitlab-ci/test.yaml index 9448651187..91a10febbf 100644 --- a/automation/gitlab-ci/test.yaml +++ b/automation/gitlab-ci/test.yaml @@ -33,6 +33,7 @@ qemu-alpine-arm64-gcc: - alpine-3.12-gcc-arm64 - alpine-3.12-arm64-rootfs-export - kernel-5.9.9-arm64-export + - qemu-system-aarch64-5.2.0-arm64-export artifacts: paths: - smoke.serial @@ -56,6 +57,7 @@ qemu-smoke-arm64-gcc: dependencies: - debian-unstable-gcc-arm64 - kernel-5.9.9-arm64-export + - qemu-system-aarch64-5.2.0-arm64-export artifacts: paths: - smoke.serial