X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Finfrautils%2Finfrautils.yaml;h=bfec7c881d6e37611f9eae0f3fa4c18cb2ef0eb7;hb=2153c12380225226da1a4488f439945046080f34;hp=ec2ae83fce608fff5ef3094e7bac0fdb2ee8fca0;hpb=9d926f94fe3824189d4990b904c1807602ba7d85;p=releng%2Fbuilder.git diff --git a/jjb/infrautils/infrautils.yaml b/jjb/infrautils/infrautils.yaml index ec2ae83fc..97a950be7 100644 --- a/jjb/infrautils/infrautils.yaml +++ b/jjb/infrautils/infrautils.yaml @@ -1,18 +1,28 @@ --- - project: - name: infrautils-oxygen + name: infrautils-aluminium jobs: - '{project-name}-distribution-check-{stream}' - - '{project-name}-integration-{stream}' - '{project-name}-maven-javadoc-jobs' - - odl-maven-jobs + - 'gerrit-release-merge': + build-node: centos7-builder-2c-2g + - '{project-name}-rtd-jobs': + build-node: centos7-builder-2c-2g + doc-dir: .tox/docs/tmp/html + project-pattern: infrautils + rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-infrautils/38993/ + rtd-token: 294c76173237e3a088365c31012cf4ddaa767dc9 + - odl-maven-jobs-jdk11 + - odl-maven-verify-jobs - stream: oxygen + stream: aluminium project: 'infrautils' project-name: 'infrautils' branch: 'master' + java-version: 'openjdk11' mvn-settings: 'infrautils-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + mvn-version: mvn36 + mvn-opts: '-Xmx1024m' dependencies: 'odlparent-merge-{stream}' email-upstream: '[infrautils] [odlparent]' @@ -20,18 +30,26 @@ staging-profile-id: 96fca0367756c - project: - name: infrautils-nitrogen + name: infrautils-magnesium jobs: - '{project-name}-distribution-check-{stream}' - - '{project-name}-integration-{stream}' - - odl-maven-jobs + - '{project-name}-maven-javadoc-jobs' + - '{project-name}-rtd-jobs': + build-node: centos7-builder-2c-2g + doc-dir: .tox/docs/tmp/html + project-pattern: infrautils + rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-infrautils/38993/ + rtd-token: 294c76173237e3a088365c31012cf4ddaa767dc9 + - odl-maven-jobs-jdk11 + - odl-maven-verify-jobs - stream: nitrogen + stream: magnesium project: 'infrautils' project-name: 'infrautils' - branch: 'stable/nitrogen' + branch: 'stable/magnesium' + java-version: 'openjdk11' mvn-settings: 'infrautils-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + mvn-opts: '-Xmx1024m' dependencies: 'odlparent-merge-{stream}' email-upstream: '[infrautils] [odlparent]' @@ -39,19 +57,25 @@ staging-profile-id: 96fca0367756c - project: - name: infrautils-carbon + name: infrautils-sodium jobs: - '{project-name}-distribution-check-{stream}' - - '{project-name}-integration-{stream}' + - '{project-name}-maven-javadoc-jobs' + - '{project-name}-rtd-jobs': + build-node: centos7-builder-2c-2g + doc-dir: .tox/docs/tmp/html + project-pattern: infrautils + rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-infrautils/38993/ + rtd-token: 294c76173237e3a088365c31012cf4ddaa767dc9 - odl-maven-jobs + - odl-maven-verify-jobs - stream: carbon + stream: sodium project: 'infrautils' project-name: 'infrautils' - branch: 'stable/carbon' - karaf-version: karaf3 + branch: 'stable/sodium' mvn-settings: 'infrautils-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + mvn-opts: '-Xmx1024m' dependencies: 'odlparent-merge-{stream}' email-upstream: '[infrautils] [odlparent]' @@ -65,5 +89,25 @@ project: 'infrautils' project-name: 'infrautils' branch: 'master' + java-version: 'openjdk11' mvn-settings: 'infrautils-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + mvn-opts: '-Xmx1024m' + sonarcloud: true + sonarcloud-project-organization: '{sonarcloud_project_organization}' + sonarcloud-api-token: '{sonarcloud_api_token}' + sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}' + +- project: + name: infrautils-info + jobs: + - gerrit-info-yaml-verify + project: infrautils + project-name: infrautils + branch: master + build-node: centos7-builder-2c-1g + +- project: + name: infrautils-view + views: + - project-view + project-name: infrautils