Create meta-qcom-distro as a copy of meta-qcom#12
Create meta-qcom-distro as a copy of meta-qcom#12mwasilew merged 1 commit intoqualcomm-linux:masterfrom
Conversation
|
@lumag is the intention to have the same set of devices and same metadata for meta-qcom and meta-qcom-distro? |
At least for now (and most likely for the next few months) |
mwasilew
left a comment
There was a problem hiding this comment.
In lava-test-plans action in meta-qcom we're making the following call:
lava-test-plans --dry-run --variables "${VARS_OUT_PATH}/gh-variables.ini" --test-plan "${GITHUB_REPOSITORY#*/}/${{ inputs.distro_name }}/${{ inputs.testplan }}"
This expects test plan directory to be named the same way as github repository. In this case it would be meta-qcom-distro. This directory is missing from the patch. We can either add it to lava-test-plans or change the action to drop this requirement.
Added. |
|
@lumag I tried it after the changes and it doesn't work. From what I read python packaging ignores directory symlinks. I think all directory structure has to be in place. You can get away with file symlinks. |
In preparation for meta-qcom-distro support, copy non-generic files and create necessary symlinks pointing to meta-qcom, ensuring that tests at meta-qcom and meta-qcom-distro can run the same tests. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
|
@mwasilew done |
|
Let's merge it and let @qcom-anilyada add more devices to meta-qcom-distro as well |
In preparation for meta-qcom-distro support, copy non-generic files and create necessary symlinks pointing to meta-qcom, ensuring that tests at meta-qcom and meta-qcom-distro can run the same tests.