#2192 backend: dump Resalloc ticket ID and hostname to backend.log
Merged 2 years ago by msuchy. Opened 2 years ago by praiskup.

@@ -403,6 +403,7 @@

              if self.canceled:

                  raise BuildCanceled

              if success:

+                 self.log.info("Allocated host %s", self.host.info)

                  self.last_hostname = self.host.hostname

                  return

              time.sleep(60)

It is sometimes pretty hard to pair the existing backend/builder-live
logs with appropriate resalloc ticket. This should make it a bit
easier.

Build succeeded.

rebased onto ce27b53

2 years ago

Build succeeded.

Pull-Request has been merged by msuchy

2 years ago
Metadata