Now the nightly build include all most boards under arm, mips, risc-v, sim and x86, there is still some improvement need from community: 1.Some boards under arm, risc-v and sim still can't pass the build, you can see the full list here(start with -): https://github.com/apache/incubator-nuttx-testing/blob/master/testlist/fulllist.dat 2.All boards under avr, hc, misoc, or1k, renesas, xtensa, z16 and z80 don't enable nightly build yet, the toolchain download need add to: https://github.com/apache/incubator-nuttx-testing/blob/master/cibuild.sh The board for new arch need add to: https://github.com/apache/incubator-nuttx-testing/blob/master/testlist/fulllist.dat The build script is designed to make this type of modification very easily. 3.The build system still has some nasty concurrent issue, which make the build fail at the random place sometime 4.There are serveal hundred warnings need us to fix, you can read today's log here: https://builds.apache.org/blue/organizations/jenkins/NuttX-Nightly-Build/detail/NuttX-Nightly-Build/45/pipeline/ And the history list here: https://builds.apache.org/blue/organizations/jenkins/NuttX-Nightly-Build/activity If you are interested to improve any of them, please submit PR to: https://github.com/apache/incubator-nuttx-testing Haitao will integrate NuttX build system with github workflow in the next couple day to improve the daily commit quallity. It's very helpful that the above issues get reolsved in this timeslot, so we can the product qaulity CI system.
Thanks Xiang On Thu, Feb 27, 2020 at 4:19 PM Haitao Liu <liugu...@gmail.com> wrote: > > Hi, all: > > NuttX nightly build is coming now: > > https://builds.apache.org/job/NuttX-Nightly-Build/ > > Now it's a freestyle project CI job. It could switch to pipeline CI job > later which is more functional as Miguel has proposaled. > > Nightly build job schedule settings as below: > > a. Build Triggers: > The job would be scheduled to build at 12:30 AM every day. > > b. Post-build Email > E-mail will be sent to dev@nuttx.apache.org when a build fails, becomes > unstable or returns to stable. > > For example, the latest successful nigthly build is in here: > https://builds.apache.org/job/NuttX-Nightly-Build/45/display/redirect > > Since the nightly build result will send to dev list, all of us can help to > fix the build break in time.