X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=jjb%2Fhoneycomb%2Fhoneycomb.yaml;h=168fb132df41a365e2e232f0daa7763c0c76a405;hb=0667c29be0642396fefd418edea9b2c0bd14bb54;hp=6f56e528fc432efa116fdb2c7dfdf8283d7cd519;hpb=08cc9f170b4283b1d339d5ea45bd72b252125a6f;p=ci-management.git diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml index 6f56e528f..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' + exclude: 'simple-container,list-in-container,complex-list-in-container' + - fdio-infra-shiplogs: + maven-version: 'mvn33-new'