Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ci/+/28539
to look at the new patch set (#2).
Change subject: scripts/repo-install-test: add debian 11, drop 9
......................................................................
scripts/repo-install-test: add debian 11, drop 9
Change-Id: I3e154def9051076bd8091b3f027ee76bbb94cb18
---
M scripts/repo-install-test.sh
A scripts/repo-install-test/blacklist_debian11.txt
D scripts/repo-install-test/blacklist_debian9.txt
M scripts/repo-install-test/run-inside-docker.sh
4 files changed, 89 insertions(+), 34 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/39/28539/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/28539
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I3e154def9051076bd8091b3f027ee76bbb94cb18
Gerrit-Change-Number: 28539
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-MessageType: newpatchset
Attention is currently required from: pespin.
osmith has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/28536 )
Change subject: scripts/OBS latest: fix checkout with dir in path
......................................................................
Patch Set 1:
(2 comments)
Commit Message:
https://gerrit.osmocom.org/c/osmo-ci/+/28536/comment/e224a00c_228aa763
PS1, Line 18: "osmo-python-test" directory like in nightly. Make it behave the same by
> you are either missing an s in "tests" here, or need to remove it above.
Done
File scripts/osmocom-latest-packages.sh:
https://gerrit.osmocom.org/c/osmo-ci/+/28536/comment/c7ca73be_fbbdf981
PS1, Line 55: project="$(basename $path)"
> are you sure this applies to all projects?
yes. basename strips directories from paths, if there is none present then it returns the same string.
$ basename python/foo
foo
$ basename foo
foo
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/28536
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I97074ee953cadac476fe2e4b686689c26bac1ea1
Gerrit-Change-Number: 28536
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Fri, 08 Jul 2022 12:46:48 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: comment
Attention is currently required from: osmith.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-ci/+/28536
to look at the new patch set (#2).
Change subject: scripts/OBS latest: fix checkout with dir in path
......................................................................
scripts/OBS latest: fix checkout with dir in path
osmo-python-tests was added to latest just like it was in nightly, by
adding the following two lines to build_osmocom():
checkout python/osmo-python-tests
...
build osmo-python-tests
But the build fails, because the "checkout" function clones into a
"python/osmo-python-tests" directory in latest, and not into a
"osmo-python-tests" directory like in nightly. Make it behave the same
by adjusting the "checkout" function in nightly.
(This code has historically grown and should be refactored imho, but
let's fix this bug first.)
Fix for:
====> Building osmo-python-tests
+ cd /home/osmocom-build/jenkins/workspace/Osmocom_OBS_latest_obs.osmocom.org/osmo-python-tests
./scripts/osmocom-latest-packages.sh: 99: cd: can't cd to .../osmo-python-tests
Change-Id: I97074ee953cadac476fe2e4b686689c26bac1ea1
---
M scripts/osmocom-latest-packages.sh
1 file changed, 3 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/36/28536/2
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/28536
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I97074ee953cadac476fe2e4b686689c26bac1ea1
Gerrit-Change-Number: 28536
Gerrit-PatchSet: 2
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-MessageType: newpatchset