Merge "[AAI] Update babel to use maven 3.6"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 23 Feb 2021 17:57:21 +0000 (17:57 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 23 Feb 2021 17:57:21 +0000 (17:57 +0000)
jjb/cps/cps.yaml
jjb/global-defaults.yaml
jjb/oom/oom-helm.yaml
jjb/sdc/sdc-csit.yaml
jjb/sdc/sdc.yaml

index 0e4baef..fc79e96 100644 (file)
@@ -43,7 +43,6 @@
           sign-artifacts: true
           build-node: centos7-docker-8c-8g
           maven-versions-plugin: true
-          mvn-params: '-DprocessAllModules'
       - gerrit-maven-docker-stage:
           build-node: centos7-docker-8c-8g
           maven-versions-plugin: true
index 1dd35a8..e29f278 100644 (file)
@@ -59,7 +59,7 @@
     # SonarCloud
     sonarcloud_project_organization: onap
     sonarcloud_api_token: da97604dfdc36ec82488a97ebea96ad01f7b10ff
-    sonar_mvn_goal: "org.sonarsource.scanner.maven:sonar-maven-plugin:3.7.0.1746:sonar"
+    sonar_mvn_goal: "org.sonarsource.scanner.maven:sonar-maven-plugin:3.8.0.2131:sonar"
 
     # Nexus3 docker registries
     container-public-registry: nexus3.onap.org:10001
index eeeab15..504f7f4 100644 (file)
@@ -63,6 +63,9 @@
       - "{project-name}-{stream}-verify-helm2":
           files: "**"
           build-timeout: 360
+          stream:
+            - guilin
+            - frankfurt
       - "{project-name}-{stream}-verify-{helm_bin}":
           build_script: "{oom_build_script}"
           files: "**"
index 873c0a6..96f6625 100644 (file)
                 mvn-params: '-Dnpm.registry=https://nexus3.onap.org/repository/npm.public/ -Ddocker.skip.push=true -P docker,all-for-integration-tests-only'
                 maven-versions-plugin: true
                 build-concurrent: true
+                archive-artifacts: >
+                    **/*.log
+                    **/hs_err_*.log
+                    **/target/**/feature.xml
+                    **/target/failsafe-reports/failsafe-summary.xml
+                    **/target/surefire-reports/*-output.txt
+                    integration-tests/target/ExtentReport/API/*.html
+                    integration-tests/target/ExtentReport/UI/*.html
+                    integration-tests/target/ExtentReport/UI/screenshots/*.png
           - '{project-name}-merge-verification-maven-{stream}':
                 build-node: ubuntu1804-docker-8c-16g
                 container-public-registry: 'nexus3.onap.org:10001'
index 79c7224..de4ece0 100644 (file)
@@ -94,7 +94,7 @@
     sonarcloud-project-organization: '{sonarcloud_project_organization}'
     sonarcloud-api-token: '{sonarcloud_api_token}'
     sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
-    sonar-mvn-goal: "org.sonarsource.scanner.maven:sonar-maven-plugin:3.7.0.1746:sonar"
+    sonar-mvn-goal: '{sonar_mvn_goal}'
     cron: '@daily'
     build-node: ubuntu1804-docker-8c-16g
     project: 'sdc'