KVMFORNFV: Implementing kvmfornfv daily jobs. 07/38907/1
authorRajithaY <rajithax.yerrumsetty@intel.com>
Tue, 8 Aug 2017 05:37:30 +0000 (22:37 -0700)
committerRajithaY <rajithax.yerrumsetty@intel.com>
Tue, 8 Aug 2017 10:57:59 +0000 (03:57 -0700)
JIRA: RELENG-285

This patch includes updated scripts for implementing kvmfornfv daily
jobs to add the new test name livemigration and trigger the livemigration
testcase

Change-Id: I4b32b14a85b87a386b8099b725ad11bc80ca9cdd
Signed-off-by:RajithaY<rajithax.yerrumsetty@intel.com>

jjb/kvmfornfv/kvmfornfv.yml

index e5b56bf..a39249a 100644 (file)
@@ -26,6 +26,7 @@
     testname:
         - 'cyclictest'
         - 'packet_forward'
+        - 'livemigration'
 #####################################
 # patch verification phases
 #####################################
                   git-revision: true
                   kill-phase-on: FAILURE
                   abort-all-job: true
+        - multijob:
+            name: livemigration-test
+            condition: SUCCESSFUL
+            projects:
+                - name: 'kvmfornfv-livemigration-daily-test-{stream}'
+                  current-parameters: false
+                  node-parameters: false
+                  git-revision: true
+                  kill-phase-on: FAILURE
+                  abort-all-job: true
+
 
 - job-template:
     name: 'kvmfornfv-daily-build-{stream}'
             !include-raw: ./kvmfornfv-download-artifact.sh
         - shell:
             !include-raw: ./kvmfornfv-test.sh
+- builder:
+    name: 'kvmfornfv-livemigration-daily-test-macro'
+    builders:
+        - shell:
+            !include-raw: ./kvmfornfv-download-artifact.sh
+        - shell:
+            !include-raw: ./kvmfornfv-test.sh
+
 #####################################
 # parameter macros
 #####################################