ci/lava: Remove pointless messages
Signed-off-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31602>
This commit is contained in:
@@ -440,7 +440,6 @@ class LAVAJobSubmitter(PathResolver):
|
||||
validation_job = LAVAJob(self.proxy, job_definition)
|
||||
if errors := validation_job.validate():
|
||||
fatal_err(f"Error in LAVA job definition: {errors}")
|
||||
print_log("LAVA job definition validated successfully")
|
||||
|
||||
return job_definition
|
||||
|
||||
|
||||
@@ -23,8 +23,6 @@ def setup_lava_proxy():
|
||||
)
|
||||
proxy = xmlrpc.client.ServerProxy(uri_str, allow_none=True, transport=transport)
|
||||
|
||||
print_log(f'Proxy for {config["uri"]} created.')
|
||||
|
||||
return proxy
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user