CloudHv: Add CI for CloudHv on AArch64
Add the long lost CI for CloudHv on AArch64. As CloudHv CI works nearly the same way with other VMMs like KvmTool, thus we can easily create its CI configuration based on KvmTool. Reviewed-by: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Jianyong Wu <jianyong.wu@arm.com> Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
This commit is contained in:
committed by
mergify[bot]
parent
b8a3eec88c
commit
59a952d9ab
@@ -140,6 +140,19 @@ jobs:
|
||||
Build.Target: "RELEASE"
|
||||
Run: false
|
||||
|
||||
CLOUDHV_AARCH64_DEBUG:
|
||||
Build.File: "$(package)/PlatformCI/CloudHvBuild.py"
|
||||
Build.Arch: "AARCH64"
|
||||
Build.Flags: ""
|
||||
Build.Target: "DEBUG"
|
||||
Run: false
|
||||
CLOUDHV_AARCH64_RELEASE:
|
||||
Build.File: "$(package)/PlatformCI/CloudHvBuild.py"
|
||||
Build.Arch: "AARCH64"
|
||||
Build.Flags: ""
|
||||
Build.Target: "RELEASE"
|
||||
Run: false
|
||||
|
||||
workspace:
|
||||
clean: all
|
||||
|
||||
|
Reference in New Issue
Block a user