public inbox for buildbot@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] SETUP: buildbot-stop.sh should not use --clean
@ 2022-06-03 23:19 Mark Wielaard
  0 siblings, 0 replies; only message in thread
From: Mark Wielaard @ 2022-06-03 23:19 UTC (permalink / raw)
  To: buildbot; +Cc: Mark Wielaard

Using --clean means the buildbot will not stop till all workers
are done. Which can take hours. Just stop, which interrupts the
builds. They will be retried when the master starts.
---
 SETUP | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/SETUP b/SETUP
index ed82db3..c9f7005 100644
--- a/SETUP
+++ b/SETUP
@@ -62,7 +62,7 @@ buildbot start --start_timeout=120 /sourceware/builder/buildbot/builder
 - buildbot-stop.sh
 #!/bin/bash
 source /sourceware/builder/buildbot-env/bin/activate
-buildbot stop --clean /sourceware/builder/buildbot/builder
+buildbot stop /sourceware/builder/buildbot/builder
 - buildbot-reload.sh
 #!/bin/bash
 source /sourceware/builder/buildbot-env/bin/activate
@@ -145,4 +145,4 @@ key pair under /sourceware/builder/.ssh (ssh-keygen) with the public
 part going into the docker_host builder user .ssh/authorized_keys. So
 the DockerLatentWorker can run docker system dial-stdio on the
 docker_host. Since the buildbot will use the ~/.ssh config make sure
-that the hosts are in .known_hosts (by logging in by hand once).
\ No newline at end of file
+that the hosts are in .known_hosts (by logging in by hand once).
-- 
2.30.2


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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-03 23:19 [PATCH] SETUP: buildbot-stop.sh should not use --clean 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).