Skip to content
Success

#27647 (Mar 18, 2026, 11:24:36 PM)

Started 4 hr 41 min ago
Took 14 sec on build5-deb12build-ansible

Started by upstream project gerrit-osmo-ttcn3-hacks build number 3987
originally caused by:

This run spent:

  • 23 sec waiting;
  • 14 sec build duration;
  • 37 sec total from scheduled to completion.
Revision: f07e95e207f90047bc67c97398e237af4042e681
Repository: $GERRIT_REPO_URL
  • master
library/HTTP_Adapter: bail out early on failure

Replace `self.stop` with `Misc_Helpers.f_shutdown()`, and add it after
existing `setverdict(fail, ...)` calls that previously fell through.

In all these cases there is no meaningful way to continue: the caller
of these functions usually expects a valid value to be returned, and
continuing (not stopping) oftentimes results in confusing DTEs.

Change-Id: I229028d551d5cf9651e6e65314cd40f414bfe235
Vadim Yanitskiy at