X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=jjb%2Fhoneycomb%2Fhoneycomb.yaml;h=168fb132df41a365e2e232f0daa7763c0c76a405;hb=6c39e638503b97484a51ccd0052a9cfe29e9fd85;hp=c3ff0c5eadc2dae712a702b1b327f3522fe330c8;hpb=fc9365863409fb0cf0a78d839f1e7f7d044ec483;p=ci-management.git diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml index c3ff0c5ea..168fb132d 100644 --- a/jjb/honeycomb/honeycomb.yaml +++ b/jjb/honeycomb/honeycomb.yaml @@ -69,6 +69,8 @@ publishers: - email-notification: email-prefix: '[honeycomb]' + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' - job-template: name: 'honeycomb-merge-{stream}-{os}' @@ -148,6 +150,8 @@ id: '' unique-version: true deploy-unstable: false + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' - job-template: name: 'honeycomb-benchmark-master' @@ -200,17 +204,64 @@ publishers: - plot: - - title: 'Infrastructure CFG write benchmark' + - title: 'Infrastructure CFG write benchmark (simple-container)' + yaxis: 'ops/second' + csv-file-name: 'simple-container.csv' + group: 'infra-bench' + keep-records: true + numbuilds: '20' + style: 'line' + use-description: false + series: + - file: 'infra/it/benchmark/target/simple-container.csv' + display-table: true + format: 'csv' + inclusion-flag: 'include-by-string' + exclude: 'persistence=true freq=1,persistence=true freq=10,persistence=false freq=1,persistence=false freq=10' + - plot: + - title: 'Infrastructure CFG write benchmark (list-in-container)' + yaxis: 'ops/second' + csv-file-name: 'list-in-container.csv' + group: 'infra-bench' + keep-records: true + numbuilds: '20' + style: 'line' + use-description: false + series: + - file: 'infra/it/benchmark/target/list-in-container.csv' + display-table: true + format: 'csv' + inclusion-flag: 'include-by-string' + exclude: 'persistence=true freq=1,persistence=true freq=10,persistence=false freq=1,persistence=false freq=10' + - plot: + - title: 'Infrastructure CFG write benchmark (complex-list-in-container)' + yaxis: 'ops/second' + csv-file-name: 'complex-list-in-container.csv' + group: 'infra-bench' + keep-records: true + numbuilds: '20' + style: 'line' + use-description: false + series: + - file: 'infra/it/benchmark/target/complex-list-in-container.csv' + display-table: true + format: 'csv' + inclusion-flag: 'include-by-string' + exclude: 'persistence=true freq=1,persistence=true freq=10,persistence=false freq=1,persistence=false freq=10' + - plot: + - title: 'Infrastructure CFG read benchmark' yaxis: 'ops/second' - csv-file-name: 'benchmark.csv' + csv-file-name: 'operational-read.csv' group: 'infra-bench' keep-records: true numbuilds: '20' style: 'line' use-description: false series: - - file: 'infra/it/benchmark/target/benchmark.csv' + - file: 'infra/it/benchmark/target/operational-read.csv' display-table: true format: 'csv' inclusion-flag: 'include-by-string' - exclude: 'Score, Score Error (99,9%)' + exclude: 'simple-container,list-in-container,complex-list-in-container' + - fdio-infra-shiplogs: + maven-version: 'mvn33-new'