Skip to content
Success

#27963 (Apr 7, 2026, 3:49:53 PM)

Started 16 hr ago
Took 4.3 sec on build4-deb12build-ansible

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

This run spent:

  • 6.4 sec waiting;
  • 4.3 sec build duration;
  • 10 sec total from scheduled to completion.
Revision: 5828c92c6693414301639ab5b84dc75529fe27ab
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