apps/testing:move atomic,cpuload,getprime,smp and timerjitter folders to the new sched folder#2974
Conversation
|
[Experimental Bot, please feedback here] No, this PR description does not fully meet the NuttX requirements. While it provides a summary and mentions testing, it lacks crucial details. Here's a breakdown of what's missing and how to improve it: Summary:
Impact: While the impact section addresses some points, it lacks detail and omits others:
Testing:
Example of an improved PR description: This improved description provides a much clearer and more complete picture of the changes and their impact, fulfilling the requirements of a NuttX PR. Remember to tailor the specifics to your actual changes and testing. |
|
Thank you @txy-21 :-) Would you like to move selected applications to |
d9a099c to
0ae0e37
Compare
… to the new sched folder Signed-off-by: tengshuangshuang <tengshuangshuang@xiaomi.com>
0ae0e37 to
28c0181
Compare
The PR apache#2974 first moved it to `testing/sched/cpuload` and the Make.defs was adjusted accordingly. However, during the review process, it was moved to `system/cpuload` folder, but its Make.defs wasn't updated. This commit fixes it. Signed-off-by: Tiago Medicci <tiago.medicci@espressif.com>
The PR #2974 first moved it to `testing/sched/cpuload` and the Make.defs was adjusted accordingly. However, during the review process, it was moved to `system/cpuload` folder, but its Make.defs wasn't updated. This commit fixes it. Signed-off-by: Tiago Medicci <tiago.medicci@espressif.com>
Summary
This is one step that merge test case as discussed in #2931.
Create new sched folder, move atomic,cpuload,getprime,smp and timerjitter folders to the new sched folder
Impact
This PR only affects the apps/testing folder, changing the location of some subfolders under this folder.
new folder : sched
move : atomic,cpuload,getprime,smp and timerjitter
Testing
CI test.