From: "Sami Mujawar" <sami.mujawar@arm.com>
To: <devel@edk2.groups.io>
Cc: Sami Mujawar <sami.mujawar@arm.com>, <ardb+tianocore@kernel.org>,
<leif@nuviainc.com>, <sean.brogan@microsoft.com>,
<Bret.Barkelew@microsoft.com>, <michael.d.kinney@intel.com>,
<gaoliming@byosoft.com.cn>, <lersek@redhat.com>,
<Matteo.Carlini@arm.com>, <Ben.Adderson@arm.com>, <nd@arm.com>
Subject: [PATCH v1 2/2] ArmVirtPkg/.azurepipelines: Add Kvmtool to platform CI matrix
Date: Fri, 22 Jan 2021 17:19:41 +0000 [thread overview]
Message-ID: <20210122171941.30724-3-sami.mujawar@arm.com> (raw)
In-Reply-To: <20210122171941.30724-1-sami.mujawar@arm.com>
Add Kvmtool firmware build to the platform CI matrix.
Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
---
ArmVirtPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml | 45 +++++++++++++++++++-
1 file changed, 44 insertions(+), 1 deletion(-)
diff --git a/ArmVirtPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml b/ArmVirtPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml
index b07e3199f14307c16df0b16b5eff076a3a798b04..4c8de30eb7c9cb5de5a62f663c556869d4843106 100644
--- a/ArmVirtPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml
+++ b/ArmVirtPkg/PlatformCI/.azurepipelines/Ubuntu-GCC5.yml
@@ -6,6 +6,7 @@
# Toolchain: GCC5
#
# Copyright (c) Microsoft Corporation.
+# Copyright (c) 2021, Arm Limited. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
trigger:
@@ -22,6 +23,7 @@ jobs:
vm_image: 'ubuntu-18.04'
should_run: true
run_flags: "MAKE_STARTUP_NSH=TRUE QEMU_HEADLESS=TRUE"
+ kvmtool_flags: "--dsc ArmVirtPkg/ArmVirtKvmTool.dsc"
#Use matrix to speed up the build process
strategy:
@@ -68,7 +70,48 @@ jobs:
Build.Target: "NOOPT"
Run.Flags: $(run_flags)
Run: $(should_run)
-
+ KVMTOOL_AARCH64_DEBUG:
+ Build.File: "$(package)/PlatformCI/PlatformBuild.py"
+ Build.Arch: "AARCH64"
+ Build.Flags: $(kvmtool_flags)
+ Build.Target: "DEBUG"
+ Run.Flags: ""
+ Run: false
+ KVMTOOL_AARCH64_RELEASE:
+ Build.File: "$(package)/PlatformCI/PlatformBuild.py"
+ Build.Arch: "AARCH64"
+ Build.Flags: $(kvmtool_flags)
+ Build.Target: "RELEASE"
+ Run.Flags: ""
+ Run: false
+ KVMTOOL_AARCH64_NOOPT:
+ Build.File: "$(package)/PlatformCI/PlatformBuild.py"
+ Build.Arch: "AARCH64"
+ Build.Flags: $(kvmtool_flags)
+ Build.Target: "NOOPT"
+ Run.Flags: ""
+ Run: false
+ KVMTOOL_ARM_DEBUG:
+ Build.File: "$(package)/PlatformCI/PlatformBuild.py"
+ Build.Arch: "ARM"
+ Build.Flags: $(kvmtool_flags)
+ Build.Target: "DEBUG"
+ Run.Flags: ""
+ Run: false
+ KVMTOOL_ARM_RELEASE:
+ Build.File: "$(package)/PlatformCI/PlatformBuild.py"
+ Build.Arch: "ARM"
+ Build.Flags: $(kvmtool_flags)
+ Build.Target: "RELEASE"
+ Run.Flags: ""
+ Run: false
+ KVMTOOL_ARM_NOOPT:
+ Build.File: "$(package)/PlatformCI/PlatformBuild.py"
+ Build.Arch: "ARM"
+ Build.Flags: $(kvmtool_flags)
+ Build.Target: "NOOPT"
+ Run.Flags: ""
+ Run: false
workspace:
clean: all
--
'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)'
next prev parent reply other threads:[~2021-01-22 17:20 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-22 17:19 [PATCH v1 0/2] Enable EKDII core CI support for Kvmtool Sami Mujawar
2021-01-22 17:19 ` [PATCH v1 1/2] ArmVirtPkg/PlatformCI: Add EDKII " Sami Mujawar
2021-02-23 22:31 ` [edk2-devel] " Sean
2021-02-25 14:31 ` 回复: " gaoliming
2021-02-25 14:39 ` Sami Mujawar
2021-02-25 15:15 ` 回复: " gaoliming
2021-02-25 21:58 ` Sean
2021-02-25 22:01 ` 回复: " Sean
2021-01-22 17:19 ` Sami Mujawar [this message]
2021-01-22 21:53 ` [edk2-devel] [PATCH v1 0/2] Enable EKDII core " Laszlo Ersek
2021-01-25 1:30 ` 回复: " gaoliming
2021-02-11 10:57 ` Sami Mujawar
2021-02-11 11:05 ` Ard Biesheuvel
2021-02-23 18:36 ` [edk2-devel] " Sami Mujawar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210122171941.30724-3-sami.mujawar@arm.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox