diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-09-19 13:46:02 +0900 |
---|---|---|
committer | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-09-19 13:46:02 +0900 |
commit | 76d077140d4cb4155dbf3d8126e22119321bfe0b (patch) | |
tree | b5c3b243946c55503884493f1bf5d1b9109ef95b /jjb | |
parent | 14ac395628e0c290c8c14d54d10c5512b61a5085 (diff) |
fix wrong pod name in doctor trigger-builds
Change-Id: If573c47f6a850a92cd98e3275e4116d045b75edd
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/doctor/doctor.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml index fcbd1b0e7..3e5849d45 100644 --- a/jjb/doctor/doctor.yml +++ b/jjb/doctor/doctor.yml @@ -18,6 +18,7 @@ installer: - apex: slave-label: 'ool-virtual1' + pod: 'ool-virtual1' inspector: - sample @@ -122,7 +123,7 @@ builders: - trigger-builds: - - project: 'functest-{installer}-virtual-suite-{stream}' + - project: 'functest-{installer}-{pod}-suite-{stream}' current-parameters: true predefined-parameters: | FUNCTEST_SUITE_NAME=doctor |