summaryrefslogtreecommitdiffstats
path: root/jjb/kvmfornfv/kvmfornfv.yml
diff options
context:
space:
mode:
authorRajithaY <rajithax.yerrumsetty@intel.com>2017-08-07 22:37:30 -0700
committerRajithaY <rajithax.yerrumsetty@intel.com>2017-08-08 03:57:59 -0700
commite83f06c18651674bcb8a4409c0a4b88a5dcbe920 (patch)
tree93bef05e7ad346f1a984a749d91923423ae381f0 /jjb/kvmfornfv/kvmfornfv.yml
parent1c677a3571748100eff241dd167635331177dfb1 (diff)
KVMFORNFV: Implementing kvmfornfv daily jobs.
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>
Diffstat (limited to 'jjb/kvmfornfv/kvmfornfv.yml')
-rw-r--r--jjb/kvmfornfv/kvmfornfv.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/jjb/kvmfornfv/kvmfornfv.yml b/jjb/kvmfornfv/kvmfornfv.yml
index e5b56bf9b..a39249ad2 100644
--- a/jjb/kvmfornfv/kvmfornfv.yml
+++ b/jjb/kvmfornfv/kvmfornfv.yml
@@ -26,6 +26,7 @@
testname:
- 'cyclictest'
- 'packet_forward'
+ - 'livemigration'
#####################################
# patch verification phases
#####################################
@@ -236,6 +237,17 @@
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}'
@@ -344,6 +356,14 @@
!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
#####################################