Disable Lithium jobs
[releng/builder.git] / jjb / sfc / sfc-python.yaml
index 4f5f45937f575bdddc14ac9f2fdcb97439b95ff3..f177cccfaff05393e1aa65bfcf3810eaf2752407 100644 (file)
@@ -6,8 +6,10 @@
     # stream:    release stream (eg. stable-lithium or beryllium)
     # branch:    git branch (eg. stable/lithium or master)
     stream:
-        - boron:
+        - carbon:
             branch: 'master'
+        - boron:
+            branch: 'stable/boron'
         - beryllium:
             branch: 'stable/beryllium'
 
@@ -15,6 +17,8 @@
 
 - job-template:
     name: 'sfc-verify-python-{stream}'
+    disabled: {disabled}
+    node: centos7-java-builder-2c-8g
 
     # Job template for ODL verify jobs
     #
@@ -25,7 +29,6 @@
     #     branch:    git branch (eg. stable/lithium or master)
 
     project-type: freestyle
-    node: dynamic_verify
     concurrent: true
 
     logrotate:
         artifactNumToKeep: '{build-artifact-num-to-keep}'
 
     parameters:
-        - project-parameter:
-            project: '{project}'
-        - gerrit-parameters:
+        - opendaylight-infra-parameters:
             project: '{project}'
             branch: '{branch}'
             refspec: 'refs/heads/{branch}'
+            artifacts: '{archive-artifacts}'
 
     scm:
         - gerrit-trigger-scm:
-            credentials-id: '{ssh-credentials}'
             refspec: '$GERRIT_REFSPEC'
             choosing-strategy: 'gerrit'
 
     wrappers:
-        - build-timeout
-        - ssh-agent-credentials:
-            users:
-                - '{ssh-credentials}'
+        - opendaylight-infra-wrappers:
+            build-timeout: '{build-timeout}'
 
     triggers:
         - gerrit:
@@ -90,4 +89,3 @@
     publishers:
         - email-notification:
             email-prefix: '[sfc]'
-