public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED] Use glibc_build_factory for opensusetw and opensuseleap
@ 2022-06-24 19:26 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2022-06-24 19:26 UTC (permalink / raw)
  To: buildbot; +Cc: Mark Wielaard

The full glibc build and check takes too long to run over all
commits. Also both report the exact same test results as the
glibc-fedora-x86_64 builder which already does a full build
and check.
---
 builder/master.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index ef15b03..9d0de09 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -2133,7 +2133,7 @@ glibc_opensusetw_x86_64_builder = util.BuilderConfig(
                     readContainerFile('opensuse-tumbleweed')},
         workernames=vm_workers,
         tags=["glibc", "opensusetw", "x86_64"],
-        factory=glibc_factory)
+        factory=glibc_build_factory)
 c['builders'].append(glibc_opensusetw_x86_64_builder)
 
 glibc_opensuseleap_x86_64_builder = util.BuilderConfig(
@@ -2142,7 +2142,7 @@ glibc_opensuseleap_x86_64_builder = util.BuilderConfig(
                     readContainerFile('opensuse-leap')},
         workernames=vm_workers,
         tags=["glibc", "opensuseleap", "x86_64"],
-        factory=glibc_factory)
+        factory=glibc_build_factory)
 c['builders'].append(glibc_opensuseleap_x86_64_builder)
 
 
-- 
2.30.2


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

only message in thread, other threads:[~2022-06-24 19:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-24 19:26 [COMMITTED] Use glibc_build_factory for opensusetw and opensuseleap 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).