Move views declarations to projects folders
[releng/builder.git] / jjb / autorelease / autorelease-projects.yaml
index 4873455ff893e1b228646b2b0b5941a2eec8e765..994802131e6df6d6a44d46c59544ae1aa36b3bfd 100644 (file)
       - fluorine:
           branch: 'master'
           integration-test: fluorine
-          extra-mvn-opts: -P!karaf -Dsft.heap.max=4g
+          extra-mvn-opts: -P!karaf -Pignore-lispflowmapping-integrationtest -Dsft.heap.max=4g
+              -Dskip.karaf.featureTest=true
       - oxygen:
-          # Run once a week (Sunday) until Nitrogen-SR3 is out.
-          cron: 'H 12 * * 6'
           branch: 'stable/oxygen'
           integration-test: oxygen
-          extra-mvn-opts: -P!karaf -Dsft.heap.max=4g
-      - nitrogen:
-          branch: 'stable/nitrogen'
-          integration-test: nitrogen
-          extra-mvn-opts: -P!karaf -Dsft.heap.max=4g
+          extra-mvn-opts: -P!karaf -Pignore-lispflowmapping-integrationtest -Dsft.heap.max=4g
+              -Dskip.karaf.featureTest=true
 
     project: releng/autorelease
     project-name: autorelease
@@ -40,3 +36,9 @@
         **/hs_err_*.log
         **/target/feature/feature.xml
     # TODO: **/*.hprof is too large, compress with xz first
+
+- view:
+    name: autorelease
+    description: 'List of autorelease jobs'
+    regex: '^autorelease-.*'
+    <<: *releng_view_common