Attention is currently required from: osmith.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/32227 )
Change subject: obs: add --conflict-pkgname arg
......................................................................
Patch Set 1: Code-Review-1
(1 comment)
Commit Message:
https://gerrit.osmocom.org/c/osmo-ci/+/32227/comment/e1bc2743_113e484e
PS1, Line 11: They will have osmocom-latest as conflict package even though their
: feed name is not latest.
Maybe I'm reading it wrong, but I don't think this is anywhere near the requested feature. >= 90% of the installed packages will be from the osmocom:latest feed, and just (for example) two packages will be from rhizomatica/testing. The rhizomatica/* only contain select few packages, and they are to use the osmocom:latest packages for everything that is not present in rhizomatica/*.
So it should be the exact opposite: rhizomatica-specific packages shall not conflict with the latest packages.
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/32227
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I58e33bb003e2a4af9e9a7b53e5f79a91c3b541eb
Gerrit-Change-Number: 32227
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: Wed, 05 Apr 2023 19:14:26 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
laforge has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/32223 )
Change subject: debian-bullseye-jenkins: add iproute2
......................................................................
debian-bullseye-jenkins: add iproute2
Add iproute2 to make "ss" available. It is used in the openbsc testsuite
to dump socket statistics. If it isn't available, it does not cause
tests to fail, but prints an error message that looks like it might be
the real cause for the test failures:
> ss -tn
/bin/sh: 1: ss: not found
I've also asked Harald if we should just retire the master-openbsc job,
but we want to keep it around to ensure new libosmocore builds with this
old codebase.
Change-Id: I306caeda9bcd4020734eb3b343420c8115958ded
---
M debian-bullseye-jenkins/Dockerfile
1 file changed, 22 insertions(+), 0 deletions(-)
Approvals:
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
diff --git a/debian-bullseye-jenkins/Dockerfile b/debian-bullseye-jenkins/Dockerfile
index 7c02cbe..2edd3f6 100644
--- a/debian-bullseye-jenkins/Dockerfile
+++ b/debian-bullseye-jenkins/Dockerfile
@@ -53,6 +53,7 @@
graphviz \
htop \
inkscape \
+ iproute2 \
latexmk \
lcov \
libaio-dev \
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/32223
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I306caeda9bcd4020734eb3b343420c8115958ded
Gerrit-Change-Number: 32223
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-MessageType: merged