ci: bump lava-test-plans and testkit refs, add sm8750-mtp to qcom-distro#2768
Open
Anil (qcom-anilyada) wants to merge 3 commits into
Open
ci: bump lava-test-plans and testkit refs, add sm8750-mtp to qcom-distro#2768Anil (qcom-anilyada) wants to merge 3 commits into
Anil (qcom-anilyada) wants to merge 3 commits into
Conversation
Dmitry Baryshkov (lumag)
requested changes
Jul 21, 2026
Dmitry Baryshkov (lumag)
left a comment
Contributor
There was a problem hiding this comment.
Please read the contributing docs.
lava-test-plans is pinned to an older commit that lacks the sm8750-mtp device profile, blocking that device from being added to test coverage. Bump LAVA_TEST_PLANS_REF to a20c74e to pick it up. Signed-off-by: Anil Yadav <anilyada@qti.qualcomm.com>
qcom-distro premerge is pinned to testkit-2026.07.12, which lacks DIAG userspace functional validation and MSM/KGSL graphics stack coverage for kmscube, so those checks never run. Bump TESTKIT_REF to testkit-2026.07.19 to pick these up. Signed-off-by: Anil Yadav <anilyada@qti.qualcomm.com>
sm8750-mtp has no boot or premerge coverage in the qcom-distro device lists, though lava-test-plans now carries a device profile for it. Add sm8750-mtp to the qcom-distro boot and premerge device lists so it gets exercised. Signed-off-by: Anil Yadav <anilyada@qti.qualcomm.com>
Anil (qcom-anilyada)
force-pushed
the
ci/add-pakala-premerge
branch
from
July 21, 2026 16:43
6302916 to
0efbcdb
Compare
Contributor
Author
|
created atomic commits, please check |
Dmitry Baryshkov (lumag)
approved these changes
Jul 21, 2026
Dmitry Baryshkov (lumag)
left a comment
Contributor
There was a problem hiding this comment.
This needs to go through next testing though.
Ricardo Salveti (ricardosalveti)
approved these changes
Jul 21, 2026
Test Results 66 files 312 suites 9h 13m 52s ⏱️ For more details on these failures, see this check. Results for commit 0efbcdb. |
Contributor
Contributor
Author
|
can we trigger this again, the workflow above failed with below issues (unrelated to current PR) with tracking tickets: |
Koen Kooi (koenkooi)
approved these changes
Jul 22, 2026
Koen Kooi (koenkooi)
left a comment
Contributor
There was a problem hiding this comment.
Updated commits look good to me.
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.
qcom-distro premerge was pinned to lava-test-plans commit 1d5707e and testkit-2026.07.12, neither of which carries support for the sm8750-mtp device: lava-test-plans had no device profile for it, and testkit lacked DIAG userspace functional validation along with MSM/KGSL graphics stack coverage for kmscube.
Bump LAVA_TEST_PLANS_REF to a20c74e to pick up the sm8750-mtp device profile (excludes the camera testplan and ethernet test), bump TESTKIT_REF to testkit-2026.07.19 to pick up the new DIAG testcase and its helpers plus the kmscube MSM/KGSL graphics stack support, and add sm8750-mtp to the qcom-distro boot and premerge device lists so it is exercised by these checks.
Anil Yadav anilyada@qti.qualcomm.com