Skip to content
Success

#28223 (Apr 25, 2026, 9:36:08 PM)

Started 5 hr 54 min ago
Took 5.1 sec on build4-deb12build-ansible

Started by upstream project gerrit-pysim build number 3199
originally caused by:

This run spent:

  • 14 sec waiting;
  • 5.1 sec build duration;
  • 19 sec total from scheduled to completion.
Revision: fcec7122713b6981594539a92f462ee968357e6c
Repository: $GERRIT_REPO_URL
  • master
saip: add numeric_base indicator to ConfigurableParameter

By default, numeric_base = None, to indicate that there are no explicit
limitations on the number space.

For parameters that are definitely decimal, set numeric_base = 10.
For definitely hexadecimal, set numeric_base = 16.

Do the same for ConfigurableParameter as well as ParamSource, so callers
can match them up: if a parameter is numeric_base = 10, then omit
sources that are numeric_base = 16, and vice versa.

Change-Id: Ib0977bbdd9a85167be7eb46dd331fedd529dae01
Jenkins: skip-card-test
Vadim Yanitskiy at