X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fdlux%2Fdlux.yaml;h=d22698d0f73bbf038bcb93bf991236f18d81cac8;hb=0bb569924b54877b36a3ca61e46d1362ca05e594;hp=e878163c46131ad9719990d7ab6058d4e3930bff;hpb=465f22e1934bd1c93c322fc8a609a46e97d32ac3;p=releng%2Fbuilder.git diff --git a/jjb/dlux/dlux.yaml b/jjb/dlux/dlux.yaml index e878163c4..d22698d0f 100644 --- a/jjb/dlux/dlux.yaml +++ b/jjb/dlux/dlux.yaml @@ -1,63 +1,58 @@ --- - project: - name: dlux-fluorine + name: dlux-master jobs: - - odl-maven-jobs - - stream: fluorine - project: 'dlux' - project-name: 'dlux' - branch: 'master' - mvn-settings: 'dlux-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'odlparent-merge-{stream}' - email-upstream: '[dlux] [odlparent]' + - odl-maven-jobs-jdk11 + - odl-maven-verify-jobs + + stream: master + project: "dlux" + project-name: "dlux" + branch: "master" + java-version: "openjdk11" + mvn-settings: "dlux-settings" + dependencies: "odlparent-merge-{stream}" + email-upstream: "[dlux] [odlparent]" # Used by the release job staging-profile-id: 96e6a0327484f - project: - name: dlux-oxygen + name: dlux-release-management jobs: - - '{project-name}-distribution-check-{stream}' - - odl-maven-jobs - - stream: oxygen - project: 'dlux' - project-name: 'dlux' - branch: 'stable/oxygen' - mvn-settings: 'dlux-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'odlparent-merge-{stream}' - email-upstream: '[dlux] [odlparent]' + - gerrit-release-merge - # Used by the release job - staging-profile-id: 96e6a0327484f + project: dlux + project-name: dlux -- project: - name: dlux-nitrogen - jobs: - - '{project-name}-distribution-check-{stream}' - - odl-maven-jobs - - stream: nitrogen - project: 'dlux' - project-name: 'dlux' - branch: 'stable/nitrogen' - mvn-settings: 'dlux-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' - dependencies: 'odlparent-merge-{stream}' - email-upstream: '[dlux] [odlparent]' - - # Used by the release job - staging-profile-id: 96e6a0327484f + build-node: centos7-builder-2c-1g + mvn-settings: dlux-settings - project: name: dlux-sonar jobs: - gerrit-maven-sonar - project: 'dlux' - project-name: 'dlux' - branch: 'master' - mvn-settings: 'dlux-settings' - mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' + project: "dlux" + project-name: "dlux" + branch: "master" + mvn-settings: "dlux-settings" + 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: dlux-info + jobs: + - gerrit-info-yaml-verify + project: dlux + project-name: dlux + branch: master + build-node: centos7-builder-2c-1g + +- project: + name: dlux-view + views: + - project-view + project-name: dlux