Skip to content
Success

#26472 (Jan 22, 2026, 10:52:04 PM)

Started 27 days ago
Took 1.7 sec on build5-deb12build-ansible

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

This run spent:

  • 12 sec waiting;
  • 1.7 sec build duration;
  • 13 sec total from scheduled to completion.
Revision: a9d22af060e4ac1bf3337cb9ca3003e18c6ff202
Repository: $GERRIT_REPO_URL
  • master
param_source: allow input val expansion like '0 * 32'

Working with keys, we often generate 4, 8, 16, 32 digit wide random
values. Those then typically have default input values like

00000000000000000000000000000000

it is hard for humans to count the number of digits. Much easier:

00*16

Teach the ParamSource subclasses dealing with random values to
understand an expansion like this. Any expansion is carried out before
all other input value handling.

Use this expansion also in the default_value of ConfigurableParameter
subclasses that have a default_source pointing at a ParamSource that now
understand this expansion.

Related: SYS#6768
Change-Id: Ie7171c152a7b478736f8825050305606b5af5735
Neels Hofmeyr at