[Backport wrynose] ci/kas-container-shell-helper: run with the build's kas configuration - #3124
Open
quic-yocto-ci wants to merge 1 commit into
Open
[Backport wrynose] ci/kas-container-shell-helper: run with the build's kas configuration#3124quic-yocto-ci wants to merge 1 commit into
quic-yocto-ci wants to merge 1 commit into
Conversation
The helper always starts kas with ci/base.yml, so the buildstats step between a job's world and image builds rewrites bblayers.conf for a smaller layer set. bitbake then treats its parse cache as stale and the image build parses all 3851 recipes again instead of loading them, 40 s against about 10 s for a cache hit, on each of the 36 nightly jobs that build world. Use KAS_YAMLS when the caller exports it, as compile.yml does, and keep ci/base.yml as the default for the layer checks. Assisted-by: Claude Code:claude-fable-5 Signed-off-by: Ricardo Salveti <ricardo.salveti@oss.qualcomm.com> (cherry picked from commit 1a392b2)
Anuj Mittal (anujm1)
approved these changes
Sep 11, 2026
Test Results 68 files - 12 319 suites - 104 6h 8m 58s ⏱️ - 1h 6m 50s For more details on these failures, see this check. Results for commit 8f2fcdd. ± Comparison against base commit 1ac3faa. ♻️ This comment has been updated with latest results. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Backport of #3109 to
wrynose.