public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: buildbot@sourceware.org
Cc: Mark Wielaard <mark@klomp.org>
Subject: [PATCH] Add elfutils_factory_distcheck_rpm and use it for elfutils-fedora-x86_64
Date: Fri,  3 Nov 2023 23:39:14 +0100	[thread overview]
Message-ID: <20231103223914.1035725-1-mark@klomp.org> (raw)

Also test a full rpmbuild for elfutils on fedora x86-64 latest.
---
 builder/master.cfg | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index a67f194..32a3653 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -1872,6 +1872,10 @@ elfutils_make_coverage_step = steps.Test(
         command=["make", "coverage"],
         name="make coverage")
 
+elfutils_make_rpmbuild_step = steps.Test(
+        command=["make", "rpmbuild"],
+        name="make rpmbuild")
+
 elfutils_create_output_step = steps.ShellCommand(
         name="create output",
         command=["mv", "coverage", "/home/builder/shared/output"])
@@ -1912,6 +1916,19 @@ elfutils_factory_distcheck.addStep(make_distcheck_test_suite_step)
 elfutils_factory_distcheck.addSteps(elfutils_upload_to_bunsen)
 elfutils_factory_distcheck.addStep(make_distclean_step)
 
+elfutils_factory_distcheck_rpm = util.BuildFactory()
+elfutils_factory_distcheck_rpm.addStep(elfutils_set_package_step)
+elfutils_factory_distcheck_rpm.addStep(elfutils_git_step)
+elfutils_factory_distcheck_rpm.addStep(autoreconf_step)
+elfutils_factory_distcheck_rpm.addStep(configure_step)
+elfutils_factory_distcheck_rpm.addStep(getversion_step)
+elfutils_factory_distcheck_rpm.addStep(make_step)
+elfutils_factory_distcheck_rpm.addStep(make_check_test_suite_step)
+elfutils_factory_distcheck_rpm.addStep(make_distcheck_test_suite_step)
+elfutils_factory_distcheck_rpm.addStep(elfutils_make_rpmbuild_step)
+elfutils_factory_distcheck_rpm.addSteps(elfutils_upload_to_bunsen)
+elfutils_factory_distcheck_rpm.addStep(make_distclean_step)
+
 elfutils_factory_val = util.BuildFactory()
 elfutils_factory_val.addStep(elfutils_set_package_step)
 elfutils_factory_val.addStep(elfutils_git_step)
@@ -2033,7 +2050,7 @@ elfutils_fedora_x86_64_builder = util.BuilderConfig(
 		    readContainerFile('fedora-latest')},
 	workernames=vm_workers,
         tags=["elfutils", "fedora", "x86_64"],
-        factory=elfutils_factory_distcheck)
+        factory=elfutils_factory_distcheck_rpm)
 c['builders'].append(elfutils_fedora_x86_64_builder)
 
 elfutils_try_fedora_x86_64_builder = util.BuilderConfig(
-- 
2.39.3


                 reply	other threads:[~2023-11-03 22:39 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=20231103223914.1035725-1-mark@klomp.org \
    --to=mark@klomp.org \
    --cc=buildbot@sourceware.org \
    /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).