public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* buildbot users try branch builders
@ 2022-06-20 10:48 Mark Wielaard
  2022-06-21 10:30 ` Szabolcs Nagy
  2022-06-22  6:32 ` Jan Beulich
  0 siblings, 2 replies; 9+ messages in thread
From: Mark Wielaard @ 2022-06-20 10:48 UTC (permalink / raw)
  To: binutils, gdb; +Cc: buildbot, Thomas Fitzsimmons, fche

Hi,

As an experiment we now have try builders for binutils and gdb. If you
have commit access to binutils-gdb.git you can now push to your
users/<name>/try-xxx branch and the buildbot will do builds and sent
you (the commit author) email about the results. The builds are also
visible at:

https://builder.sourceware.org/buildbot/#/builders?tags=binutils-try
https://builder.sourceware.org/buildbot/#/builders?tags=gdb-try

My workflow to use this looks like:
- git checkout -b frob
- hack, hack, hack... OK, looks good to submit
- git commit -a -m "Awesome hack"
- git push origin frob:users/mark/try-frob
- ... wait for the emails to come in or watch buildbot logs ...
- Send in patches and mention what the try bot reported

After your patches have been accepted you can delete the branch again:
- git push origin :users/mark/try-frob

Please use this only for patches you intend to submit and think are
ready but want to double check. Use the GCC Compile Farm machines if
you need to hack edit/compile/debug on a specific architecture. But if
you really need access to one of the buildbot machines for
investigating an issue, please contact buildbot@sourceware.org.

The armhf and arm64 builders have left out for now since they are a
bit too slow. We'll hopefully get a 8 core Ampare machine from the
Oregon State University this week so we can also enable those arm
builders.

Tom, I haven't hooked up the debian-ppc64 builder yet. It would take
another ~3GB disk space for the new try builders.

Frank, the try builders also upload logs to the bunsendb. And so are
visible here https://builder.sourceware.org/testruns/
I think this is useful, but maybe these try logs are just noise?

Please sent feedback (bad or good) to buildbot@sourceware.org

Currently this is only for the binutils and gdb projects, but if this
looks useful and when we get some new hardware we can roll it out to
other sourceware projects.

Cheers,

Mark


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-07-04 14:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-20 10:48 buildbot users try branch builders Mark Wielaard
2022-06-21 10:30 ` Szabolcs Nagy
2022-06-21 17:30   ` Mark Wielaard
2022-06-22  6:32 ` Jan Beulich
2022-06-22  7:30   ` Andreas Schwab
2022-06-22 10:51   ` Mark Wielaard
2022-06-22 11:04     ` Andreas Schwab
2022-07-04  6:39       ` Jan Beulich
2022-07-04 14:10         ` Andreas Schwab

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).