diff options
-rw-r--r-- | jjb/apex/apex.yml | 18 | ||||
-rw-r--r-- | jjb/doctor/doctor.yml | 2 | ||||
-rw-r--r-- | jjb/storperf/storperf.yml | 15 |
3 files changed, 35 insertions, 0 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 24fa4b103..073081eea 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -182,6 +182,12 @@ disabled: false + scm: + - git-scm: + credentials-id: '{ssh-credentials}' + refspec: '' + branch: '{branch}' + parameters: - project-parameter: project: '{project}' @@ -205,6 +211,12 @@ disabled: true + scm: + - git-scm: + credentials-id: '{ssh-credentials}' + refspec: '' + branch: '{branch}' + parameters: - project-parameter: project: '{project}' @@ -227,6 +239,12 @@ disabled: false + scm: + - git-scm: + credentials-id: '{ssh-credentials}' + refspec: '' + branch: '{branch}' + parameters: - project-parameter: project: '{project}' diff --git a/jjb/doctor/doctor.yml b/jjb/doctor/doctor.yml index d356b2c8e..963e1fd73 100644 --- a/jjb/doctor/doctor.yml +++ b/jjb/doctor/doctor.yml @@ -19,6 +19,7 @@ - job-template: name: '{project}-verify' + disabled: true <<: *job_defaults scm: - gerrit-trigger-scm: @@ -46,6 +47,7 @@ - job-template: name: '{project}-merge-{stream}' + disabled: true <<: *job_defaults scm: - gerrit-trigger-scm: diff --git a/jjb/storperf/storperf.yml b/jjb/storperf/storperf.yml index 1b2d4060c..c58f9efce 100644 --- a/jjb/storperf/storperf.yml +++ b/jjb/storperf/storperf.yml @@ -108,6 +108,21 @@ publishers: - junit: results: nosetests.xml + - cobertura: + report-file: "coverage.xml" + only-stable: "true" + health-auto-update: "true" + stability-auto-update: "true" + zoom-coverage-chart: "true" + targets: + - files: + healthy: 10 + unhealthy: 20 + failing: 30 + - method: + healthy: 50 + unhealthy: 40 + failing: 30 - job-template: name: 'storperf-daily-{stream}' |