mirror of
https://gitlab.com/prpl-foundation/prplos/prplos.git
synced 2025-12-20 00:56:07 +08:00
ci: prplMesh: unbuffer python stdout
buffering output makes the output messy in gitlab ci
this change disables the buffering to make log readable
Closes: PPM-3569
Signed-off-by: Lu Dai <lu.dai@mind.be>
(cherry picked from commit fd08837991)
This commit is contained in:
@@ -4,6 +4,7 @@ EasyMesh-Smoke-test-R1-Freedom:
|
||||
RUN_ON_DEVICE: "freedom"
|
||||
EASYMESH_REVISION: "R1"
|
||||
EASYMESH_TESTS_SIMPLE: "MAP-4.4.2_BHWIFI_FH5GH"
|
||||
PYTHONUNBUFFERED: "1"
|
||||
interruptible: false
|
||||
allow_failure: true
|
||||
timeout: 40min
|
||||
|
||||
Reference in New Issue
Block a user