Attention is currently required from: fixeria, pespin.
osmith has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/docker-playground/+/42194?usp=email )
Change subject: ttcn3-bts-test: write bts logs to tmpfs ......................................................................
Patch Set 1:
(2 comments)
File ttcn3-bts-test/jenkins.sh:
https://gerrit.osmocom.org/c/docker-playground/+/42194/comment/e61670e3_72ea... : PS1, Line 74: --mount type=tmpfs,dst=/tmp \
nice!
Acknowledged :)
https://gerrit.osmocom.org/c/docker-playground/+/42194/comment/44ad32f1_db66... : PS1, Line 117: docker exec "${BUILD_TAG}-bts" sh -c "cat /tmp/osmo-bts.log >> /data/osmo-bts.log"
lol […]
No, because `start_bts` and `stop_bts` run multiple times and append to the same log file each time. If a simple copy is used here, the previous logs would be overwritten.