public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [COMMITTED] Use gdb_black_factory for gdb_try_fedora_x86_64_builder
@ 2022-10-10 11:12 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2022-10-10 11:12 UTC (permalink / raw)
  To: buildbot; +Cc: Mark Wielaard

This makes the try builder the same as the ci builder
running the python black formatter.
---
 builder/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builder/master.cfg b/builder/master.cfg
index 612b317..61bf4f1 100644
--- a/builder/master.cfg
+++ b/builder/master.cfg
@@ -2555,7 +2555,7 @@ gdb_try_fedora_x86_64_builder = util.BuilderConfig(
 		    readContainerFile('fedora-latest')},
 	workernames=vm_workers,
         tags=["gdb-try", "fedora", "x86_64"],
-        factory=gdb_factory)
+        factory=gdb_black_factory)
 c['builders'].append(gdb_try_fedora_x86_64_builder)
 
 gdb_debian_armhf_builder = util.BuilderConfig(
-- 
2.18.4


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

only message in thread, other threads:[~2022-10-10 11:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-10 11:12 [COMMITTED] Use gdb_black_factory for gdb_try_fedora_x86_64_builder 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).