Hi all, On Mon, Jun 27, 2022 at 12:23:55AM +0200, Mark Wielaard wrote: > The compile-only builders, glibc-debian-i386, glibc-debian-ppc64, > glibc-fedora-ppc64le, glibc-fedora-s390x, glibc-opensuseleap-x86_64 > and glibc-opensusetw-x86_64 are all green. The builds are pretty quick > (using ccache) and take a couple of minutes at most. So they run on > each separate commit to the master branch. There is now also a glibc-rawhide-x86_64 builder. https://builder.sourceware.org/buildbot/#/builders/glibc-rawhide-x86_64 > There are currently two builders which do a make && make check. > glibc-fedora-x86_64 and glibc-fedrawhide-x86_64. The first is a > container build of fedora-latest (f36). The second is a fedora rawhide > VM. > > The container builder has a couple of failures for which I just sent > patches. With those patches the build should turn green. At which > point we can also use it to detect test regressions. > > Doing a full make && make check in the container takes ~15 to ~20 > minutes and so isn't don't on every individual build, but batches up > changes till there have been none for 10 minutes. So it won't run > behind. It should detect a commit that caused a regression within 30 > minutes. All test results (including all .out files) are uploaded into > the bunsendb for analysis: > https://builder.sourceware.org/testruns/?has_keyvalue_like_k=testrun.git_describe&has_keyvalue_like_v=%25glibc%25 > > Not all hardware is powerful enough to do a full make check on every > commit. But it would be good to make them do some real tests and not > just do a compile-only run. Is there a good, small, quick, sub-test > that could be added? For now I have added a make subdirs=elf -jncpus check step. This seems to have a couple of hundred tests which should be quick enough to run on all builders. Test results are uploaded to the bunsendb for comparison between distr/arches. Builders all seem to be green (except for the full testrun builders of course), but the glibc-fedora-ppc64le builder has one FAIL: FAIL: elf/tst-ldconfig-bad-aux-cache https://builder.sourceware.org/buildbot/#/builders?tags=glibc https://builder.sourceware.org/buildbot/#/builders/127/builds/35 Frank, I cannot find the corresponding bunsen test results for that build under https://builder.sourceware.org/testruns/ did I make a mistake in the bunsen upload step? Cheers, Mark