glymur-crd: fix display-gfx filename typo and add pre-merge exclusions#58
Conversation
|
Here are the passed jobs on the generated yaml:
Ready to merge. Please review. |
| @@ -9,6 +9,7 @@ | |||
| ]%} | |||
|
|
|||
| {# Exclude camera testplan for this device #} | |||
There was a problem hiding this comment.
the comment says “Exclude camera testplan”, but the list now excludes camera, display-gfx, and gstr-video. It would be clearer to update it to “Exclude unsupported pre-merge testplans for this device”.
There was a problem hiding this comment.
updated for this file and created another commit to fix the same for other files
655afae to
dc2844e
Compare
| 'echo "STORAGE=nvme" >> $IMAGE_PATH/flash.settings' | ||
| ]%} | ||
|
|
||
| {# Exclude camera testplan for this device #} |
lumag
left a comment
There was a problem hiding this comment.
The commit messages don't capture, why the tests are excluded. Is it a temporal measure until the kernel gets necessary patches or is it a permanent state, etc.
Rename pre-merge-dispaly-gfx to pre-merge-display-gfx to correct the misspelling of "display" in both the testcase and testplan files. Signed-off-by: Anil Yadav <anilyada@qti.qualcomm.com>
Temporarily exclude pre-merge-camera, pre-merge-display-gfx, and pre-merge-gstr-video testplans for the glymur-crd device until the kernel receives the necessary patches. For the meta-qcom project, temporarily exclude WiFi_Firmware_Driver, WiFi_OnOff, DSP_AudioPD, and fastrpc_test from the pre-merge test suite pending the required kernel fixes. Signed-off-by: Anil Yadav <anilyada@qti.qualcomm.com>
Replace the outdated "Exclude camera testplan" comment with "Exclude unsupported testplans" across iq-8275-evk, iq-x7181-evk, qcs615-ride, qcs8300-ride-sx, qcs9100-ride-sx, and rb1-core-kit device files. Signed-off-by: Anil Yadav <anilyada@qti.qualcomm.com>
dc2844e to
8145ad3
Compare
did rebase, resolved conflicts and updated the commit message mentioning that its a temporary exclusion until kernel patches arrive. |
Fix a typo in the pre-merge-display-gfx filename (dispaly → display) across the testcase and testplan files.
Add pre-merge testplan exclusions for glymur-crd, excluding pre-merge-camera, pre-merge-display-gfx, and pre-merge-gstr-video from the device's test suite.
For the meta-qcom project, exclude WiFi_Firmware_Driver, WiFi_OnOff, DSP_AudioPD, and fastrpc_test tests from the pre-merge test suite.
I'll be sharing the passed job, post that we can merge this.
Signed-off-by: Anil Yadav anilyada@qti.qualcomm.com