Closed miri64 closed 3 years ago
Quick test run started over at https://github.com/RIOT-OS/RIOT/actions/runs/903351779.
Mhhh maybe we should have waited with the merge before that run was complete... so let's cross our fingers that it works ;-)
:tada: Task 1.2 passed, but tasks (iotlab_creds)
failed. However, this is due to all tasks being deselected in that one, so all good :-).
Mhhh we should have had a look at the log output in the artifacts as well, because the builds are not quieter...
Whenever scrolling through the
release-tests
log, I waste a lot of time scrolling through the build log which in most cases is not really interesting. Now thatQUIETER
was introduced in https://github.com/RIOT-OS/RIOT/pull/16513 we can use that to prevent that. If for any reason, we want to check the modules used, we still can usemake info-modules
(which would have the added benefit that it also lists pseudo-modules).