osmith has submitted this change. ( 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(-)
Approvals:
pespin: Looks good to me, but someone else must approve
Jenkins Builder: Verified
fixeria: Looks good to me, approved
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: merged
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>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Attention is currently required from: osmith.
pespin has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/libgtpnl/+/39160?usp=email )
Change subject: dev_create: support returning -EEXIST
......................................................................
Patch Set 1: Code-Review+1
(1 comment)
File src/gtp-rtnl.c:
https://gerrit.osmocom.org/c/libgtpnl/+/39160/comment/114d720c_0846d28b?usp… :
PS1, Line 149: if (rc < 0 && errno == EEXIST)
why not doing this for any kind of error returned from netlink?
--
To view, visit https://gerrit.osmocom.org/c/libgtpnl/+/39160?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: libgtpnl
Gerrit-Branch: master
Gerrit-Change-Id: Ib99bd8eed854014a5c9118c23e4058a41f3145f2
Gerrit-Change-Number: 39160
Gerrit-PatchSet: 1
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-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 17 Dec 2024 13:29:54 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Attention is currently required from: osmith.
laforge has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/libgtpnl/+/39160?usp=email )
Change subject: dev_create: support returning -EEXIST
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/libgtpnl/+/39160?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: libgtpnl
Gerrit-Branch: master
Gerrit-Change-Id: Ib99bd8eed854014a5c9118c23e4058a41f3145f2
Gerrit-Change-Number: 39160
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Comment-Date: Tue, 17 Dec 2024 13:21:55 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
osmith has uploaded a new patch set (#2). ( https://gerrit.osmocom.org/c/osmo-upf/+/39161?usp=email )
Change subject: upf_gtp: automatically delete old gtp devices
......................................................................
upf_gtp: automatically delete old gtp devices
If osmo-upf crashes without running the destructor, we may have a
leftover gtp device. This can be simulated with "killall -9 osmo-upf".
Clean it up automatically.
Related: SYS#7240
Depends: libgtpnl Ib99bd8eed854014a5c9118c23e4058a41f3145f2
Change-Id: I7bb5c1ed51f4e05964688ee77b8de77fd3c0f345
---
M src/osmo-upf/upf_gtp.c
1 file changed, 14 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-upf refs/changes/61/39161/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-upf/+/39161?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: I7bb5c1ed51f4e05964688ee77b8de77fd3c0f345
Gerrit-Change-Number: 39161
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
tnt has submitted this change. ( https://gerrit.osmocom.org/c/dahdi-linux/+/39153?usp=email )
Change subject: voicebus: Don't check BAR0 is an IO resource
......................................................................
voicebus: Don't check BAR0 is an IO resource
BAR0 isn't actually _used_ by anything, all commnication goes through
BAR1 which is MMIO.
So that check just prevents it to work on devices that don't support
IO transactions at all (like RPi5) but for no good reason.
Change-Id: I3c6fe1664e8dc3f158c64d16640b912fa5a4d12e
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
---
M drivers/dahdi/voicebus/voicebus.c
1 file changed, 0 insertions(+), 5 deletions(-)
Approvals:
laforge: Looks good to me, but someone else must approve
tnt: Looks good to me, approved; Verified
pespin: Looks good to me, but someone else must approve
diff --git a/drivers/dahdi/voicebus/voicebus.c b/drivers/dahdi/voicebus/voicebus.c
index 8a1f7a6..eb110ea 100644
--- a/drivers/dahdi/voicebus/voicebus.c
+++ b/drivers/dahdi/voicebus/voicebus.c
@@ -1794,11 +1794,6 @@
goto cleanup;
}
- if (0 == (pci_resource_flags(vb->pdev, 0)&IORESOURCE_IO)) {
- dev_err(&vb->pdev->dev, "BAR0 is not IO Memory.\n");
- retval = -EIO;
- goto cleanup;
- }
vb->iobase = pci_iomap(vb->pdev, 1, 0);
if (request_mem_region(pci_resource_start(vb->pdev, 1),
pci_resource_len(vb->pdev, 1),
--
To view, visit https://gerrit.osmocom.org/c/dahdi-linux/+/39153?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: dahdi-linux
Gerrit-Branch: master
Gerrit-Change-Id: I3c6fe1664e8dc3f158c64d16640b912fa5a4d12e
Gerrit-Change-Number: 39153
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-Reviewer: tnt <tnt(a)246tNt.com>