pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-cbc/+/36448?usp=email )
Change subject: SBcAP: Update as1nc skeleton and generated code
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
I verified ttcn3-cbc-test still passes as good as before this patch.
--
To view, visit https://gerrit.osmocom.org/c/osmo-cbc/+/36448?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-cbc
Gerrit-Branch: master
Gerrit-Change-Id: I0153ecf307c99ce904ed4632422bd9d586ec3167
Gerrit-Change-Number: 36448
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Comment-Date: Mon, 25 Mar 2024 15:26:03 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-cbc/+/36448?usp=email )
Change subject: SBcAP: Update as1nc skeleton and generated code
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
I'm submitting this since I anyway had to try rebuilding with newer asn1c as requested by upstream in https://github.com/mouse07410/asn1c/issues/102
--
To view, visit https://gerrit.osmocom.org/c/osmo-cbc/+/36448?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-cbc
Gerrit-Branch: master
Gerrit-Change-Id: I0153ecf307c99ce904ed4632422bd9d586ec3167
Gerrit-Change-Number: 36448
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-CC: Jenkins Builder
Gerrit-Comment-Date: Mon, 25 Mar 2024 15:11:57 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
osmith has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/36447?usp=email )
Change subject: ttcn3-ggsn-test: ignore failure to kill osmo-ggsn
......................................................................
ttcn3-ggsn-test: ignore failure to kill osmo-ggsn
Don't fail if osmo-ggsn can't be killed at the end of a testsuite
run. This happens currently with ttcn3-ggsn-test-kernel-latest-* jobs,
in the v6_only configurations, because osmo-ggsn latest doesn't support
ipv6 yet and exits. The jenkins.sh should keep going and try other
combinations, and exit without error in the end.
Fixes: d8c51cce ("ttcn3-ggsn-test: run with multiple configurations")
Change-Id: I6f3154a9ef114f31bcb5868ee09d1ebc10f35d07
---
M ttcn3-ggsn-test/jenkins.sh
1 file changed, 17 insertions(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
fixeria: Looks good to me, approved
diff --git a/ttcn3-ggsn-test/jenkins.sh b/ttcn3-ggsn-test/jenkins.sh
index f9e7a47..7c9c7ac 100755
--- a/ttcn3-ggsn-test/jenkins.sh
+++ b/ttcn3-ggsn-test/jenkins.sh
@@ -132,5 +132,5 @@
start_ggsn "$i"
start_testsuite "$i"
- docker_kill_wait "$BUILD_TAG"-ggsn
+ docker_kill_wait "$BUILD_TAG"-ggsn || true
done
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/36447?usp=email
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I6f3154a9ef114f31bcb5868ee09d1ebc10f35d07
Gerrit-Change-Number: 36447
Gerrit-PatchSet: 2
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>
Gerrit-MessageType: merged