
On Sat, Mar 05, 2022 at 09:06:36PM +0800, Huang Jianan wrote:
在 2022/3/4 3:15, Tom Rini 写道:
On Thu, Mar 03, 2022 at 10:51:18PM +0800, Huang Jianan wrote:
Hi Tom,
Would you mind taking some time to check if this version meets the requirements ?So we could have a chance to be merged into the next version ?
I have triggered a CI via Github PR based on this version : https://github.com/u-boot/u-boot/pull/133
It seems fine, yes. The thing about that PR is that it doesn't use a custom build of the Docker container that also has the tools, so the FS tests aren't actually run. I'll do that when I get to testing and applying this, but if you can do that before hand to ensure the tests really do run and pass, especially on Azure where things can be a tiny bit trickier (since source directory is enforced read-only), that would be great.
I verified the test on my own machine, but I overlooked that the container used in CI is prebuilt ... I replaced the container in the .azure-pipelines.yml with my own build and re-triggered the CI on this PR. Now I can see from the log that the newly added test_erofs is working properly.
Great, thanks for confirming!