diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-01-07 10:09:12 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-07 10:09:12 +0000 |
commit | 3f8ff074cbdc4f6d882345ac2cacf2acc26efc5b (patch) | |
tree | cd44c6f9391fc6b6439dc3511dbd539ac53cfde7 /jjb | |
parent | f14434d1a7bdd7b51bdd7b60aa61cfabcf481d4a (diff) | |
parent | c183542537c54ade9c12fcb96891395e87df2887 (diff) |
Merge "doctor: pass project and branch to parameter macro"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/doctor/doctor.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml index 229461b30..79dee84f9 100644 --- a/jjb/doctor/doctor.yml +++ b/jjb/doctor/doctor.yml @@ -178,7 +178,9 @@ disabled: '{obj:disabled}' parameters: - - 'doctor-default' + - 'doctor-defaults': + project: '{project}' + branch: '{branch}' - string: name: PROFILER default: poc @@ -197,7 +199,7 @@ ##################################### # TODO(yujunz) replace common parameter in doctor-verify-{stream} with macro - parameter: - name: 'doctor-default' + name: 'doctor-defaults' parameters: - project-parameter: project: '{project}' @@ -216,7 +218,7 @@ server-name: 'gerrit.opnfv.org' trigger-on: - comment-added-contains-event: - comment-contains-value: 'check experimental' + comment-contains-value: 'check-experimental' projects: - project-compare-type: 'ANT' project-pattern: '{project}' |