Merge "BUG-2625: validate tcpmd5 using jdk8 only"
[releng/builder.git] / jjb / bgpcep / bgpcep-python.yaml
index 14fe151731c985bbf8fda15d6ac95e8d25934534..d4a2975749e20a84e2b6c2c4ee6224defabf7ce8 100644 (file)
@@ -3,11 +3,13 @@
     jobs:
         - 'bgpcep-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'
         - stable-lithium:
             branch: 'stable/lithium'
 
@@ -22,8 +24,8 @@
     # 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
 
     builders:
         - shell: |
-            cd pcep/pcepy
+            virtualenv $WORKSPACE/venv-tox
+            source $WORKSPACE/venv-tox/bin/activate
+            pip install tox argparse
+            tox --version
+            cd $WORKSPACE/pcep/pcepy
             tox
 
     publishers:
         - email-notification:
             email-prefix: '[bgpcep]'
-