From 4397029759ed2263690f4548518046eddb07c1f3 Mon Sep 17 00:00:00 2001
From: kalyanreddy <reddyx.gundarapu@intel.com>
Date: Fri, 12 May 2017 13:37:20 +0530
Subject: KVMFORNFV: Common build packages for daily test cases

This patch is used to implement the common daily build job so that
both the kvmfornfv cyclictest and packet forwarding test cases will
download the same artifacts uploaded by the daily build job for
testing on the test pod.

Change-Id: Ifbe3ab1d6c62bd73c982065242cbfe29ce5dea1e
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
---
 jjb/kvmfornfv/kvmfornfv.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/jjb/kvmfornfv/kvmfornfv.yml b/jjb/kvmfornfv/kvmfornfv.yml
index bbb48a785..e5b56bf9b 100644
--- a/jjb/kvmfornfv/kvmfornfv.yml
+++ b/jjb/kvmfornfv/kvmfornfv.yml
@@ -34,7 +34,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
@@ -210,7 +210,7 @@
             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
@@ -238,7 +238,7 @@
                   abort-all-job: true
 
 - job-template:
-    name: 'kvmfornfv-cyclictest-daily-build-{stream}'
+    name: 'kvmfornfv-daily-build-{stream}'
 
     disabled: '{obj:disabled}'
 
@@ -267,7 +267,7 @@
     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}'
@@ -322,7 +322,7 @@
         - 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
-- 
cgit