public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Add make_dist_step to valgrind_snapshots_trunk_factory
@ 2023-04-09 23:51 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2023-04-09 23:51 UTC (permalink / raw)
  To: buildbot; +Cc: Mark Wielaard

Otherwise we cannot put the tar.bz2 under the output.
---
 builder/master.cfg | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/builder/master.cfg b/builder/master.cfg
index 061451d..d78e4a4 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -1083,6 +1083,9 @@ make_check_testsuite_step = steps.Test(
             util.Interpolate('-j%(prop:ncpus)s')]),
         name="make check", haltOnFailure=False, flunkOnFailure=True,
         logfiles={"testsuite.log": "tests/testsuite.log"})
+make_dist_step = steps.Test(
+        command=["make", "dist"],
+        name="make dist")
 make_distcheck_step = steps.Test(
         command=addOutputSync.withArgs(["make", "distcheck",
             util.Interpolate('-j%(prop:ncpus)s')]),
@@ -3998,6 +4001,7 @@ valgrind_snapshots_trunk_factory = util.BuildFactory()
 valgrind_snapshots_trunk_factory.addStep(valgrind_git_step)
 valgrind_snapshots_trunk_factory.addStep(valgrind_autogen_step)
 valgrind_snapshots_trunk_factory.addStep(configure_step)
+valgrind_snapshots_trunk_factory.addStep(make_dist_step)
 valgrind_snapshots_trunk_factory.addStep(valgrind_make_all_docs_step)
 valgrind_snapshots_trunk_factory.addStep(valgrind_make_download_docs_step)
 valgrind_snapshots_trunk_factory.addStep(wait_snapshots_output_ready_step)
-- 
2.31.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-09 23:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-09 23:51 [PATCH] Add make_dist_step to valgrind_snapshots_trunk_factory Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).