[isar-cip-core][PATCH v3 0/3] Enable debian forky build & test support
| Newsgroups | org.cip-project.lists.cip-dev |
|---|---|
| Message-ID | <[email protected]> |
From: Shivanand Kunijadar <[email protected]> This patch series adds the debian forky based image build & CI test support. It enables SWUpdate, secure boot, security tests in LAVA and RB in gitlab CI. NOTE: - The existing .reproducible-check-ci.yml is updated to support forky images reproducibility check. No need to add the exta scheduled pipeline for forky, the current scheduled pipeline covers both trixie and forky. The forky builds and RB tests are kept with allowed failure option as true. - Updated authors list for .gitlab-ci.yml & .reproducible-check-ci.yml Shivanand Kunijadar (3): .gitlab-cip.yml: Change CI variable to CI_RUN_UNSTABLE Enable the support of Debian forky based builds Enable CI image build and test support for forky .gitlab-ci.yml | 152 +++++++++++++++++- .reproducible-check-ci.yml | 72 +++++++++ Kconfig | 4 + conf/distro/cip-core-forky.conf | 13 ++ kas/opt/forky.yml | 15 ++ .../files/forky/PkKek-1-snakeoil.key | 30 ++++ .../files/forky/PkKek-1-snakeoil.pem | 23 +++ .../swupdate-certificates/files/forky | 1 + start-qemu.sh | 2 + 9 files changed, 310 insertions(+), 2 deletions(-) create mode 100644 conf/distro/cip-core-forky.conf create mode 100644 kas/opt/forky.yml create mode 100644 recipes-devtools/secure-boot-secrets/files/forky/PkKek-1-snakeoil.key create mode 100644 recipes-devtools/secure-boot-secrets/files/forky/PkKek-1-snakeoil.pem create mode 120000 recipes-devtools/swupdate-certificates/files/forky -- 2.39.5