Skip to content
Success

#27876 (Mar 31, 2026, 12:18:42 PM)

Started 8 hr 8 min ago
Took 9 sec on build4-deb12build-ansible

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

This run spent:

  • 19 sec waiting;
  • 9 sec build duration;
  • 28 sec total from scheduled to completion.
Revision: d7793622369f0c2deca2e6399bf2640558e53260
Repository: $GERRIT_REPO_URL
  • master
filesystem: JsonEditor: use NamedTemporaryFile

A plain NamedTemporaryFile is sufficient here: we only need a single
file, not a directory to hold it.  Using NamedTemporaryFile is simpler
(no subdirectory to manage) and gives us a .json suffix for free,
which editors use for syntax highlighting.

Change-Id: If3b0bd0fcc90732407dbd03b9cc883f7abeb948e
Vadim Yanitskiy at