Skip to content
Success

#27515 (Mar 16, 2026, 9:56:13 AM)

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

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

This run spent:

  • 6.6 sec waiting;
  • 2.9 sec build duration;
  • 9.5 sec total from scheduled to completion.
Revision: 9aeac8f5df6b9253f703f76dfb7bdadb7443479b
Repository: $GERRIT_REPO_URL
  • master
global_platform: make --install-parameters-* independently optional

gen_install_parameters() had contradictory logic: the outer guard
required all three arguments to be non-None/non-empty (making them
mutually inclusive), while the inner checks then treated each one
as optional.

Make each parameter independently optional (defaulting to None) and
remove the all-or-nothing guard from both the function and its caller.
Simplify the function body to a straightforward single-pass
construction of system_specific_params.

Change-Id: I8756fb38016cdf0527fe2e21edb44381d1dc557f
Vadim Yanitskiy at