kernelci / kernelci-core

Core KernelCI tools
https://kernelci.org
GNU Lesser General Public License v2.1
99 stars 96 forks source link

Use LAVA stage result #2589

Closed JenySadadia closed 3 days ago

JenySadadia commented 1 week ago

kernelci.runtime.lava.py: add _get_stage_result

Get suite/stage result from LAVA. If it's pass, evaluate manually from child node results to overcome an issue with LAVA that it set pass to test suites even if one of the sub-tests is failing.

JenySadadia commented 1 week ago

Seems like working on staging: