Make Java version for CSIT jobs configurable
[releng/builder.git] / jjb / sfc / sfc-python.yaml
index 55294f262ac31c0063c72ebe7d84547f55253fc7..50ba94e6678cbef2e9935fa95e1a0cba89bade6d 100644 (file)
@@ -3,14 +3,15 @@
     jobs:
         - 'sfc-verify-python-{stream}'
 
-    # stream:    branch with - in place of / (eg. stable-helium)
-    # branch:    branch (eg. stable/helium)
+    # stream:    release stream (eg. stable-lithium or beryllium)
+    # branch:    git branch (eg. stable/lithium or master)
     stream:
-        - master:
+        - boron:
             branch: 'master'
+        - beryllium:
+            branch: 'stable/beryllium'
 
     project: 'sfc'
-    jdk: 'openjdk7'
 
 - job-template:
     name: 'sfc-verify-python-{stream}'
     # The purpose of this job template is to setup a ODL verify job
     #
     # Required Variables:
-    #     stream:    branch with - in place of / (eg. stable-helium)
-    #     branch:    branch (eg. stable/helium)
+    #     stream:    release stream (eg. stable-lithium or beryllium)
+    #     branch:    git branch (eg. stable/lithium or master)
 
     project-type: freestyle
     node: dynamic_verify
     concurrent: true
-    jdk: '{jdk}'
 
     logrotate:
         daysToKeep: '{build-days-to-keep}'
@@ -81,7 +81,7 @@
             source $WORKSPACE/venv-tox/bin/activate
             pip install tox argparse
             tox --version
-            cd sfc-py
+            cd $WORKSPACE/sfc-py
             tox
             ./jenkins_build_package.sh