ci/kas-container-shell-helper: run with the build's kas configuration - #3109
Merged
Anuj Mittal (anujm1) merged 1 commit intoSep 11, 2026
Merged
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>
Test Results 119 files + 51 715 suites +396 6h 20m 58s ⏱️ - 5h 16m 5s For more details on these failures, see this check. Results for commit 1a392b2. ± Comparison against base commit bc1ff3a. This pull request removes 4 and adds 22 tests. Note that renamed tests count towards both.♻️ This comment has been updated with latest results. |
Koen Kooi (koenkooi)
approved these changes
Sep 10, 2026
Koen Kooi (koenkooi)
left a comment
Contributor
There was a problem hiding this comment.
The commit message needed a 3rd read before I caught on, but the change is good.
Jose Quaresma (quaresmajose)
approved these changes
Sep 10, 2026
Anuj Mittal (anujm1)
approved these changes
Sep 11, 2026
Anuj Mittal (anujm1)
merged commit Sep 11, 2026
2e2c53e
into
qualcomm-linux:master
242 of 243 checks passed
Contributor
|
Successfully created backport PR for |
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.
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.