X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopflex%2Fopflex-custom.yaml;h=68b7292da8dbb8c70feec3c8fe47e4c76b7daa02;hb=0a28f0362b904fe414c5dd269f969bf26a94fee1;hp=7ca6e65cf339afb0c271b64b8afc025ba0230bfc;hpb=0278246a2b93c0348d23c607b2008bdf68c3859d;p=releng%2Fbuilder.git diff --git a/jjb/opflex/opflex-custom.yaml b/jjb/opflex/opflex-custom.yaml index 7ca6e65cf..68b7292da 100644 --- a/jjb/opflex/opflex-custom.yaml +++ b/jjb/opflex/opflex-custom.yaml @@ -6,44 +6,33 @@ - 'opflex-merge-{stream}' stream: - - carbon: + - oxygen: branch: 'master' - jdk: openjdk8 - - boron: - branch: 'stable/boron' - jdk: openjdk8 - - beryllium: - branch: 'stable/beryllium' - jdk: openjdk8 + libuv-version: '1.8.0' + rapidjson-version: '1.0.2' + openvswitch-version: '2.6.0' + - nitrogen: + branch: 'stable/nitrogen' + libuv-version: '1.8.0' + rapidjson-version: '1.0.2' + openvswitch-version: '2.6.0' + - carbon: + branch: 'stable/carbon' + libuv-version: '1.8.0' + rapidjson-version: '1.0.2' + openvswitch-version: '2.6.0' project: 'opflex' archive-artifacts: '**/*.tar.gz' - -- builder: - name: opflex-build - builders: - - maven-target: - maven-version: 'mvn33' - pom: genie/pom.xml - goals: compile - - copyartifact: - project: opflex-libuv_tgz-{stream} - flatten: true - - copyartifact: - project: opflex-rapidjson_tgz-{stream} - flatten: true - - copyartifact: - project: opflex-openvswitch_tgz-{stream} - flatten: true - - shell: !include-raw-escape: include-raw-opflex-build.sh + jdk: 'openjdk8' - job-template: name: 'opflex-verify-{stream}' project-type: freestyle - node: centos7-java-builder-2c-8g + node: centos7-builder-2c-8g concurrent: true - jdk: '{jdk}' + jdk: '{java-version}' properties: - opendaylight-infra-properties: @@ -51,10 +40,26 @@ parameters: - opendaylight-infra-parameters: + os-cloud: '{os-cloud}' project: '{project}' branch: '{branch}' refspec: 'refs/heads/{branch}' artifacts: '{archive-artifacts}' + - string: + name: LIBUV_VERSION + # yamllint disable-line rule:line-length + default: '{libuv-version}' + description: 'libuv version' + - string: + name: RAPIDJSON_VERSION + # yamllint disable-line rule:line-length + default: '{rapidjson-version}' + description: 'rapidjson version' + - string: + name: OPENVSWITCH_VERSION + # yamllint disable-line rule:line-length + default: '{openvswitch-version}' + description: 'openvswitch-version' scm: - gerrit-trigger-scm: @@ -67,7 +72,7 @@ triggers: - gerrit-trigger-patch-submitted: - server: '{server-name}' + gerrit-server-name: '{gerrit-server-name}' project: '{project}' branch: '{branch}' files: '**' @@ -81,14 +86,13 @@ - email-notification: email-recipients: '{email-recipients}' email-prefix: '[opflex]' - - opendaylight-infra-shiplogs: - maven-version: 'mvn33' + - lf-infra-publish - job-template: name: 'opflex-merge-{stream}' - node: centos7-java-builder-2c-8g - jdk: '{jdk}' + node: centos7-builder-2c-8g + jdk: '{java-version}' properties: - opendaylight-infra-properties: @@ -96,10 +100,26 @@ parameters: - opendaylight-infra-parameters: + os-cloud: '{os-cloud}' project: '{project}' branch: '{branch}' refspec: 'refs/heads/{branch}' - artifacts: '{archive-artifacts}' + artifacts: '' + - string: + name: LIBUV_VERSION + # yamllint disable-line rule:line-length + default: '{libuv-version}' + description: 'libuv version' + - string: + name: RAPIDJSON_VERSION + # yamllint disable-line rule:line-length + default: '{rapidjson-version}' + description: 'rapidjson version' + - string: + name: OPENVSWITCH_VERSION + # yamllint disable-line rule:line-length + default: '{openvswitch-version}' + description: 'openvswitch version' scm: - gerrit-trigger-scm: @@ -112,7 +132,7 @@ triggers: - gerrit-trigger-patch-merged: - server-name: '{server-name}' + gerrit-server-name: '{gerrit-server-name}' name: 'opflex' branch: '{branch}' @@ -125,5 +145,4 @@ - email-notification: email-recipients: '{email-recipients}' email-prefix: '[opflex]' - - opendaylight-infra-shiplogs: - maven-version: 'mvn33' + - lf-infra-publish