osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/27349 )
Change subject: jobs/ttcn3-testsuites: adjust nplab-m3ua timers ......................................................................
jobs/ttcn3-testsuites: adjust nplab-m3ua timers
Fix sporadic errors related to the clean up script running while images being built:
failed to get digest sha256:8ea2ba9a1...
Closes: OS#5447 Change-Id: If722fddce8de65a1ae012a46d6a202f430e0c69d --- M jobs/ttcn3-testsuites.yml 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/49/27349/1
diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml index f2fadc5..5fb994d 100644 --- a/jobs/ttcn3-testsuites.yml +++ b/jobs/ttcn3-testsuites.yml @@ -23,7 +23,7 @@ # debian-stretch nightly - order by time - nplab-m3ua-test: blocking: "^(nplab|NPLAB-.*)-m3ua-test.*" - timer: 00 03 * * * + timer: 10 03 * * * - nplab-sua-test: blocking: "^(nplab|NPLAB-.*)-sua-test.*" timer: 15 03 * * * @@ -158,7 +158,7 @@ # debian-stretch latest stable - nplab-m3ua-test-latest: blocking: "^(nplab|NPLAB-.*)-m3ua-test.*" - timer: 00 03 * * * + timer: 10 03 * * * - nplab-sua-test-latest: blocking: "^(nplab|NPLAB-.*)-sua-test.*" timer: 15 03 * * *