-
Notifications
You must be signed in to change notification settings - Fork 3k
Move connectivity cellular stubs #14834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@rajkan01, thank you for your changes. |
9a209c4
to
474e9fa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Ci started |
Jenkins CI Test : ❌ FAILEDBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
474e9fa
to
7acd11f
Compare
Pull request has been modified.
…ellular dir Move the connectivity cellular into the connectivity/cellular component directory. So we can avoid duplicating the mbed-os source tree in a central UNITTESTS folder.
- Previously all cellular header made as a part of the mbed-headers-connectivity library. To make it easier to separate all the cellular headers into the separate mbed-headers-cellular library and keep them as part of cellular stub CMake. This makes the cellular stubs more self-contained and improves the composition of the library. - Update all unit test that depends on cellular headers with mbed-headers-cellular library
Previously the connectivity cellular stub library depended on `mbed-headers`, which is a collection of all available headers in mbed-os. To make it easier to separate the library, only depend on the headers we're using.
7acd11f
to
d8add9e
Compare
@rajkan01 Before your latest force pushes, Jenkins CI failed but Travis passed if I remember correctly. Maybe Jenkins uses CLI 1 ( |
@LDong-Arm I always tried |
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 2 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rajkan01 Thanks. LGTM.
@ARMmbed/mbed-os-maintainers For PRs related to unit test stubs, shall we do CI + merge one PR at a time (instead of all in parallel), as rebase after merge conflicts is needed quite often. |
I'll coordinate with Raj |
Summary of changes
fixes #14794
mbed-headers
, which is a collection of all available headers in mbed-os. To make it easier to separate the library, only depend on the headers it uses.Impact of changes
None.
Migration actions required
None
Documentation
To be updated
Pull request type
Test results
Reviewers