Skip to content
Success

#26465 (Jan 22, 2026, 5:54:23 PM)

Started 26 days ago
Took 2.2 sec on build5-deb12build-ansible

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

This run spent:

  • 8.6 sec waiting;
  • 2.2 sec build duration;
  • 10 sec total from scheduled to completion.
Revision: 148d0a6f90f0b3d34a5172bce6bdd2856fd76612
Repository: $GERRIT_REPO_URL
  • master
esim/http_json_api: add missing check

The line actual_sec = func_ex_status.get('statusCodeData', None) suggests
that 'statusCodeData' may be None under normal circumstances. So let's guard
sec.update(actual_sec) so that we won't run into an exception in case
'statusCodeData' is not in func_ex_status.

Related: SYS#7825
Change-Id: I8a1a3cd5e029dba4a3aec1a64702e19b0d694ae2
pmaier@sysmocom.de at