Add openjdk8 to AR sodium branch 77/80677/2
authorAnil Belur <abelur@linuxfoundation.org>
Tue, 5 Mar 2019 09:48:56 +0000 (19:48 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Tue, 5 Mar 2019 09:48:56 +0000 (19:48 +1000)
- Create AR job for sodium with openjdk8
- Move the 'mvn-params' under each stream and make the param
common to all streams.

Change-Id: Ic5cad97d5eb2a9f33c50ac9b778ff6ea917cfe26
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
jjb/autorelease/autorelease-projects.yaml

index 8252fb3cabea294fddc1f983d8a8029aaf9361b8..164d6eba9137d422db08f0d0f6e035b001adc165 100644 (file)
       - sodium:
           branch: 'master'
           integration-test: sodium
-          mvn-params: >
-              -Pintegrationtests,repoBuild
-              -P!karaf
-              -Pignore-lispflowmapping-integrationtest
-              -Dcheckstyle.skip=true
-              -Dskip.karaf.featureTest=true
-              -Dsft.heap.max=4g
-          java-version: openjdk11
       - neon:
           branch: 'stable/neon'
           integration-test: neon
-          mvn-params: >
-              -Pintegrationtests,repoBuild
-              -P!karaf
-              -Pignore-lispflowmapping-integrationtest
-              -Dcheckstyle.skip=true
-              -Dskip.karaf.featureTest=true
-              -Dsft.heap.max=4g
-          java-version: openjdk8
       - fluorine:
           branch: 'stable/fluorine'
           integration-test: fluorine
-          mvn-params: >
-              -Pintegrationtests,repoBuild
-              -P!karaf
-              -Pignore-lispflowmapping-integrationtest
-              -Dcheckstyle.skip=true
-              -Dskip.karaf.featureTest=true
-              -Dsft.heap.max=4g
-          java-version: openjdk8
       - oxygen:
           branch: 'stable/oxygen'
           integration-test: oxygen
-          mvn-params: >
-              -Pintegrationtests,repoBuild
-              -P!karaf
-              -Pignore-lispflowmapping-integrationtest
-              -Dcheckstyle.skip=true
-              -Dskip.karaf.featureTest=true
-              -Dsft.heap.max=4g
           disable-job: 'true'
-          java-version: openjdk8
 
     project: releng/autorelease
     project-name: autorelease
         **/target/feature/feature.xml
     staging-profile-id: 425e43800fea70
     # TODO: **/*.hprof is too large, compress with xz first
+    mvn-params: >
+        -Pintegrationtests,repoBuild
+        -P!karaf
+        -Pignore-lispflowmapping-integrationtest
+        -Dcheckstyle.skip=true
+        -Dskip.karaf.featureTest=true
+        -Dsft.heap.max=4g
+    java-version: openjdk8
+
+
+- project:
+    name: autorelease-projects-openjdk11
+    jobs:
+      - 'autorelease-release-{stream}-{mvn-version}-{java-version}':
+          build-node: centos7-autorelease-4c-16g
+
+    stream:
+      - sodium:
+          branch: 'master'
+          integration-test: sodium
+          java-version: openjdk11
+
+    project: releng/autorelease
+    project-name: autorelease
+    build-node: centos7-builder-2c-8g
+    # Before adding more here, beware of https://jira.linuxfoundation.org/browse/RELENG-280
+    archive-artifacts: >
+        **/*.prop
+        **/*.log
+        **/target/surefire-reports/*-output.txt
+        **/target/failsafe-reports/failsafe-summary.xml
+        **/hs_err_*.log
+        **/target/feature/feature.xml
+    staging-profile-id: 425e43800fea70
+    # TODO: **/*.hprof is too large, compress with xz first
+    mvn-params: >
+        -Pintegrationtests,repoBuild
+        -P!karaf
+        -Pignore-lispflowmapping-integrationtest
+        -Dcheckstyle.skip=true
+        -Dskip.karaf.featureTest=true
+        -Dsft.heap.max=4g
+    java-version: openjdk8
 
 - project:
     name: autorelease-view