From: Michael Tremer Date: Tue, 19 Jul 2022 12:07:04 +0000 (+0000) Subject: queue: Drop build type from job JSON message X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6df729ff515f4d53cd155bc087c4bb97a0bd80a9;p=pbs.git queue: Drop build type from job JSON message Signed-off-by: Michael Tremer --- diff --git a/src/hub/queue.py b/src/hub/queue.py index d0cbbe72..dc166bb9 100644 --- a/src/hub/queue.py +++ b/src/hub/queue.py @@ -130,7 +130,6 @@ class QueueHandler(BackendMixin, HTTPBasicAuthMixin, tornado.websocket.WebSocket "id" : job.uuid, "name" : "%s" % job, "arch" : job.arch, - "type" : job.build.type, # Is this a test job? "test" : job.test,