Merge "Update cloud image CentOS7 builder x86_64"
[releng/builder.git] / jjb / mdsal / mdsal.yaml
index 7cd026b9d3a80f05941194a5fe3293fe60cd91b8..83f25b5d98472ec6e8cfda6dbd4ce6c316a74803 100644 (file)
@@ -7,17 +7,16 @@
           project-pattern: mdsal
           rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-mdsal/44052/
           rtd-token: a56d6212dd3de3eef12642affe8a6100cc8bc002
-      - odl-maven-jobs-jdk11
-      - odl-maven-verify-jobs
-      - odl-maven-verify-jobs-jdk17:
-        build-node: centos8-builder-4c-4g
+      - odl-maven-jobs-jdk17
+      - odl-maven-verify-jobs-jdk17
 
     project: mdsal
     project-name: mdsal
     branch: master
     stream: master
 
-    java-version: "openjdk11"
+    build-node: centos8-builder-4c-4g
+    java-version: "openjdk17"
     mvn-settings: "mdsal-settings"
     build-timeout: 60
 
@@ -43,7 +42,7 @@
       - odl-maven-jobs-jdk11
       - odl-maven-verify-jobs
       - odl-maven-verify-jobs-jdk17:
-        build-node: centos8-builder-4c-4g
+          build-node: centos8-builder-4c-4g
 
     project: mdsal
     project-name: mdsal
     # Used by the release job
     staging-profile-id: a674173c7b29d
 
-- project:
-    name: mdsal-7.0.x
-    jobs:
-      - "{project-name}-rtd-jobs":
-          build-node: centos7-builder-2c-2g
-          project-pattern: mdsal
-          rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-mdsal/44052/
-          rtd-token: a56d6212dd3de3eef12642affe8a6100cc8bc002
-      - odl-maven-jobs-jdk11
-      - odl-maven-verify-jobs
-
-    project: mdsal
-    project-name: mdsal
-    branch: 7.0.x
-    stream: 7.0.x
-
-    java-version: "openjdk11"
-    mvn-settings: "mdsal-settings"
-    mvn-version: mvn36
-    build-timeout: 60
-
-    archive-artifacts: >
-      **/*.prop
-      **/*.log
-      **/target/surefire-reports/*-output.txt
-      **/target/failsafe-reports/failsafe-summary.xml
-      **/hs_err_*.log
-      **/target/feature/feature.xml
-
-    # Used by the release job
-    staging-profile-id: a674173c7b29d
-
 - project:
     name: mdsal-release-management
     jobs:
     project: "mdsal"
     project-name: "mdsal"
     branch: "master"
-    java-version: "openjdk11"
+    build-node: centos8-builder-4c-4g
+    java-version: "openjdk17"
     mvn-version: mvn38
     mvn-settings: "mdsal-settings"
-    mvn-goals: "-Dmaven.compile.fork=true clean deploy -Dintegrationtests"
-    mvn-opts: "-Xmx2048m"
+    mvn-goals: "clean deploy"
+    mvn-opts: "-Dintegrationtests"
     sonarcloud: true
     sonarcloud-project-organization: "{sonarcloud_project_organization}"
     sonarcloud-api-token: "{sonarcloud_api_token}"