>> > I see that the Azure failure is: >> > https://dev.azure.com/u-boot/u-boot/_build/results?buildId=10824&view=results >> > which was the unfortunate "next is broken because master has a fix and >> > next has a test that needed updating now" that happened this week with >> > -rc5 being merged. Sorry about that, it's fixed now. >> >> Yes, my question got lost somewhere else, so let me ask here as well. >> >> I need the tests to run on the test.dts and not the default sandbox.dts. >> The documentation states to use -T for that when doing the checks >> locally. Unfortunately, the Azure pipelines do use the default sandbox >> DT. I can add few mostly useless nodes to the default DTS for the tests >> to pass, but I feel like this is not the correct approach. >> >> Is there a way to tell Azure to run some of the unit tests (especially >> the DM ones) only with the test DT? > > I saw the older email first, sorry. But I think the docs have become > disconnected from how things have been done practically.
No problem :-) Okay, if using sandbox.dts is the correct way to do, I'll finally fix the pipelines with the remaining issues and submit a v6. Thanks a lot for clarifying, it is much appreciated. Miquèl