Separate VIRL test job; Make VIRL job non-concurrent. 50/350/1
authorStefan Kobza <skobza@cisco.com>
Thu, 18 Feb 2016 15:35:47 +0000 (16:35 +0100)
committerStefan Kobza <skobza@cisco.com>
Thu, 18 Feb 2016 15:35:47 +0000 (16:35 +0100)
Rename csit-vpp-functional to csit-vpp-functional-virl to express the
tests are being run on VIRL environment. This one of first steps to
separate job runs environments - LF's multi-node VMs and VIRL.

Make the VIRL job non-concurrent, as we are working on mechanisms of
spawning of VIRL simulations and VPP installation.

Change-Id: I0c9f5a1973b7d7764bb192b91d9e8b331f4b40a2
Signed-off-by: Stefan Kobza <skobza@cisco.com>
jjb/csit/csit-vpp-functional.yaml
jjb/csit/include-raw-csit-vpp-functional-virl.sh [moved from jjb/csit/include-raw-csit-build.sh with 100% similarity]

index 8c57df9..cb42bfb 100644 (file)
@@ -1,5 +1,6 @@
 - project:
     name: csit-vpp-functional
+    description: 'Run VPP functional tests on VIRL.'
 
     jobs:
         - 'csit-vpp-{functionality}'
@@ -7,14 +8,14 @@
     project: 'csit'
     branch: 'master'
 
-    functionality: 'functional'
+    functionality: 'functional-virl'
 
 - job-template:
     name: 'csit-vpp-{functionality}'
 
     project-type: freestyle
     node: verify
-    concurrent: true
+    concurrent: false
 
     logrotate:
         daysToKeep: '{build-days-to-keep}'
@@ -64,7 +65,7 @@
         # allocated IP addresses and injecting as vars into the env. (see Opendaylight script: include-raw-integration-get-slave-addresses.sh
         # See jjb/integration from ODL
         - shell:
-            !include-raw-escape include-raw-csit-build.sh
+            !include-raw-escape include-raw-csit-vpp-functional-virl.sh
 
     publishers:
         - archive-artifacts: