From faf7e47a38cba2ffe0e3b0ded38bbde9e2e09466 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Fri, 6 May 2022 09:34:45 -0400 Subject: [PATCH] ci: add qemuarm-secureboot Signed-off-by: Jon Mason --- .gitlab-ci.yml | 6 ++++++ ci/qemuarm-secureboot.yml | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 ci/qemuarm-secureboot.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fcc405c6..40e00fc0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -187,6 +187,12 @@ qemuarm64: matrix: - VIRT: xen +qemuarm-secureboot: + extends: .build + parallel: + matrix: + - TESTING: testimage + qemuarm: extends: .build parallel: diff --git a/ci/qemuarm-secureboot.yml b/ci/qemuarm-secureboot.yml new file mode 100644 index 00000000..2fa8ef08 --- /dev/null +++ b/ci/qemuarm-secureboot.yml @@ -0,0 +1,6 @@ +header: + version: 11 + includes: + - ci/base.yml + +machine: qemuarm-secureboot