osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/42579?usp=email )
Change subject: jobs/octsim_osmo-ccid-firmware: add 30 min timeout ......................................................................
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