Request for SIM/QEMU automation script#14007
Conversation
|
@GUIDINGLI That's a great idea! I run these scripts daily at GitHub Actions:
GitHub Actions won't run OSTest correctly for 64-bit QEMU. I run these scripts on my computer instead:
I'm not sure why GitHub Actions is failing for 64-bit QEMU. Here's what I discovered: |
|
Here's another option: We can run the Milk-V Duo S Emulator in GitHub Actions: https://lupyuen.github.io/articles/sg2000b This morning we caught a Serial Driver problem during the Daily Auto-Test: Normally it runs like this: |
Fix on : |
|
This might be helpful when something breaks: This script will Auto-Test the Past 50 Commits on NuttX QEMU knsh64: https://github.com/lupyuen/nuttx-riscv64/blob/main/special-qemu-riscv-knsh64.sh#L42-L56 |
Great, hope you can integrate them to our CI earlier. |
Signed-off-by: ligd <liguiding1@xiaomi.com>
Summary
Hi all,
Here open a new PR just for :
Requesting SIM/QEMU automation script
Especially the compile cmd, run cmd.
Recently we push lots of PR to the community, but some of them have regression, like:
#13651
So can someone/anyone share your automation script to us.
Then we can integrate it to CI, and catch the regression.
Impact
None
Testing
None
@masayuki2009
@fdcavalcanti
@lupyuen