This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/5419
jobs: gerrit: fix osmo-python-tests: gerrit project name
Change-Id: Idb4e93d88123f0a7e403af627345300dae86aca7
---
M jobs/gerrit-verifications.yml
1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/19/5419/1
diff --git a/jobs/gerrit-verifications.yml b/jobs/gerrit-verifications.yml
index e428551..b421e34 100644
--- a/jobs/gerrit-verifications.yml
+++ b/jobs/gerrit-verifications.yml
@@ -21,6 +21,7 @@
# most common build invocation
cmd: ./contrib/jenkins.sh
repos_url: 'ssh://jenkins@gerrit.osmocom.org:29418/{repos}'
+ gerrit_project: '{repos}'
# in alphabetical order
repos:
@@ -160,6 +161,7 @@
- osmo-python-tests:
repos_url: 'ssh://jenkins@gerrit.osmocom.org:29418/python/{repos}'
+ gerrit_project: 'python/{repos}'
- osmo-sgsn:
concurrent: true
@@ -255,7 +257,7 @@
exclude-no-code-change: true
projects:
- project-compare-type: 'PLAIN'
- project-pattern: '{repos}'
+ project-pattern: '{obj:gerrit_project}'
branches:
- branch-compare-type: 'ANT'
branch-pattern: '**'
--
To view, visit https://gerrit.osmocom.org/5419
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Idb4e93d88123f0a7e403af627345300dae86aca7
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>