Skip to content

gilab-ci: propely report test failure through sys.exit()

Gustavo Padovan requested to merge padovan/mesa:fix-lava-job-submitter into main

We added lava_job_submitter.py to improve our robusteness, but the final result reporting was not handled correctly by the script.

This change fix it by properly calling sys.exit() on failures.

cc @anholt @tomeu

Merge request reports