Closed pfalcon closed 4 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
@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.)
Tested, merging right away.
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