Replies: 3 comments
-
You can run a test you are interested in by using the option This is the line I've used to test kernel tests against ARC arch:
Depending on the tests and arch, |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for the wrap up of how to restrict the tests to the tests of interest, I'll definitely use that in the future. I'm asking myself, however, is if the contribution guideline should be changed to state that one should "identify the tests which could be affected by ones change and run those", instead of giving the commands to run all tests and thus send a newbie down a road of full disks :) |
Beta Was this translation helpful? Give feedback.
-
@jachatzi https://github.com/zephyrproject-rtos/zephyr/runs/6335112164?check_suite_focus=true#step:12:5 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All,
I'm currently working on my very first PR here.
The contribution guideline says one shall run twister locally before starting the PR by running:
So I did yesterday evening and soon saw first fails, which however seemed not to be related to my changes. Hence I started another machine and started the twister tests there too, but this time with the state of master of which i branched off.
Soon I saw falling tests there too. Also the tests took ages on both machines. So i called it a day.
Fast forward to this morning: I found both machines with full disks (both machines are rather potent in regards of processing power and disk size.)
Thus, now I'm wondering: Have I done something wrong or does the instruction in the contribution guidelines come from older times where there weren't that much tests and one could easily run them all locally?
Beta Was this translation helpful? Give feedback.
All reactions