X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopflex%2Fopflex-custom.yaml;h=d686683215ecaf81a4059120eac4a4d9ab6b3dc9;hb=b54b4233f7a1709fa5b0ab7a0cb256f2cb1c822a;hp=2ace6c4ad9aacf6c928a3f8f0eaf838835c5ce13;hpb=1cf091979847e0772201d46a668e0a90108a0215;p=releng%2Fbuilder.git diff --git a/jjb/opflex/opflex-custom.yaml b/jjb/opflex/opflex-custom.yaml index 2ace6c4ad..d68668321 100644 --- a/jjb/opflex/opflex-custom.yaml +++ b/jjb/opflex/opflex-custom.yaml @@ -2,152 +2,153 @@ - project: name: opflex jobs: - - 'opflex-verify-{stream}' - - 'opflex-merge-{stream}' + - "opflex-verify-{stream}" + - "opflex-merge-{stream}" stream: - - fluorine: - branch: 'master' - libuv-version: '1.8.0' - rapidjson-version: '1.0.2' - openvswitch-version: '2.6.0' - - oxygen: - branch: 'stable/oxygen' - 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' - jdk: 'openjdk8' + - silicon: + branch: "master" + libuv-version: "1.20.2" + rapidjson-version: "1.1.0" + openvswitch-version: "2.12.0" + - aluminium: + branch: "stable/aluminium" + libuv-version: "1.20.2" + rapidjson-version: "1.1.0" + openvswitch-version: "2.12.0" + - magnesium: + branch: "stable/magnesium" + libuv-version: "1.20.2" + rapidjson-version: "1.1.0" + openvswitch-version: "2.12.0" + + project: "opflex" + archive-artifacts: "**/*.tar.gz" + jdk: "openjdk8" - job-template: - name: 'opflex-verify-{stream}' + name: "opflex-verify-{stream}" + + disable-job: false project-type: freestyle node: centos7-builder-2c-8g concurrent: true - jdk: '{java-version}' + jdk: "{java-version}" + disabled: "{disable-job}" properties: - opendaylight-infra-properties: - build-days-to-keep: '{build-days-to-keep}' + build-days-to-keep: "{build-days-to-keep}" parameters: - opendaylight-infra-parameters: - os-cloud: '{os-cloud}' - project: '{project}' - branch: '{branch}' - refspec: 'refs/heads/{branch}' - artifacts: '{archive-artifacts}' + 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' + default: "{libuv-version}" + description: "libuv version" - string: name: RAPIDJSON_VERSION # yamllint disable-line rule:line-length - default: '{rapidjson-version}' - description: 'rapidjson version' + default: "{rapidjson-version}" + description: "rapidjson version" - string: name: OPENVSWITCH_VERSION # yamllint disable-line rule:line-length - default: '{openvswitch-version}' - description: 'openvswitch-version' + default: "{openvswitch-version}" + description: "openvswitch-version" scm: - gerrit-trigger-scm: - refspec: '$GERRIT_REFSPEC' - choosing-strategy: 'gerrit' + refspec: "$GERRIT_REFSPEC" + choosing-strategy: "gerrit" wrappers: - opendaylight-infra-wrappers: - build-timeout: '{build-timeout}' + build-timeout: "{build-timeout}" triggers: - gerrit-trigger-patch-submitted: - gerrit-server-name: '{gerrit-server-name}' - project: '{project}' - branch: '{branch}' - files: '**' + gerrit-server-name: "{gerrit-server-name}" + project: "{project}" + branch: "{branch}" + files: "**" + forbidden-files: "" builders: - opflex-build: - mvn33: 'mvn33' - stream: '{stream}' + mvn33: "mvn33" + stream: "{stream}" publishers: - email-notification: - email-recipients: '{email-recipients}' - email-prefix: '[opflex]' + email-recipients: "{email-recipients}" + email-prefix: "[opflex]" - lf-infra-publish - job-template: - name: 'opflex-merge-{stream}' + name: "opflex-merge-{stream}" node: centos7-builder-2c-8g - jdk: '{java-version}' + jdk: "{java-version}" properties: - opendaylight-infra-properties: - build-days-to-keep: '{build-days-to-keep}' + build-days-to-keep: "{build-days-to-keep}" parameters: - opendaylight-infra-parameters: - os-cloud: '{os-cloud}' - project: '{project}' - branch: '{branch}' - refspec: 'refs/heads/{branch}' - artifacts: '' + os-cloud: "{os-cloud}" + project: "{project}" + branch: "{branch}" + refspec: "refs/heads/{branch}" + artifacts: "" - string: name: LIBUV_VERSION # yamllint disable-line rule:line-length - default: '{libuv-version}' - description: 'libuv version' + default: "{libuv-version}" + description: "libuv version" - string: name: RAPIDJSON_VERSION # yamllint disable-line rule:line-length - default: '{rapidjson-version}' - description: 'rapidjson version' + default: "{rapidjson-version}" + description: "rapidjson version" - string: name: OPENVSWITCH_VERSION # yamllint disable-line rule:line-length - default: '{openvswitch-version}' - description: 'openvswitch version' + default: "{openvswitch-version}" + description: "openvswitch version" scm: - gerrit-trigger-scm: - refspec: '' - choosing-strategy: 'default' + refspec: "" + choosing-strategy: "default" wrappers: - opendaylight-infra-wrappers: - build-timeout: '{build-timeout}' + build-timeout: "{build-timeout}" triggers: - gerrit-trigger-patch-merged: - gerrit-server-name: '{gerrit-server-name}' - name: 'opflex' - branch: '{branch}' + gerrit-server-name: "{gerrit-server-name}" + name: "opflex" + branch: "{branch}" + files: "**" + forbidden-files: "" builders: - opflex-build: - mvn33: 'mvn33' - stream: '{stream}' + mvn33: "mvn33" + stream: "{stream}" publishers: - email-notification: - email-recipients: '{email-recipients}' - email-prefix: '[opflex]' + email-recipients: "{email-recipients}" + email-prefix: "[opflex]" - lf-infra-publish