Attention is currently required from: osmith.
pespin has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/docker-playground/+/41719?usp=email )
Change subject: ttcn3-bts-test/jenkins.sh: tweak local vars
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/41719?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I8c5597f20428f8f274ea15f62e561562e5768460
Gerrit-Change-Number: 41719
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 18 Dec 2025 16:03:56 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
Attention is currently required from: osmith.
pespin has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/osmo-ci/+/41718?usp=email )
Change subject: jobs/ttcn3-testsuites: set RUN_BPFTRACE=1
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
This probably need some explanation in the commit description or the file where the line is changed...
AFAIU we are running bpftrace for all testsuites now? IMHO that doesn't make sense. This is something we want to enable during specific times in specific jobs.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/41718?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Iaa960772fb0b09722594747006890e5e43752d43
Gerrit-Change-Number: 41718
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 18 Dec 2025 16:03:24 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Attention is currently required from: osmith.
pespin has posted comments on this change by osmith. ( https://gerrit.osmocom.org/c/osmo-ci/+/41717?usp=email )
Change subject: ansible: jenkins: mount tracefs via fstab
......................................................................
Patch Set 1: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/41717?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I568e3635fcc33040036fd19e9226b413db0d3ef3
Gerrit-Change-Number: 41717
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: osmith <osmith(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 18 Dec 2025 16:01:53 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/41719?usp=email )
Change subject: ttcn3-bts-test/jenkins.sh: tweak local vars
......................................................................
ttcn3-bts-test/jenkins.sh: tweak local vars
Make it consistent.
Change-Id: I8c5597f20428f8f274ea15f62e561562e5768460
---
M ttcn3-bts-test/jenkins.sh
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/19/41719/1
diff --git a/ttcn3-bts-test/jenkins.sh b/ttcn3-bts-test/jenkins.sh
index bfb92aa..49d5cf3 100755
--- a/ttcn3-bts-test/jenkins.sh
+++ b/ttcn3-bts-test/jenkins.sh
@@ -42,9 +42,9 @@
}
start_bts() {
- local variant
- variant="$1"
- sleep_time_respawn="$2"
+ local variant="$1"
+ local sleep_time_respawn="$2"
+
echo Starting container with BTS
if [ -z "$variant" ]; then
echo ERROR: You have to specify a BTS variant
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/41719?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I8c5597f20428f8f274ea15f62e561562e5768460
Gerrit-Change-Number: 41719
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/41721?usp=email )
Change subject: common/respawn: improve logging
......................................................................
common/respawn: improve logging
Add "[$(date)] respawn:" infront of all log messages, so it is clear
that they come from this script and so we have timestamps that we can
compare. This will be useful when running the bpftrace scripts along
with osmo-bts-*, which will get restarted at the same time as the
osmo-bts-* processes.
Change-Id: I641f17f6988eced12c9b301042fb5c5cfd757511
---
M common/respawn.sh
1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/21/41721/1
diff --git a/common/respawn.sh b/common/respawn.sh
index d9bf641..1040408 100755
--- a/common/respawn.sh
+++ b/common/respawn.sh
@@ -7,15 +7,15 @@
i=0
max_i=500
while [ $i -lt $max_i ]; do
- echo "respawn: $i: starting: $*"
+ echo "[$(date)] respawn: $i: starting: $*"
$* &
LAST_PID=$!
wait $LAST_PID
- echo "$i: stopped pid $LAST_PID with status $?"
+ echo "[$(date)] respawn: $i: stopped pid $LAST_PID with status $?"
if [ $SLEEP_BEFORE_RESPAWN -gt 0 ]; then
- echo "sleeping $SLEEP_BEFORE_RESPAWN seconds..."
+ echo "[$(date)] respawn: sleeping $SLEEP_BEFORE_RESPAWN seconds..."
sleep $SLEEP_BEFORE_RESPAWN
fi
i=$(expr $i + 1)
done
-echo "exiting after $max_i runs"
+echo "[$(date)] respawn: exiting after $max_i runs"
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/41721?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I641f17f6988eced12c9b301042fb5c5cfd757511
Gerrit-Change-Number: 41721
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Attention is currently required from: pespin.
laforge has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/libosmocore/+/41703?usp=email )
Change subject: logging_vty: Set 'gsmtap log nonblocking-io' as default
......................................................................
Patch Set 3: Code-Review+1
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/41703?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: comment
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ifca8a821e13ec1327ab2476b0db91078fcff948b
Gerrit-Change-Number: 41703
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Thu, 18 Dec 2025 15:50:19 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes