jobs: gerrit: fix osmo-python-tests: gerrit project name

Change-Id: Idb4e93d88123f0a7e403af627345300dae86aca7
This commit is contained in:
Neels Hofmeyr 2017-12-15 20:29:31 +01:00
parent 51f77030fb
commit 85f74b5c90
1 changed files with 3 additions and 1 deletions

View File

@ -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: '**'