Home
last modified time | relevance | path

Searched refs:job_file (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/.gitlab-ci/lava/
Dlava_job_submitter.py272 def validate_job(proxy, job_file): argument
274 return _call_proxy(proxy.scheduler.jobs.validate, job_file, True)
278 def submit_job(proxy, job_file): argument
279 return _call_proxy(proxy.scheduler.jobs.submit, job_file)