Skip to content
Success

#27865 (Mar 30, 2026, 10:51:43 PM)

Started 12 hr ago
Took 2.2 sec on build5-deb12build-ansible

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

This run spent:

  • 18 sec waiting;
  • 2.2 sec build duration;
  • 20 sec total from scheduled to completion.
Revision: cbad0cfdca9b33c992532a4707ebb6b724aebb5a
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