tests: Moved BOARD_INSUFFICIENT_MEMORY to Makefile.ci#12484
tests: Moved BOARD_INSUFFICIENT_MEMORY to Makefile.ci#12484benpicco merged 3 commits intoRIOT-OS:masterfrom
Conversation
smlng
left a comment
There was a problem hiding this comment.
minor comment(s), otherwise looks good. If Murdock is happy this should be good to go.
01725ee to
f7662fe
Compare
|
@smlng: Thanks for nothing that. I added the missing |
|
Damn, I should have hit the green button on #12411 already 😉 (or just waited a couple more days) |
benpicco
left a comment
There was a problem hiding this comment.
Same change as for examples, makes maintaining those lists much easier.
|
CI not happy, some whitespace error, please fix and amend directly. |
e106731 to
5abb44b
Compare
|
Please wait a moment before merging |
cad540b to
597900d
Compare
|
Using the silver searcher I could use this to find some Maybe some check like this could be added to travis, if someone knows how to do this best? |
Code has changed since. (But I would happy if you could ACK again!)
|
I think the computer can do a much better job at keeping those lists properly formatted, humans shouldn't be required to meticulously craft those manually. |
|
ACKs don't loose their validity if you push something 😉 |
I think that @MichelRottleuthner told me during FGSN that he wouldn't like it if I would wait for his ACK, than force push completely different stuff and hit the merge button before he can revoke his ACK, and then blame him cause he gave the ACK. (I cannot recall why he told me that so specifically 😆) |
|
Oha. Merge conflict 😢 I'm on it. |
- BOARD_BLACKLIST has been used to blacklist boards with too little RAM/ROM according to the comment ==> Moved those entries to BOARD_INSUFFICIENT_MEMORY instead - pic32-clicker does build fine, so RAM/ROM efficiency has improved since ==> Dropped pic32-clicker from the list
- Moved the BOARD_INSUFFICIENT_MEMORY list into Makefile.ci - Formatted the list to contain one board per line - Sorted the lists alphabetically
597900d to
4f3d336
Compare
|
Just squash the last two commits. |
- Enforce that all applications do not manage BOARD_INSUFFICIENT_MEMORY in the Makefile - Match also "BOARD_INSUFFICIENT_MEMORY +=", not only "BOARD_INSUFFICIENT_MEMORY :=" or "BOARD_INSUFFICIENT_MEMORY =".
4f3d336 to
b6d23b5
Compare
benpicco
left a comment
There was a problem hiding this comment.
The code is still good.
Contribution description
BOARD_INSUFFICIENT_MEMORYfromMakefiletoMakefile.ciBOARD_INSUFFICIENT_MEMORYdoes not sneak back intoMakefilesTesting procedure
Issues/PRs references
Follow up to #12406