X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnemo%2Fnemo.yaml;h=87b339e40f132164885f69b22984a0a182feda55;hb=dac658c4a6587a4b299b18df0e2c558371722167;hp=ef1b6c17ec23297e9661ebb7509f8e46d234371a;hpb=7f79865712e8ea0a4fb337c8c10e6796ba3070f5;p=releng%2Fbuilder.git diff --git a/jjb/nemo/nemo.yaml b/jjb/nemo/nemo.yaml index ef1b6c17e..87b339e40 100644 --- a/jjb/nemo/nemo.yaml +++ b/jjb/nemo/nemo.yaml @@ -2,12 +2,9 @@ - project: name: nemo-oxygen jobs: - - '{project-name}-clm-{stream}' - '{project-name}-distribution-check-{stream}' - '{project-name}-integration-{stream}' - - '{project-name}-merge-{stream}' - - '{project-name}-verify-{stream}-{maven}-{jdks}' - - gerrit-maven-verify-dependencies + - odl-maven-jobs stream: oxygen project: 'nemo' @@ -19,20 +16,20 @@ - mvn33: mvn-version: 'mvn33' mvn-settings: 'nemo-settings' - mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' dependencies: '' email-upstream: '[nemo]' archive-artifacts: '' + # Used by the release job + staging-profile-id: a67a9890f6202 + - project: name: nemo-nitrogen jobs: - - '{project-name}-clm-{stream}' - '{project-name}-distribution-check-{stream}' - '{project-name}-integration-{stream}' - - '{project-name}-merge-{stream}' - - '{project-name}-verify-{stream}-{maven}-{jdks}' + - odl-maven-jobs stream: nitrogen project: 'nemo' @@ -44,20 +41,20 @@ - mvn33: mvn-version: 'mvn33' mvn-settings: 'nemo-settings' - mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' dependencies: '' email-upstream: '[nemo]' archive-artifacts: '' + # Used by the release job + staging-profile-id: a67a9890f6202 + - project: name: nemo-carbon jobs: - - '{project-name}-clm-{stream}' - '{project-name}-distribution-check-{stream}' - '{project-name}-integration-{stream}' - - '{project-name}-merge-{stream}' - - '{project-name}-verify-{stream}-{maven}-{jdks}' + - odl-maven-jobs stream: carbon project: 'nemo' @@ -70,19 +67,20 @@ - mvn33: mvn-version: 'mvn33' mvn-settings: 'nemo-settings' - mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m' dependencies: '' email-upstream: '[nemo]' archive-artifacts: '' + # Used by the release job + staging-profile-id: a67a9890f6202 + - project: name: nemo-sonar jobs: - - '{project-name}-sonar' + - gerrit-maven-sonar project: 'nemo' project-name: 'nemo' branch: 'master' mvn-settings: 'nemo-settings' - mvn-goals: 'clean install' mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'