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