Disable Lithium jobs
[releng/builder.git] / jjb / autorelease / autorelease-projects.yaml
index db908131b2b050401a9d2e91adede2b5750a0df8..d68d4dbb06ef886042b8653bf36026c08531b6f5 100644 (file)
@@ -7,13 +7,27 @@
         - 'autorelease-site-verify-{stream}'
 
     stream:
-    - beryllium:
+    - 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'