Disable Lithium jobs
[releng/builder.git] / jjb / autorelease / autorelease-projects.yaml
index 83c8c63af3ac462a0990c96fe3ae165c8ae344aa..d68d4dbb06ef886042b8653bf36026c08531b6f5 100644 (file)
@@ -2,23 +2,32 @@
     name: autorelease-projects
     jobs:
         - 'autorelease-release-{stream}'
-        - 'autorelease-release-test-{stream}'
         - 'autorelease-project-report-{stream}'
         - 'autorelease-site-publish-{stream}'
         - 'autorelease-site-verify-{stream}'
 
     stream:
-    - boron:
+    - carbon:
+        next-release-tag: Carbon
         branch: 'master'
         jdk: 'openjdk8'
+        integration-test: carbon
+    - boron:
+        next-release-tag: Boron-RC0
+        branch: 'stable/boron'
+        jdk: 'openjdk8'
         integration-test: boron
     - beryllium:
+        next-release-tag: Beryllium-SR4
         branch: 'stable/beryllium'
         jdk: 'openjdk7'
         integration-test: beryllium
     - lithium:
+        disabled: true
+        next-release-tag: Lithium-SR5
         branch: 'stable/lithium'
         jdk: 'openjdk7'
         integration-test: stable-lithium
 
     project: 'releng/autorelease'
+    archive-artifacts: '**/*.prop **/*.log **/patches/*.bundle **/patches/*.patch'