summaryrefslogtreecommitdiffstats
path: root/jjb/honeycomb/honeycomb.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/honeycomb/honeycomb.yaml')
-rw-r--r--jjb/honeycomb/honeycomb.yaml305
1 files changed, 0 insertions, 305 deletions
diff --git a/jjb/honeycomb/honeycomb.yaml b/jjb/honeycomb/honeycomb.yaml
deleted file mode 100644
index e088d547..00000000
--- a/jjb/honeycomb/honeycomb.yaml
+++ /dev/null
@@ -1,305 +0,0 @@
----
-- project:
- name: honeycomb
- jobs:
- - 'honeycomb-verify-{stream}-{os}'
- - 'honeycomb-merge-{stream}-{os}'
- - 'honeycomb-benchmark-master-{os}'
- project: 'honeycomb'
- os:
- - ubuntu1804:
- repo-os-part: 'ubuntu.bionic.main'
- - ubuntu1604:
- repo-os-part: 'ubuntu.xenial.main'
-
- stream:
- - master:
- branch: 'master'
- repo-stream-part: 'master'
- - '1810':
- branch: 'stable/1810'
- repo-stream-part: 'stable.1810'
- - '1901':
- branch: 'stable/1901'
- repo-stream-part: 'stable.1901'
- - '1904':
- branch: 'stable/1904'
- repo-stream-part: 'stable.1904'
-
-- project:
- name: honeycomb-view
- views:
- - project-view
- project-name: honeycomb
-
-- job-template:
- name: 'honeycomb-verify-{stream}-{os}'
- project-type: maven
- node: '{os}-builder-4c-4g'
- concurrent: true
- jdk: openjdk8-{os}
-
- build-discarder:
- daysToKeep: '{build-days-to-keep}'
- numToKeep: '{build-num-to-keep}'
- artifactDaysToKeep: '{build-artifact-days-to-keep}'
- artifactNumToKeep: '{build-artifact-num-to-keep}'
-
- parameters:
- - project-parameter:
- project: '{project}'
- - gerrit-parameter:
- branch: '{branch}'
- - os-parameter:
- os: '{os}'
-
- scm:
- - gerrit-trigger-scm:
- credentials-id: 'jenkins-gerrit-credentials'
- refspec: '$GERRIT_REFSPEC'
- choosing-strategy: 'gerrit'
-
- wrappers:
- - fdio-infra-wrappers:
- build-timeout: '{build-timeout}'
-
- triggers:
- - gerrit-trigger-patch-submitted:
- name: 'honeycomb'
- branch: '{branch}'
-
- maven:
- maven-name: 'mvn36'
- root-pom: 'pom.xml'
- # yamllint disable-line rule:line-length
- goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dmerge site'
- maven-opts: '-Xmx2048m -Dmaven.compile.fork=true'
- settings: 'honeycomb-settings'
- settings-type: cfp
- global-settings: 'global-settings'
- global-settings-type: cfp
-
- publishers:
- - email-notification:
- email-prefix: '[honeycomb]'
- - lf-infra-publish
-
-- job-template:
- name: 'honeycomb-merge-{stream}-{os}'
- project-type: maven
- node: '{os}-builder-4c-4g'
- jdk: openjdk8-{os}
-
- build-discarder:
- daysToKeep: '{build-days-to-keep}'
- numToKeep: '{build-num-to-keep}'
- artifactDaysToKeep: '{build-artifact-days-to-keep}'
- artifactNumToKeep: '{build-artifact-num-to-keep}'
-
- parameters:
- - project-parameter:
- project: '{project}'
- - os-parameter:
- os: '{os}'
- - maven-project-parameter:
- maven: 'mvn36'
- - maven-exec:
- maven-version: 'mvn36'
- - repo-name-parameter:
- repo-name: '{repo-stream-part}.{repo-os-part}'
-
- scm:
- - gerrit-trigger-scm:
- credentials-id: 'jenkins-gerrit-credentials'
- refspec: ''
- choosing-strategy: 'default'
-
- wrappers:
- - ssh-agent-credentials:
- users:
- - 'jenkins-gerrit-credentials'
- - fdio-infra-wrappers:
- build-timeout: '{build-timeout}'
-
- triggers:
- - gerrit-trigger-patch-merged:
- name: 'honeycomb'
- branch: '{branch}'
-
- maven:
- maven-name: 'mvn36'
- root-pom: 'pom.xml'
- # yamllint disable-line rule:line-length
- 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
- global-settings: 'global-settings'
- global-settings-type: cfp
-
- postbuilders:
- - maven-target:
- maven-version: 'mvn36'
- goals: '--version'
- settings: 'honeycomb-settings'
- settings-type: cfp
- global-settings: 'global-settings'
- global-settings-type: cfp
- - provide-maven-settings:
- settings-file: 'honeycomb-settings'
- global-settings-file: 'global-settings'
-
- reporters:
- - findbugs
-
- publishers:
- - sonar:
- jdk: 'openjdk8-{os}'
- language: 'java'
- branch: '{stream}'
- - email-notification:
- email-prefix: '[honeycomb]'
- - maven-deploy:
- id: ''
- unique-version: true
- deploy-unstable: false
- - lf-infra-publish
-
-- job-template:
- name: 'honeycomb-benchmark-master-{os}'
- project-type: maven
- node: '{os}-builder-4c-4g'
- jdk: openjdk8-{os}
-
- build-discarder:
- daysToKeep: '{build-days-to-keep}'
- numToKeep: '{build-num-to-keep}'
- artifactDaysToKeep: '{build-artifact-days-to-keep}'
- artifactNumToKeep: '{build-artifact-num-to-keep}'
-
- parameters:
- - project-parameter:
- project: '{project}'
- - os-parameter:
- os: '{os}'
- - maven-project-parameter:
- maven: 'mvn36'
- - maven-exec:
- maven-version: 'mvn36'
- - repo-name-parameter:
- repo-name: 'master.{repo-os-part}'
-
- scm:
- - git-scm:
- credentials-id: 'jenkins-gerrit-credentials'
- branch: 'master'
-
- wrappers:
- - ssh-agent-credentials:
- users:
- - 'jenkins-gerrit-credentials'
- - fdio-infra-wrappers:
- build-timeout: '{build-timeout}'
-
- triggers:
- - timed: '@daily'
-
- maven:
- maven-name: 'mvn36'
- root-pom: 'pom.xml'
- # yamllint disable-line rule:line-length
- goals: 'clean install -V -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -Dmerge -Pbenchmark'
- maven-opts: '-Xmx2048m -Dmaven.compile.fork=true'
- settings: 'honeycomb-settings'
- settings-type: cfp
- global-settings: 'global-settings'
- global-settings-type: cfp
-
- publishers:
- - plot:
- - 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'
- # yamllint disable-line rule:line-length
- 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'
- # yamllint disable-line rule:line-length
- exclude: 'persistence=true freq=1,persistence=true freq=10,persistence=false freq=1,persistence=false freq=10'
- # yamllint disable-line rule:line-length
- - 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'
- # yamllint disable-line rule:line-length
- 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'
- # yamllint disable-line rule:line-length
- exclude: 'simple-container,list-in-container,complex-list-in-container'
-
- - lf-infra-publish
-
-- project:
- name: honeycomb-info
- project-name: honeycomb
- jobs:
- - gerrit-info-yaml-verify
- build-node: centos7-builder-2c-2g
- project: honeycomb
- branch: master
-
-- project:
- name: honeycomb-sonar
- project: honeycomb
- project-name: honeycomb
- mvn-settings: honeycomb-settings
- sonarcloud: true
- sonarcloud-project-organization: '{sonarcloud_project_organization}'
- sonarcloud-api-token: '{sonarcloud_api_token}'
- sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
- branch: master
- build-node: centos7-docker-2c-2g
- jobs:
- - gerrit-maven-sonar