On 05/06/2020 16.34, Tom Rini wrote: > On Fri, Jun 05, 2020 at 04:23:21PM +0200, Stefan Roese wrote: >> On 05.06.20 16:18, Rasmus Villemoes wrote: >>> On 05/06/2020 15.37, Stefan Roese wrote: >>>> Could you please run a build test with this patch applied for all >>>> boards (Travis, Azure...)? >>> >>> I may need a few more pointers than that. What am I supposed to do exactly? >> >> Not sure if there is some documentation on how to use the Travis, >> Gitlab or Azure build. It mainly uses buildman [1] internally, so you >> can use buildman locally if you don't want to push the build into >> the cloud. > > So, here's a recently-I-learned. If you submit a pull request on GitHub > to https://github.com/u-boot/u-boot that will trigger Travis and Azure > runs: > https://travis-ci.org/github/u-boot/u-boot/pull_requests > and somewhere under: > https://dev.azure.com/u-boot/u-boot/_build?definitionId=2&_a=summary > > Note that sometimes Travis will have connectivity failures and you have > to be me to tell it to re-run the job. Azure only has failures when we > get those to-be-debugged random failures of sandbox/qemu targets. >
Thanks! FWIW, https://travis-ci.org/github/u-boot/u-boot/builds/695074829 and https://dev.azure.com/u-boot/u-boot/_build/results?buildId=713&view=results are all green - but how many of those actually build wdt-uclass.c I don't know. Rasmus