aboutsummaryrefslogtreecommitdiff
path: root/lava-v2-callback.py
AgeCommit message (Collapse)Author
2018-12-14lava-v2-callback.py: handle infrastructure errorsGuillaume Tucker
Add is_infra_error() function to first check whether the LAVA job failed due to an infrastructure error, in which case return BISECT_SKIP. Otherwise, call handle_boot() function to handle the actual boot result. Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
2018-02-23add lava-v2-callback.py to parse LAVA v2 callback dataGuillaume Tucker
Add lava-v2-callback.py to parse the JSON data sent in LAVA v2 callback. This is to be used primarily with automated bisection to determine whether a LAVA job passed or failed. This is intended to replace lava-v2-get-boot-results.py to stop polling the backend for boot results and stop cluttering the database with single boot results from bisection jobs. Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>