X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=jjb%2Fhoneycomb%2Fhoneycomb.yaml;h=f9fe28ea06b10f922d5e36431925931daceca6cf;hb=a94cf15bd0ac4d3c903aa6294437711d4ecc3966;hp=c3ff0c5eadc2dae712a702b1b327f3522fe330c8;hpb=f5e27abda55bf477d508c47b49c48e6dc0409b1c;p=ci-management.git diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml index c3ff0c5ea..f9fe28ea0 100644 --- a/jjb/honeycomb/honeycomb.yaml +++ b/jjb/honeycomb/honeycomb.yaml @@ -8,7 +8,6 @@ os: - ubuntu1604: repo-os-part: 'ubuntu.xenial.main' - skip-site: 'true' stream: - master: branch: 'master' @@ -16,6 +15,9 @@ - '1609': branch: 'stable/1609' repo-stream-part: 'stable.1609' + - '1701': + branch: 'stable/1701' + repo-stream-part: 'stable.1701' - job-template: name: 'honeycomb-verify-{stream}-{os}' @@ -69,6 +71,8 @@ publishers: - email-notification: email-prefix: '[honeycomb]' + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' - job-template: name: 'honeycomb-merge-{stream}-{os}' @@ -115,7 +119,7 @@ maven: maven-name: 'mvn33-new' root-pom: 'pom.xml' - goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dmerge -Dsonar -Dmaven.site.skip={skip-site} site -Dmaven.site.deploy.skip={skip-site} site:deploy' + goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dmerge -Dsonar site site:deploy' maven-opts: '-Xmx2048m -Dmaven.compile.fork=true' settings: 'honeycomb-settings' settings-type: cfp @@ -148,6 +152,8 @@ id: '' unique-version: true deploy-unstable: false + - fdio-infra-shiplogs: + maven-version: 'mvn33-new' - job-template: name: 'honeycomb-benchmark-master' @@ -200,17 +206,61 @@ publishers: - plot: - - title: 'Infrastructure CFG write benchmark' + - title: 'Infrastructure CFG write benchmark (simple-container)' yaxis: 'ops/second' - csv-file-name: 'benchmark.csv' + 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/benchmark.csv' + - file: 'infra/it/benchmark/target/simple-container.csv' display-table: true format: 'csv' inclusion-flag: 'include-by-string' - exclude: 'Score, Score Error (99,9%)' + exclude: 'persistence=true freq=1,persistence=true freq=10,persistence=false freq=1,persistence=false freq=10' + - 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' + - 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' + - title: 'Infrastructure CFG read benchmark' + yaxis: 'ops/second' + 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/operational-read.csv' + display-table: true + format: 'csv' + inclusion-flag: 'include-by-string' + exclude: 'simple-container,list-in-container,complex-list-in-container' + - fdio-infra-shiplogs: + maven-version: 'mvn33-new'