Skip to content
Success

#27924 (Apr 1, 2026, 1:00:51 PM)

Started 1 day 0 hr ago
Took 3 sec on build5-deb12build-ansible

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

This run spent:

  • 7.2 sec waiting;
  • 3 sec build duration;
  • 10 sec total from scheduled to completion.
Revision: 39f32cee46a919df2af622cb1e1c75d1d01b0e0e
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