Hi, guys,
We have a scenario like next:
action: - test definitions: - from: inline name: test1 - test definitions: - from: inline name: test2
For some reasons, we have to use 2 tests here, everything is ok now. But, if `test1`, that is ` /lava-3102/0/tests/0_test1/run.sh` finished with non-zero, from web we can see the suite fail. Then, we want to exit the job at once, not continue to run `test2`. If possible here?
Regards, Larry