diff --git a/.github/workflows/build-yocto.yml b/.github/workflows/build-yocto.yml index 67def1217..4184b91b1 100644 --- a/.github/workflows/build-yocto.yml +++ b/.github/workflows/build-yocto.yml @@ -256,10 +256,10 @@ jobs: - name: qcom-distro-catchall yamlfile: ':ci/qcom-distro-catchall.yml' - name: debug - yamlfile: ':ci/qcom-distro-catchall.yml:ci/debug.yml' - profile: full + yamlfile: ':ci/qcom-distro-catchall.yml:ci/debug.yml:ci/nospdx.yml' + profile: weekly - name: performance - yamlfile: ':ci/qcom-distro-catchall.yml:ci/performance.yml' + yamlfile: ':ci/qcom-distro-catchall.yml:ci/performance.yml:ci/nospdx.yml' profile: full kernel: - type: default @@ -281,6 +281,14 @@ jobs: name: qcom-distro-catchall kernel: type: rt-6.18-distro-kvm + - distro: + name: debug + kernel: + type: rt-6.18-distro-kvm + - distro: + name: performance + kernel: + type: rt-6.18-distro-kvm # Exclude jobs from compile_warm_up - machine: glymur-crd distro: diff --git a/ci/debug.yml b/ci/debug.yml index 5c2e6e2c1..cb342fe16 100644 --- a/ci/debug.yml +++ b/ci/debug.yml @@ -5,7 +5,7 @@ local_conf_header: debug-build: | DEBUG_BUILD = "1" IMAGE_GEN_DEBUGFS = "1" - IMAGE_FSTYPES_DEBUGFS = "tar.bz2" + IMAGE_FSTYPES_DEBUGFS = "tar.zst" cmdline-dbg: | KERNEL_CMDLINE_EXTRA_FTRACE = "ftrace=tracing_on trace_buf_size=5M trace_event=timer:timer_expire_entry,timer:timer_expire_exit,timer:hrtimer_cancel,timer:hrtimer_expire_entry,timer:hrtimer_expire_exit,timer:hrtimer_init,timer:hrtimer_start,irq:*,workqueue:*,sched:sched_migrate_task,sched:sched_pi_setprio,sched:sched_switch,sched:sched_wakeup,sched:sched_wakeup_new,power:clock_set_rate,power:clock_enable,power:clock_disable,power:cpu_frequency,regulator:*,thermal:thermal_zone_trip,thermal:thermal_temperature,thermal:cdev_update,rpmh:rpmh_send_msg" diff --git a/ci/nospdx.yml b/ci/nospdx.yml new file mode 100644 index 000000000..f15d6658e --- /dev/null +++ b/ci/nospdx.yml @@ -0,0 +1,8 @@ +# yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json + +header: + version: 14 + +local_conf_header: + nospdx: | + IMAGE_CLASSES:remove = "create-spdx-image-3.0"