Linaro / lite-lava-docker-compose

LITE Team LAVA docker dispatcher
MIT License
5 stars 10 forks source link

example/lava.job: Update test start pattern #117

Closed pfalcon closed 3 years ago

pfalcon commented 3 years ago

The test pattern on which we actually relied was "BOOTING ZEPHYR OS", but quite some time ago that was changed upstream to "Booting Zephyr OS".

In this case, other start patterns matched, but the whole matching was mis-synchronized, e.g. individual testcases weren't matched properly.

The whole match patterns need to be cleaned up, but that should be done in concert with production CI patterns, so for now just apply quick fix.

Signed-off-by: Paul Sokolovsky paul.sokolovsky@linaro.org

pfalcon commented 3 years ago

@erwango: FYI. This is partial fix for https://github.com/Linaro/lite-lava-docker-compose/issues/116 (I also would like to take a chance and upgrade the test binary itself.)

pfalcon commented 3 years ago

Tested, merging right away.