Merge "barometer: update nightly build"
[releng.git] / jjb / kvmfornfv / kvmfornfv.yml
index bbb48a7..a39249a 100644 (file)
@@ -26,6 +26,7 @@
     testname:
         - 'cyclictest'
         - 'packet_forward'
+        - 'livemigration'
 #####################################
 # patch verification phases
 #####################################
@@ -34,7 +35,7 @@
         - 'kvmfornfv-verify-{phase}-{stream}'
         - 'kvmfornfv-merge-{stream}'
         - 'kvmfornfv-daily-{stream}'
-        - 'kvmfornfv-cyclictest-daily-build-{stream}'
+        - 'kvmfornfv-daily-build-{stream}'
         - 'kvmfornfv-{testname}-daily-test-{stream}'
 #####################################
 # job templates
             name: cyclictest-build
             condition: SUCCESSFUL
             projects:
-                - name: 'kvmfornfv-cyclictest-daily-build-{stream}'
+                - name: 'kvmfornfv-daily-build-{stream}'
                   current-parameters: false
                   node-parameters: false
                   git-revision: true
                   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-cyclictest-daily-build-{stream}'
+    name: 'kvmfornfv-daily-build-{stream}'
 
     disabled: '{obj:disabled}'
 
     builders:
         - description-setter:
             description: "Built on $NODE_NAME"
-        - '{project}-cyclictest-daily-build-macro'
+        - '{project}-daily-build-macro'
 
 - job-template:
     name: 'kvmfornfv-{testname}-daily-test-{stream}'
         - shell:
             !include-raw: ./kvmfornfv-test.sh
 - builder:
-    name: 'kvmfornfv-cyclictest-daily-build-macro'
+    name: 'kvmfornfv-daily-build-macro'
     builders:
         - shell:
             !include-raw: ./kvmfornfv-build.sh
             !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
 #####################################