From 6df729ff515f4d53cd155bc087c4bb97a0bd80a9 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 19 Jul 2022 12:07:04 +0000 Subject: [PATCH] queue: Drop build type from job JSON message Signed-off-by: Michael Tremer --- src/hub/queue.py | 1 - 1 file changed, 1 deletion(-) 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, -- 2.47.2