osmith has uploaded this change for review.

View Change

jobs/octsim_osmo-ccid-firmware: add 30 min timeout

I just stopped a job run that was going for 2 days 16 h. When
successful, the job finishes in 10 min, so let it abort automatically
after 30 min.

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

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/79/42579/1
diff --git a/jobs/octsim_osmo-ccid-firmware.yml b/jobs/octsim_osmo-ccid-firmware.yml
index 61e609c..599acc1 100644
--- a/jobs/octsim_osmo-ccid-firmware.yml
+++ b/jobs/octsim_osmo-ccid-firmware.yml
@@ -11,7 +11,7 @@
- shell: |
cd ./tests
mkdir -p sysmo-octsim/dl
- ./run-tests
+ timeout 30m ./run-tests
concurrent: false
description: octsim osmo-ccid-firmware CI - flash every build to octsim and see
if it still works

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

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