X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fopflex%2Fopflex-custom.yaml;h=aad0b09e6d6d0693d9eeabf05b6bf8182c7fd98c;hb=a89c124b4f0535918f1bdd6248098cf55a608984;hp=cc5861c34863422ef84bf375fd57e774a41db26f;hpb=df41ea03ea9afb723792d8059b2fa757dd33daf9;p=releng%2Fbuilder.git diff --git a/jjb/opflex/opflex-custom.yaml b/jjb/opflex/opflex-custom.yaml index cc5861c34..aad0b09e6 100644 --- a/jjb/opflex/opflex-custom.yaml +++ b/jjb/opflex/opflex-custom.yaml @@ -1,21 +1,20 @@ +--- - project: name: opflex jobs: - - 'opflex-verify-{stream}' - - 'opflex-merge-{stream}' -# - 'opflex-daily-{stream}' -# - 'opflex-distribution-{stream}' + - 'opflex-verify-{stream}' + - 'opflex-merge-{stream}' stream: - - carbon: - branch: 'master' - jdk: openjdk8 - - boron: - branch: 'stable/boron' - jdk: openjdk8 - - beryllium: - branch: 'stable/beryllium' - jdk: openjdk8 + - carbon: + branch: 'master' + jdk: openjdk8 + - boron: + branch: 'stable/boron' + jdk: openjdk8 + - beryllium: + branch: 'stable/beryllium' + jdk: openjdk8 project: 'opflex' archive-artifacts: '**/*.tar.gz' @@ -36,9 +35,7 @@ - copyartifact: project: opflex-openvswitch_tgz-{stream} flatten: true - - shell: - !include-raw-escape: - - include-raw-opflex-build.sh + - shell: !include-raw-escape: include-raw-opflex-build.sh - job-template: name: 'opflex-verify-{stream}' @@ -48,45 +45,45 @@ concurrent: true jdk: '{jdk}' - logrotate: - daysToKeep: '{build-days-to-keep}' - numToKeep: '{build-num-to-keep}' - artifactDaysToKeep: '{build-artifact-days-to-keep}' - artifactNumToKeep: '{build-artifact-num-to-keep}' + properties: + - opendaylight-infra-properties: + build-days-to-keep: '{build-days-to-keep}' parameters: - - opendaylight-infra-parameters: - project: '{project}' - branch: '{branch}' - refspec: 'refs/heads/{branch}' - artifacts: '{archive-artifacts}' + - opendaylight-infra-parameters: + os-cloud: '{os-cloud}' + project: '{project}' + branch: '{branch}' + refspec: 'refs/heads/{branch}' + artifacts: '{archive-artifacts}' scm: - - gerrit-trigger-scm: - refspec: '$GERRIT_REFSPEC' - choosing-strategy: 'gerrit' + - gerrit-trigger-scm: + refspec: '$GERRIT_REFSPEC' + choosing-strategy: 'gerrit' wrappers: - - opendaylight-infra-wrappers: - build-timeout: '{build-timeout}' + - opendaylight-infra-wrappers: + build-timeout: '{build-timeout}' triggers: - - gerrit-trigger-patch-submitted: - server-name: '{server-name}' - name: 'opflex' - branch: '{branch}' + - gerrit-trigger-patch-submitted: + server: '{server-name}' + project: '{project}' + branch: '{branch}' + files: '**' builders: - - opflex-build: - mvn33: 'mvn33' - stream: '{stream}' + - opflex-build: + mvn33: 'mvn33' + stream: '{stream}' publishers: - - email-notification: - email-recipients: '{email-recipients}' - email-prefix: '[opflex]' - - opendaylight-infra-shiplogs: - maven-version: 'mvn33' + - email-notification: + email-recipients: '{email-recipients}' + email-prefix: '[opflex]' + - opendaylight-infra-shiplogs: + maven-version: 'mvn33' - job-template: name: 'opflex-merge-{stream}' @@ -94,42 +91,41 @@ node: centos7-java-builder-2c-8g jdk: '{jdk}' - logrotate: - daysToKeep: '{build-days-to-keep}' - numToKeep: '{build-num-to-keep}' - artifactDaysToKeep: '{build-artifact-days-to-keep}' - artifactNumToKeep: '{build-artifact-num-to-keep}' + properties: + - opendaylight-infra-properties: + build-days-to-keep: '{build-days-to-keep}' parameters: - - opendaylight-infra-parameters: - project: '{project}' - branch: '{branch}' - refspec: 'refs/heads/{branch}' - artifacts: '{archive-artifacts}' + - opendaylight-infra-parameters: + os-cloud: '{os-cloud}' + project: '{project}' + branch: '{branch}' + refspec: 'refs/heads/{branch}' + artifacts: '{archive-artifacts}' scm: - - gerrit-trigger-scm: - refspec: '' - choosing-strategy: 'default' + - gerrit-trigger-scm: + refspec: '' + choosing-strategy: 'default' wrappers: - - opendaylight-infra-wrappers: - build-timeout: '{build-timeout}' + - opendaylight-infra-wrappers: + build-timeout: '{build-timeout}' triggers: - - gerrit-trigger-patch-merged: - server-name: '{server-name}' - name: 'opflex' - branch: '{branch}' + - gerrit-trigger-patch-merged: + server-name: '{server-name}' + name: 'opflex' + branch: '{branch}' builders: - - opflex-build: - mvn33: 'mvn33' - stream: '{stream}' + - opflex-build: + mvn33: 'mvn33' + stream: '{stream}' publishers: - - email-notification: - email-recipients: '{email-recipients}' - email-prefix: '[opflex]' - - opendaylight-infra-shiplogs: - maven-version: 'mvn33' + - email-notification: + email-recipients: '{email-recipients}' + email-prefix: '[opflex]' + - opendaylight-infra-shiplogs: + maven-version: 'mvn33'