poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH builder.git] master.cfg: add GNU poke builder


From: Frank Ch. Eigler
Subject: Re: [PATCH builder.git] master.cfg: add GNU poke builder
Date: Sun, 20 Nov 2022 08:17:23 -0500

Hi -

> I think config.log should cover all the useful information config.status
> and config.cache contains, so maybe we could also omit saving those?
> WDYT?

Other builder.sourceware.org projects that use both check & distcheck
import the two sets of configury/test results into separate bunsen
testruns, so they can be separately tracked.  See also:


gdb_factory.addStep(make_gdb_check_step('--target_board=native-gdbserver'))
gdb_factory.addSteps(bunsen_logfile_upload_cpio_steps( # only a few tests being 
run but still
        ["*.sum", "*.log"],
        workdir='gdb-build',
        tagsuffix='/gdbserver'))

gdb_factory.addStep(make_gdb_check_step('--target_board=native-extended-gdbserver'))
gdb_factory.addSteps(bunsen_logfile_upload_cpio_steps( # only a few tests being 
run but still
        ["*.sum", "*.log"],
        workdir='gdb-build',
        tagsuffix='/extended-gdbserver'))
                        

- FChE



reply via email to

[Prev in Thread] Current Thread [Next in Thread]