Attention is currently required from: pespin.
osmith has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-pcap/+/39149?usp=email )
Change subject: pcap-server: Take into account PDU len when calculating pcap max-size
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcap/+/39149?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-pcap
Gerrit-Branch: master
Gerrit-Change-Id: I666830fbbc23ce34007d45bbf8c7a13a1f2a93ea
Gerrit-Change-Number: 39149
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 17 Dec 2024 10:38:49 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: laforge, pespin.
osmith has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/libosmo-abis/+/39148?usp=email )
Change subject: ipaccess: Set name on oml and rsl stream listen socket
......................................................................
Patch Set 2: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/libosmo-abis/+/39148?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: libosmo-abis
Gerrit-Branch: master
Gerrit-Change-Id: I0b96605aa5012ee3eafa405172ac06cb1c7e7c33
Gerrit-Change-Number: 39148
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 17 Dec 2024 10:37:19 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/39155?usp=email )
Change subject: jobs/ttcn3-testsuites: adjust timer for bts
......................................................................
jobs/ttcn3-testsuites: adjust timer for bts
BTS testsuites tend to fail with timeouts on heavy loads. Group them in
a timeslot where jenkins nodes are otherwise not busy according to
stats in grafana to hopefully make the test results more stable. Once
we can replace faketrx with a rewrite (OS#6672), this should not be
necessary anymore.
Change-Id: If25009a5b9215a0f51381529e26bfb3ba2303ae2
---
M jobs/ttcn3-testsuites.yml
1 file changed, 15 insertions(+), 9 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/55/39155/1
diff --git a/jobs/ttcn3-testsuites.yml b/jobs/ttcn3-testsuites.yml
index 92b7e6d..5d44718 100644
--- a/jobs/ttcn3-testsuites.yml
+++ b/jobs/ttcn3-testsuites.yml
@@ -26,8 +26,6 @@
timer: H 03 * * *
- nplab-sua-test: # ~1 min
timer: H 03 * * *
- - ttcn3-bts-test: # ~135 min
- timer: H 03 * * *
- ttcn3-remsim-test: # ~6 min
timer: H 03 * * *
- ttcn3-sccp-test: # ~2 min
@@ -68,8 +66,6 @@
timer: H 04 * * *
- ttcn3-msc-test-latest: # ~35 min
timer: H 04 * * *
- - ttcn3-bts-test-latest: # ~135 min
- timer: H 05 * * *
- ttcn3-remsim-test-latest: # ~6 min
timer: H 05 * * *
- ttcn3-sccp-test-latest: # ~2 min
@@ -96,15 +92,25 @@
# With LIBOSMO_IO_BACKEND=IO_URING (OS#6357)
- ttcn3-msc-test-io_uring: # ~35 min
- timer: H 06 * * *
+ timer: H 05 * * *
- ttcn3-gbproxy-test-io_uring: # ~15 min
- timer: H 06 * * *
+ timer: H 05 * * *
+
+ # BTS testsuites tend to fail with timeouts on heavy loads. Group them
+ # here in a timeslot where jenkins nodes are otherwise not busy according
+ # to stats in grafana to hopefully make the test results more stable.
+ # Once we can replace faketrx with a rewrite (OS#6672), this should not
+ # be necessary anymore.
- ttcn3-bts-test-io_uring: # ~135 min
- timer: H 06 * * *
+ timer: 0 06 * * *
+ - ttcn3-bts-test: # ~135 min
+ timer: 0 06 * * *
+ - ttcn3-bts-test-latest: # ~135 min
+ timer: 0 06 * * *
+ - ttcn3-bts-test-asan: # ~135 min
+ timer: 0 06 * * *
# With sanitizer (OS#5301)
- - ttcn3-bts-test-asan: # ~135 min
- timer: H 07 * * *
- ttcn3-gbproxy-test-asan: # ~15 min
timer: H 07 * * *
- ttcn3-msc-test-asan: # ~35 min
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/39155?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: If25009a5b9215a0f51381529e26bfb3ba2303ae2
Gerrit-Change-Number: 39155
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Attention is currently required from: tnt.
pespin has posted comments on this change by tnt. ( https://gerrit.osmocom.org/c/dahdi-linux/+/39154?usp=email )
Change subject: dahdi-base: Allow reselection of the same clock master
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/dahdi-linux/+/39154?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: dahdi-linux
Gerrit-Branch: master
Gerrit-Change-Id: Ibe2365953c5ac7f3dcc7c10526b9eb797ea320ee
Gerrit-Change-Number: 39154
Gerrit-PatchSet: 1
Gerrit-Owner: tnt <tnt(a)246tNt.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: tnt <tnt(a)246tNt.com>
Gerrit-Comment-Date: Tue, 17 Dec 2024 10:06:27 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes