mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
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:
parent
cff886d808
commit
46c8423489
2 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue