Attention is currently required from: Joey Berkovitz.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-remsim/+/36835?usp=email )
Change subject: user_ifdhandler: Fix segfault on startup
......................................................................
Patch Set 1:
(1 comment)
File src/client/user_ifdhandler.c:
https://gerrit.osmocom.org/c/osmo-remsim/+/36835/comment/c6824d93_206eb05a
PS1, Line 374: ensure_osmo_ctx
ensure_osmo_ctx() basically calls osmo_ctx_init() which is called just two lines below. Might it be that the existing code just needs to be re-ordered? Did you try the following:
* not adding ensure_osmo_ctx
* moving osmo_select_init below osmo_ctx_init
Thanks!
--
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/36835?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: I6e839b7772a9b176b972c5c0a01bb352a7a68923
Gerrit-Change-Number: 36835
Gerrit-PatchSet: 1
Gerrit-Owner: Joey Berkovitz <joey(a)berkovitz.us>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-Attention: Joey Berkovitz <joey(a)berkovitz.us>
Gerrit-Comment-Date: Wed, 15 May 2024 14:55:09 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ci/+/36834?usp=email
to look at the new patch set (#3).
The following approvals got outdated and were removed:
Verified+1 by Jenkins Builder
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/34/36834/3
--
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-MessageType: newpatchset
osmith has abandoned this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/36833?usp=email )
Change subject: lint: do "docker run --rm" check only in jenkins
......................................................................
Abandoned
submitted by accident, need to test more if this makes a difference
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/36833?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: I00a28a04b0fae8804846948a155c6214bf1aca00
Gerrit-Change-Number: 36833
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: abandon
osmith has uploaded this change for review. ( 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, 16 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/34/36834/1
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..8d17938 100644
--- a/jobs/ttcn3-testsuites.yml
+++ b/jobs/ttcn3-testsuites.yml
@@ -68,7 +68,7 @@
Test open5gs-smfd + open5gs-upfd main.
email: jenkins-notifications(a)lists.osmocom.org acetcom(a)gmail.com
- ttcn3-msc-test:
- timer: H 04 * * *
+ timer: H 03 * * *
- 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: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange