ci/world: add qcom-distro - #2199
Jose Quaresma (quaresmajose) wants to merge 1 commit into
Conversation
f447dd4 to
7339acb
Compare
7339acb to
1817ed1
Compare
|
This pull request has been marked as stale due to 30 days of inactivity. To prevent automatic closure in 5 days, remove the stale label or add a comment. You can reopen a closed pull request at any time. |
1817ed1 to
46aab5a
Compare
Dmitry Baryshkov (lumag)
left a comment
There was a problem hiding this comment.
Doesn't build:
ERROR: Nothing PROVIDES 'Qualcomm-XFCE-demo-image'
ERROR: Required build target 'qcom-xfce-demo-image' has no buildable providers.
Missing or unbuildable dependency chain was: ['qcom-xfce-demo-image', 'Qualcomm-XFCE-demo-image']
But, frankly speaking, I think this belongs only to meta-qcom-distro.
|
Yeah, fix proposed in qualcomm-linux/meta-qcom-distro#409 |
46aab5a to
92a79ba
Compare
Dmitry Baryshkov (lumag)
left a comment
There was a problem hiding this comment.
This should be a part of qcom-distro rather than meta-qcom.
I disagree. Since the qcom-distro layer is also under our control and in our responsibility, we must prevent regressions originating from the BSP layer and also from all the other other layers which are controlled here by kas. |
|
Yes. However it should be done other way, like we discussed in Torino: moving integration CI to qcom-distro. If we merge this, then merging anything in case of major breakage affecting several layers would become very troublesome. |
|
In my opinion, CI should exactly follow the layer dependencies. Meta-qcom depends only on OE-core, so it should also build and verify against OE-core only. The distro has multiple dependencies, binding then together. Then the distro should build and test the integration. |
|
I also agree with that, but currently there are already some discrepancies between the CIs, and the one from meta-com is the one in the best condition. |
We keep adding more things, but they still don't go in that direction, I should change my priorities for this, but new things keep popping up. I'll put it in draft mode just for myself while I fix the pending build issues. |
92a79ba to
9279ebb
Compare
We also need to validate that everything in qcom-distro continues to function whenever changes are submitted. Signed-off-by: Jose Quaresma <jose.quaresma@oss.qualcomm.com>
9279ebb to
1c0d62f
Compare
|
Proproposed in qcom-distro qualcomm-linux/meta-qcom-distro#469 |
We also need to validate that everything in qcom-distro continues to
function whenever changes are submitted.