osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/38971?usp=email
)
Change subject: jobs/ttcn3-ns-test{,-sns}: tweak timer
......................................................................
jobs/ttcn3-ns-test{,-sns}: tweak timer
Since the timers were adjusted last time, ttcn3-ns-test{,-sns} started
failing every other day with:
python3-osmopy-utils : Depends: osmocom-nightly (= 202411222026) but it is not going to
be installed
The reason is that the binary packages are not ready yet at that time.
Run the jobs 1h later to avoid this.
Change-Id: I4f61013661d5de5382c3431650051989200fd785
---
M jobs/ttcn3-testsuites.yml
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
pespin: Looks good to me, but someone else must approve
laforge: Looks good to me, but someone else must approve
Jenkins Builder: Verified
osmith: Looks good to me, approved
diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml
index 5ad31c8..92b7e6d 100644
--- a/jobs/ttcn3-testsuites.yml
+++ b/jobs/ttcn3-testsuites.yml
@@ -38,9 +38,9 @@
timer: H 03 * * *
node: hdlc
- ttcn3-ns-test: # ~7 min
- timer: H 03 * * *
+ timer: H 04 * * *
- ttcn3-ns-test-sns: # ~3 min
- timer: H 03 * * *
+ timer: H 04 * * *
- ttcn3-ns-test-fr: # ~10 min
timer: H 04 * * *
node: hdlc
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/38971?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I4f61013661d5de5382c3431650051989200fd785
Gerrit-Change-Number: 38971
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>