Skip to content

Fix job status request for new LAVA API

  • Since LAVA v2018.2 the SchedulerAPI method job_status has been deprecated. It was removed completely in LAVA v2020.02.
  • Now, it is recommended to use the methods job_state or job_health.
  • This commits introduces a fix, so that the new method job_state is used instead of the (removed) job_status method.

Signed-off-by: Sietze van Buuren Sietze.vanBuuren@de.bosch.com

Edited by Sietze Van Buuren.

Merge request reports