Skip to content

ci: Derive kernel version for Yocto Builds#212

Merged
sgaud-quic merged 2 commits into
qualcomm-linux:mainfrom
sgaud-quic:main
May 19, 2026
Merged

ci: Derive kernel version for Yocto Builds#212
sgaud-quic merged 2 commits into
qualcomm-linux:mainfrom
sgaud-quic:main

Conversation

@sgaud-quic
Copy link
Copy Markdown
Contributor

Instead of hardcoding the kernel version (e.g. "6.18") in the post-merge Yocto workflow, extract it from the Yocto Build.

Changes:

  • build_yocto/action.yml: add Get Kernel Version step reading from Yocto build.
  • build-yocto.yml: bubble kernel_version output from compile_yocto job up to the workflow-level outputs
  • post-merge-yocto.yml: replace hardcoded "6.18" with needs.build_yocto.outputs.kernel_version

Instead of hardcoding the kernel version (e.g. "6.18") in the
post-merge Yocto workflow, extract it from the Yocto Build.

Changes:
- build_yocto/action.yml: add Get Kernel Version step reading
  from Yocto build.
- build-yocto.yml: bubble kernel_version output from compile_yocto
  job up to the workflow-level outputs
- post-merge-yocto.yml: replace hardcoded "6.18" with
  needs.build_yocto.outputs.kernel_version

Signed-off-by: Salendarsingh Gaud <sgaud@qti.qualcomm.com>
Add a nightly_report job to post-merge-yocto.yml that runs after
all test matrix jobs complete and generates a consolidated report
posted to GITHUB_STEP_SUMMARY.

The report contains three sections:
- Header: branch, short commit SHA (linked), run URL
- LAVA Jobs: links to each submitted LAVA job (from job_info artifacts)
- Test Matrix: cross-board pass/fail/skip table with emoji indicators
- Summary: per-target counts of pass/fail/skip/total

Signed-off-by: Salendarsingh Gaud <sgaud@qti.qualcomm.com>
@sgaud-quic sgaud-quic merged commit a9ba5dd into qualcomm-linux:main May 19, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant