osmith has uploaded this change for review.

View Change

jobs/octsim_osmo-ccid-firmware: PYTHONUNBUFFERED=1

Ensure that the python output is getting displayed directly when running
in jenkins.

Change-Id: Iffe74b270f33286f394db1be03e6ce1953aff4bf
---
M jobs/octsim_osmo-ccid-firmware.yml
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/12/42612/1
diff --git a/jobs/octsim_osmo-ccid-firmware.yml b/jobs/octsim_osmo-ccid-firmware.yml
index 07046e0..79b403e 100644
--- a/jobs/octsim_osmo-ccid-firmware.yml
+++ b/jobs/octsim_osmo-ccid-firmware.yml
@@ -17,6 +17,7 @@
default: 'jenkins-notifications@lists.osmocom.org jsteiger@sysmocom.de acouzens@sysmocom.de'
builders:
- shell: |
+ export PYTHONUNBUFFERED=1
cd ./tests
mkdir -p sysmo-octsim/dl
timeout 30m ./run-tests

To view, visit change 42612. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Iffe74b270f33286f394db1be03e6ce1953aff4bf
Gerrit-Change-Number: 42612
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>