commit | 30619eaadaddd41bd82969597f7c49ac827be180 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Thu Dec 01 17:13:15 2022 +0300 |
committer | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Thu Dec 01 17:13:15 2022 +0300 |
tree | 9df18e9f12784cee31ed15772302af8437098157 | |
parent | b5cc774b1507f472ef6e86fdbe186a58cdaeb87a [diff] |
dockerfile-template: Install stdout-flush-wrapper.sh script into image This script is to workaround an apparent LAVA race condition, when it detects "EOF" (i.e. app termination) before it reads out all the stdout from the app (FVP in this case). The wrapper explicitly runs a command in line-buffered mode, that helps a little (LAVA reads more output), but not completely, so we just give LAVA more time with some sleep after command termination. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org> Change-Id: I16ec7349723ec040f12fd805b5ea372c0b6dc2a3
Host dockerfiles used in the LAVA lab. For repository usage, check the official documentation at https://tf-ci-users-guide.readthedocs.io/en/latest/