Skip to content
Success

#27782 (Mar 25, 2026, 12:43:51 PM)

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

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

This run spent:

  • 6.2 sec waiting;
  • 9.8 sec build duration;
  • 16 sec total from scheduled to completion.
Revision: c4cab766d9f83b78962c757706c2dfc48d0f1a10
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