diff options
author | kalyanreddy <reddyx.gundarapu@intel.com> | 2017-05-12 13:37:20 +0530 |
---|---|---|
committer | kalyanreddy <reddyx.gundarapu@intel.com> | 2017-05-12 13:53:25 +0530 |
commit | 4397029759ed2263690f4548518046eddb07c1f3 (patch) | |
tree | a3cf904bd53a98bece1e34d096ddf89d6462941c | |
parent | 48603379051c10c4f956a9a1863b169deacbbd04 (diff) |
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>
-rw-r--r-- | jjb/kvmfornfv/kvmfornfv.yml | 10 |
1 files 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 |