Remove lithium jobs
[releng/builder.git] / jjb / autorelease / autorelease-projects.yaml
index 3ff399389011c03e445f524efa1cbfae7313c24f..a1d34bb0d4ffe39ae7dde0e323426771cad4085d 100644 (file)
@@ -1,19 +1,27 @@
 - project:
     name: autorelease-projects
     jobs:
-        - 'autorelease-daily-{stream}'
         - 'autorelease-release-{stream}'
+        - 'autorelease-project-report-{stream}'
         - 'autorelease-site-publish-{stream}'
         - 'autorelease-site-verify-{stream}'
 
     stream:
-    - beryllium:
+    - carbon:
+        next-release-tag: Carbon
         branch: 'master'
+        jdk: 'openjdk8'
+        integration-test: carbon
+    - boron:
+        next-release-tag: Boron
+        branch: 'stable/boron'
+        jdk: 'openjdk8'
+        integration-test: boron
+    - beryllium:
+        next-release-tag: Beryllium-SR4
+        branch: 'stable/beryllium'
         jdk: 'openjdk7'
         integration-test: beryllium
-    - lithium:
-        branch: 'stable/lithium'
-        jdk: 'openjdk7'
-        integration-test: stable-lithium
 
     project: 'releng/autorelease'
+    archive-artifacts: '**/*.prop **/*.log **/patches/*.bundle **/patches/*.patch'