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:
Lu Dai
2025-10-07 15:15:23 +02:00
committed by Matthias Franck
parent 0735424a26
commit 2258126ebb

View File

@@ -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