Skip to content
Success

#28523 (May 22, 2026, 1:29:07 PM)

Started 2 days 18 hr ago
Took 2.1 sec on build5-deb12build-ansible

Started by upstream project gerrit-osmo-python-tests build number 32
originally caused by:

This run spent:

  • 1 min 10 sec waiting;
  • 2.1 sec build duration;
  • 1 min 12 sec total from scheduled to completion.
Revision: 82f226c3fb5f56e0911e1e7cd7753d3f7240cf2d
Repository: $GERRIT_REPO_URL
  • master
osmo_interact: improve vty transcript language by a regular rexex

Currently the transcript language understand 3 different tokens:
... (ignore all lines until the following line matches)
... !REGEX (ignore all lines except REXEX)

But to support osmo-stp with different compile options, the
vty help is indented with different amount of spaces depending on the compile options.
To support those add a regular regex using the prefix !r!

E.g.
OsmoSTP(config-cs7-as)# ?
-  description       Save human-readable description of the object
vs
+  description               Save human-readable description of the object

Change-Id: Iadcd7a8c3677548a6405e098fe53d0614ef2012c
lynxis at