Skip to content
Success

#20812 (Mar 6, 2026, 9:28:05 PM)

Started 1 day 4 hr ago
Took 7 min 28 sec on build5-deb12build-ansible

Started by upstream project gerrit-osmo-s1gw build number 625
originally caused by:

This run spent:

  • 6 min 41 sec waiting;
  • 7 min 28 sec build duration;
  • 14 min total from scheduled to completion.
Revision: cb6e8b4274dbbaa04bf704ecf017df012e8924cd
Repository: $GERRIT_REPO_URL
  • master
enb_registry: fix addr/port filter logic (use andalso)

In Erlang a function body returns only its last expression.  The comma
between the two enb_filter_by_sub_field/2 calls caused the result of
the addr check to be silently discarded, so the filter only tested the
port.  Replace the comma with andalso to require both to match.

Change-Id: I8061636cd1077a4f3a9e9d37a31224f5e373becb
Vadim Yanitskiy at