Merge "Move netvirt Sonar scan to Sonarcloud"
[releng/builder.git] / jjb / archetypes / archetypes.yaml
index c5924cebe566f1ffb76ae1888af4b16efc69b1df..5480703c15df5dabacd147879283cae377acf790 100644 (file)
@@ -2,14 +2,7 @@
 - project:
     name: archetypes-aluminium
     jobs:
-      - gerrit-release-merge
-      - gerrit-maven-clm
-      - '{project-name}-merge-{stream}':
-          build-timeout: 180
-          cron: '@daily'
-          mvn-goals: clean install -V -Dmaven.compile.fork=true
-      - gerrit-maven-stage:
-          sign-artifacts: true
+      - odl-maven-jobs-jdk11
       - odl-maven-verify-jobs
 
     stream: aluminium
 - project:
     name: archetypes-magnesium
     jobs:
-      - gerrit-maven-clm
-      - '{project-name}-merge-{stream}':
-          build-timeout: 180
-          cron: '@daily'
-          mvn-goals: clean install -V -Dmaven.compile.fork=true
-      - gerrit-maven-stage:
-          sign-artifacts: true
+      - odl-maven-jobs-jdk11
       - odl-maven-verify-jobs
 
     stream: magnesium
 - project:
     name: archetypes-sodium
     jobs:
-      - gerrit-maven-clm
-      - '{project-name}-merge-{stream}':
-          build-timeout: 180
-          cron: '@daily'
-          mvn-goals: clean install -V -Dmaven.compile.fork=true
-      - gerrit-maven-stage:
-          sign-artifacts: true
+      - odl-maven-jobs
       - odl-maven-verify-jobs
 
     stream: sodium
     branch: 'master'
     java-version: 'openjdk11'
     mvn-settings: 'archetypes-settings'
+    sonarcloud: true
+    sonarcloud-project-organization: '{sonarcloud_project_organization}'
+    sonarcloud-api-token: '{sonarcloud_api_token}'
+    sonarcloud-project-key: '{sonarcloud_project_organization}_{project-name}'
+
+- project:
+    name: archetypes-info
+    jobs:
+      - gerrit-info-yaml-verify
+    project: archetypes
+    project-name: archetypes
+    branch: master
+    build-node: centos7-builder-2c-1g
 
 - project:
     name: archetypes-view