Skip to content
Success

#27899 (Mar 31, 2026, 9:53:18 PM)

Started 11 hr ago
Took 2.3 sec on build4-deb12build-ansible

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

This run spent:

  • 14 sec waiting;
  • 2.3 sec build duration;
  • 16 sec total from scheduled to completion.
Revision: e3fc20a419ff26e5ec470fe3b9287255bb66e5c3
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