public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: buildbot@sourceware.org
Cc: Nicholas Nethercote <n.nethercote@gmail.com>,
	Mark Wielaard <mark@klomp.org>
Subject: [PATCH] Remove auxcheck from fedora-latest builder, and add as valgrind-try
Date: Sat, 22 Apr 2023 20:30:52 +0200	[thread overview]
Message-ID: <20230422183052.1113389-1-mark@klomp.org> (raw)

---
 builder/master.cfg | 27 ++++++++++++++++++---------
 1 file changed, 18 insertions(+), 9 deletions(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index d4a399e..278dc98 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -690,6 +690,7 @@ valgrind_try_scheduler = schedulers.AnyBranchScheduler(
         builderNames=["valgrind-try-debian-armhf",
                       "valgrind-try-debian-i386",
                       "valgrind-try-ibm-power9",
+                      "valgrind-try-fedora-x86_64",
                       "valgrind-try-fedora-ppc64le",
                       "valgrind-try-fedora-s390x",
                       "valgrind-try-debian-ppc64",
@@ -4043,14 +4044,13 @@ libabigail_snapshots_html_doc_builder = util.BuilderConfig(
         factory=libabigail_factory_snapshot_html_doc)
 c['builders'].append(libabigail_snapshots_html_doc_builder)
 
-valgrind_dist_aux_factory = util.BuildFactory()
-valgrind_dist_aux_factory.addStep(valgrind_git_step)
-valgrind_dist_aux_factory.addStep(valgrind_autogen_step)
-valgrind_dist_aux_factory.addStep(configure_step)
-valgrind_dist_aux_factory.addStep(make_step)
-valgrind_dist_aux_factory.addStep(make_distcheck_step)
-valgrind_dist_aux_factory.addStep(valgrind_auxchecks_step)
-valgrind_dist_aux_factory.addStep(make_distclean_step)
+valgrind_dist_factory = util.BuildFactory()
+valgrind_dist_factory.addStep(valgrind_git_step)
+valgrind_dist_factory.addStep(valgrind_autogen_step)
+valgrind_dist_factory.addStep(configure_step)
+valgrind_dist_factory.addStep(make_step)
+valgrind_dist_factory.addStep(make_distcheck_step)
+valgrind_dist_factory.addStep(make_distclean_step)
 
 valgrind_make_check_aux_factory = util.BuildFactory()
 valgrind_make_check_aux_factory.addStep(valgrind_git_step)
@@ -4088,9 +4088,18 @@ valgrind_fedora_x86_64_builder = util.BuilderConfig(
 		    readContainerFile('fedora-latest')},
 	workernames=vm_workers,
         tags=["valgrind", "fedora", "x86_64"],
-        factory=valgrind_dist_aux_factory)
+        factory=valgrind_dist_factory)
 c['builders'].append(valgrind_fedora_x86_64_builder)
 
+valgrind_try_fedora_x86_64_builder = util.BuilderConfig(
+        name="valgrind-try-fedora-x86_64",
+	properties={'container-file':
+		    readContainerFile('fedora-latest')},
+	workernames=vm_workers,
+        tags=["valgrind-try", "fedora", "x86_64"],
+        factory=valgrind_dist_factory)
+c['builders'].append(valgrind_try_fedora_x86_64_builder)
+
 valgrind_debian_arm64_builder = util.BuilderConfig(
         name="valgrind-debian-arm64",
         workernames=["debian-arm64"],
-- 
2.31.1


                 reply	other threads:[~2023-04-22 18:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230422183052.1113389-1-mark@klomp.org \
    --to=mark@klomp.org \
    --cc=buildbot@sourceware.org \
    --cc=n.nethercote@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).