laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/36834?usp=email )
Change subject: jobs/ttcn3: run ttcn3-msc-test earlier
......................................................................
jobs/ttcn3: run ttcn3-msc-test earlier
It seems like various tests are failing from time to time due to the
builder having a too high load. As several ttcn3 testsuites run around 4
am already, move ttcn3-msc-test to 1 hour earlier where we don't have
anything currently.
Change-Id: I8eaf058f13f4175a458e9abe544bfb21ace481b7
---
M jobs/README.adoc
M jobs/ttcn3-testsuites.yml
2 files changed, 17 insertions(+), 3 deletions(-)
Approvals:
pespin: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/jobs/README.adoc b/jobs/README.adoc
index eb14152..d403bff 100644
--- a/jobs/README.adoc
+++ b/jobs/README.adoc
@@ -139,7 +139,7 @@
02:XX registry-triggers
02:XX registry-rebuild-upload-fpga-build (weekly)
- 04:00 - 18:00 Jobs that need binary packages
+ 03:00 - 18:00 Jobs that need binary packages
ttcn3-testsuites
04:XX osmocom-release-manuals
05:XX osmocom-release-tarballs
diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml
index ac79f4d..f436e26 100644
--- a/jobs/ttcn3-testsuites.yml
+++ b/jobs/ttcn3-testsuites.yml
@@ -20,6 +20,8 @@
# timer: 10 per hour from 04:00 - 18:00, see jobs/README.adoc
job-name:
# debian nightly - order by time
+ - ttcn3-msc-test:
+ timer: H 03 * * *
- nplab-m3ua-test:
timer: H 04 * * *
- nplab-sua-test:
@@ -67,8 +69,6 @@
description: |
Test open5gs-smfd + open5gs-upfd main.
email: jenkins-notifications(a)lists.osmocom.org acetcom(a)gmail.com
- - ttcn3-msc-test:
- timer: H 04 * * *
- ttcn3-pcu-test:
timer: H 04 * * *
- ttcn3-pcu-test-sns:
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/36834?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I8eaf058f13f4175a458e9abe544bfb21ace481b7
Gerrit-Change-Number: 36834
Gerrit-PatchSet: 3
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged
Attention is currently required from: daniel, neels, pespin, tnt.
tnt has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-iuh/+/36787?usp=email )
Change subject: ranap_common: Implement support for missing procedures
......................................................................
Patch Set 2: Code-Review+1
(4 comments)
Patchset:
PS1:
> I don't really understand what this is about TBH, just doing a quick read of the code for "unexpecte […]
Done
Patchset:
PS2:
Looks logical to me.
File src/ranap_common_ran.c:
https://gerrit.osmocom.org/c/osmo-iuh/+/36787/comment/69e96e8c_19bd53ac
PS1, Line 196: static int ran_ranap_rx_unsuccessful_msg_co(RANAP_SuccessfulOutcome_t *imsg, ranap_message *message)
> ran_ranap_rx_unsuccessful_msg_co takes a RANAP_SuccessfulOutcome_t as param and not some RANAP_Unsuc […]
Done
https://gerrit.osmocom.org/c/osmo-iuh/+/36787/comment/300fccd4_2fecee0b
PS1, Line 247: rc = ran_ranap_rx_unsuccessful_msg_co(&pdu->choice.successfulOutcome, message);
> Not pdu->choice. […]
Done
--
To view, visit https://gerrit.osmocom.org/c/osmo-iuh/+/36787?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Change-Id: I7dea74102da8b610ff2a310c5814f5c89f08e7a6
Gerrit-Change-Number: 36787
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: tnt <tnt(a)246tNt.com>
Gerrit-Attention: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Attention: tnt <tnt(a)246tNt.com>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: daniel <dwillmann(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 15 May 2024 15:15:45 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: tnt <tnt(a)246tNt.com>
Gerrit-MessageType: comment