Skip to content
Success

#27696 (Mar 20, 2026, 9:34:12 PM)

Started 6 hr 26 min ago
Took 5.8 sec on build5-deb12build-ansible

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

This run spent:

  • 20 sec waiting;
  • 5.8 sec build duration;
  • 26 sec total from scheduled to completion.
Revision: b76cc80ea167999a8eaa56f4c39d10e43aadd40b
Repository: $GERRIT_REPO_URL
  • master
global_platform: fix store_data() returning last chunk only

The loop builds up `response` across multiple STORE DATA blocks,
but the function returns only `data` - the response from the
*last* block.  It should return the accumulated response instead.

Change-Id: I3e15c8004d1e366e8c3896e559656622f48bb1a2
laforge at