Skip to content
Success

#27496 (Mar 15, 2026, 10:53:29 PM)

Started 7 hr 21 min ago
Took 2.2 sec on build4-deb12build-ansible

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

This run spent:

  • 11 sec waiting;
  • 2.2 sec build duration;
  • 13 sec total from scheduled to completion.
Revision: 1f50f295467bfdcf876e2ff9a52ddb4b1c73e96c
Repository: $GERRIT_REPO_URL
  • master
personalization: indicate default ParamSource per ConfigurableParameter

Add default_source class members pointing to ParamSource classes to all
ConfigurableParameter subclasses.

This is useful to automatically set up a default ParamSource for a given
ConfigurableParameter subclass, during user interaction to produce a
batch personalization.

For example, if the user selects a Pin1 parameter, a calling program can
implicitly set this to a RandomDigitSource, which will magically make it
work the way that most users need.

BTW, default_source and default_value can be combined to configure a
matching ParamSource instance:

  my_source = MyParam.default_source.from_str( MyParam.default_value )

Change-Id: Ie58d13bce3fa1aa2547cf3cee918c2f5b30a8b32
Neels Hofmeyr at