[OS-BUILD PATCH] Enable merge-rt pipeline

2024-02-15 Thread Don Zickus (via Email Bridge)
From: Don Zickus Enable merge-rt pipeline Add the gitlab-ci.yaml changes to enable a scheduled pipeline. Also modify the ark-merge-rt.sh script to use OS_BUILD_BASE as the base for the rt and automotive branches if they don't already exist. This avoids the giant config creation output if we us

Re: [OS-BUILD PATCH] Enable merge-rt pipeline

2024-02-15 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2942#note_1775588099 Tested by hacking in test-os-build again (some day I will be smarter and use @mh21's ideas): https://gitlab.com/cki-project/kernel-ark/-/jobs/6185272673 -- ___

[OS-BUILD PATCHv2] Enable merge-rt pipeline

2024-02-15 Thread Don Zickus (via Email Bridge)
From: Don Zickus Enable merge-rt pipeline Add the gitlab-ci.yaml changes to enable a scheduled pipeline. Also modify the ark-merge-rt.sh script to use OS_BUILD_BASE as the base for the rt and automotive branches if they don't already exist. This avoids the giant config creation output if we us

Re: [OS-BUILD PATCHv2] Enable merge-rt pipeline

2024-02-15 Thread Don Zickus (via Email Bridge)
From: Don Zickus on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2942#note_1775590899 Forgot to add DIST_PUSH=1 option to actually push the branches: os-build-rt- automated, os-build-rt-devel, os-build-automotive-devel -- ___ ker

[OS-BUILD PATCHv5 1/2] redhat/kernel.spec: add uki_addons to create UKI kernel cmdline addons

2024-02-15 Thread Emanuele Giuseppe Esposito (via Email Bridge)
From: Emanuele Giuseppe Esposito redhat/kernel.spec: add uki_addons to create UKI kernel cmdline addons Upstream Status: RHEL-Only The folder redhat/addons will contain all addons configs specifying the UKI kernel cmdline addons to be created in the next build. An addon config is simply a .addo

[OS-BUILD PATCHv5 0/2] redhat/kernel.spec: add uki_addons to create UKI kernel cmdline addons

2024-02-15 Thread Emanuele Giuseppe Esposito (via Email Bridge)
From: Emanuele Giuseppe Esposito on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2917 We want to enable kernel.spec to optionally ship UKI addons defined in a common config file in redhat folder. The folder redhat/addons will contain all addons configs speci

[OS-BUILD PATCHv5 2/2] redhat/uki_cmdline_addons.conf: add FIPS addon

2024-02-15 Thread Emanuele Giuseppe Esposito (via Email Bridge)
From: Emanuele Giuseppe Esposito redhat/uki_cmdline_addons.conf: add FIPS addon Upstream Status: RHEL-Only The fips addon simply enable fips in the kernel command line. Signed-off-by: Emanuele Giuseppe Esposito diff --git a/redhat/addons/fips.addon b/redhat/addons/fips.addon new file mode 10