RDK-60748: Add telemetry logging for iarmmgr with native build#170
RDK-60748: Add telemetry logging for iarmmgr with native build#170yuvaramachandran-gurusamy wants to merge 2 commits into
Conversation
Update native_full_build.yml
There was a problem hiding this comment.
Pull request overview
This PR enables the existing “native full build” GitHub Actions workflow job for the iarmmgrs component by removing the hard-disabled condition, so CI will actually execute the native build steps on pushes/PRs.
Changes:
- Removed
if: falseto allow thebuild-entservices-on-prjob to run. - Fixed the indentation/formatting of the
cov_build.shstep line in the workflow.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
| build-entservices-on-pr: | ||
| name: Build iarmmgrs component in github rdkcentral | ||
| if: false | ||
| runs-on: ubuntu-latest |
There was a problem hiding this comment.
The PR title indicates adding telemetry logging for iarmmgr/iarmmgrs, but this change only enables the existing native build workflow (removes if: false). Please either update the PR title/description to match the actual change (CI enablement) or include the corresponding telemetry logging changes in this PR so the scope is consistent.
Update cov_build.sh
No description provided.