Skip to content
Success

#27596 (Mar 17, 2026, 6:31:43 PM)

Started 17 hr ago
Took 3.5 sec on build4-deb12build-ansible

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

This run spent:

  • 1 min 3 sec waiting;
  • 3.5 sec build duration;
  • 1 min 7 sec total from scheduled to completion.
Revision: 37f1e7aa2aef91ad6955bf51ad3ce196f40ffc0a
Repository: $GERRIT_REPO_URL
  • master
global_platform: refactor gen_install_parameters()

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 check.  Simplify the function body to a
straightforward single-pass construction of system_specific_params.

Change-Id: I8756fb38016cdf0527fe2e21edb44381d1dc557f
Vadim Yanitskiy at