Remove lithium jobs
[releng/builder.git] / jjb / bgpcep / bgpcep-csit-throughpcep.yaml
index 0dd152479276cc2a7869208496c9f2f15aed3c42..45497959fd7d2c34e64305245e7bdbc635ae0388 100644 (file)
 
     # Project branches
     stream:
-        - boron:
+        - carbon:
             branch: 'master'
             jre: 'openjdk8'
+        - boron:
+            branch: 'stable/boron'
+            jre: 'openjdk8'
         - beryllium:
             branch: 'stable/beryllium'
             jre: 'openjdk7'
-        - stable-lithium:
-            branch: 'stable/lithium'
-            jre: 'openjdk7'
 
     install:
         - only:
@@ -40,3 +40,6 @@
     # so the job is defined to run once a day.
     # Trigger jobs: (daily)
     schedule: 'H H * * *'
+
+    # Controller configuration
+    controller-image: 'centos7-java-builder-2c-8g'