diff mbox series

[isar-cip-core,5/5] .gitlabci.yml: Add secure-boot and swupdate build

Message ID 20210527131741.8828-6-Quirin.Gylstorff@siemens.com (mailing list archive)
State Handled Elsewhere
Headers show
Series Add ci for secure-boot and swupdate | expand

Commit Message

Quirin Gylstorff May 27, 2021, 1:17 p.m. UTC
From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
---
 .gitlab-ci.yml               | 11 +++++++++++
 kas/opt/ebg-snakeoil-swu.yml | 17 +++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 100644 kas/opt/ebg-snakeoil-swu.yml
diff mbox series

Patch

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 44ade3e..9d9ced0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -173,3 +173,14 @@  build:qemu-amd64-swupdate:
     wic_targz: disable
     targz: disable
     deploy: disable
+
+build:qemu-amd64-secure-boot-swu:
+  extends:
+    - .build_base
+  variables:
+    target: qemu-amd64
+    extention: ebg-snakeoil-swu
+    use_rt: disable
+    wic_targz: disable
+    targz: disable
+    deploy: disable
diff --git a/kas/opt/ebg-snakeoil-swu.yml b/kas/opt/ebg-snakeoil-swu.yml
new file mode 100644
index 0000000..e4dd98f
--- /dev/null
+++ b/kas/opt/ebg-snakeoil-swu.yml
@@ -0,0 +1,17 @@ 
+#
+# CIP Core, generic profile
+#
+# Copyright (c) Siemens AG, 2021
+#
+# Authors:
+#  Quirin Gylstorff <quirin.gylstorff@siemens.com>
+#
+# SPDX-License-Identifier: MIT
+#
+
+header:
+  version: 10
+  includes:
+   - ebg-secure-boot-snakeoil.yml
+   - swupdate.yml
+